@jupiterone/integration-sdk-core
Advanced tools
Changelog
10.7.0 - 2023-09-21
Collected metric
log that is published when
logger.publishMetric is called to "debug"Changelog
10.6.0 - 2023-09-21
Changelog
10.5.3 - 2023-09-18
j1-integration run
command
to improve formatting consistencyerr
log serializerChangelog
10.5.0 - 2023-09-12
error_unexpected_error
to IntegrationErrorEventNameChangelog
10.4.0 - 2023-09-11
Changelog
10.3.0 - 2023-09-07
jest.js
config to remove deprecated option.--noPretty
option to cli to disable pretty printing of logs locally.Changelog
10.2.0 - 2023-09-01
AlphaOptions
in createApiClient
Changelog
10.1.0 - 2023-08-28
Changelog
10.0.0 - 2023-08-03
Bump TypeScript, ESLint, and Prettier to next major versions. Integration projects may encounter breaking changes when they adopt these new versions. For example, Prettier changed some default formatting. To fix the Prettier formatting, you may run the following command:
yarn:format
or prettier --write \"**/*.{ts,js,json,css,md,yml}\"