1.2.0 • Published 8 months ago

@hyperproof/integration-sdk v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

integration-sdk

SDK for building integrations in Hyperproof.

Release Notes

1.2.0

  • Update TypeScript to version 5.5.4
  • Update node-fetch to version 2.7.0
  • Update Express to version 4.21.0
  • Update Superagent to version 10.1.0
  • Update other dependencies to latest versions
  • Improvements to logging and error handling
  • Various bug fixes

1.1.2

  • Add readiness endpoint for new integration execution environment.

1.0.2

  • Remove SchemaCategory from Integration SDK as it is Hypersyncs only.

1.0.1

  • Fix issues in package.json

1.0.0

  • Add support for new integration execution environment
  • Add common interfaces and models from Hypersync SDK so that they can be used by other integration types
  • Improve logging and monitoring
  • Fix various bugs

0.9.0

  • Add support for Node 18
  • Enhance error handling

0.8.0

  • Initial version