@@ -233,7 +233,7 @@ Options:
233233
234234### Changed
235235
236- - Allow an integration job id to be passed in when initializing syncronization .
236+ - Allow an integration job id to be passed in when initializing synchronization .
237237
238238## [ 8.13.11] - 2022-05-27
239239
@@ -252,14 +252,14 @@ Options:
252252### Fixed
253253
254254- Fixed issue when unzipping gzipped polly recording entries. Now removes the
255- content.encoding value once content is decoded.
255+ ` content.encoding ` value once content is decoded.
256256- Fixes issue introduced in 8.13.4
257257
258258## [ 8.13.8] - 2022-05-19
259259
260260### Changed
261261
262- - Moved ` shrinkBatchRawData ` to its own module for readablity and easy mocking
262+ - Moved ` shrinkBatchRawData ` to its own module for readability and easy mocking
263263 in test
264264- Increased threshold by which we continue to shrink rawData from 6 million
265265 bytes to 5.5 million bytes
@@ -344,8 +344,8 @@ Options:
344344### Added
345345
346346- Additional error type ` IntegrationProviderRetriesExceededError ` to be used
347- when integration has exhausted all of the retries. This error type won't be
348- sent in as an alert to the operators.
347+ when integration has exhausted all the retries. This error type won't be sent
348+ in as an alert to the operators.
349349
350350## [ 8.10.1] - 2022-04-08
351351
@@ -755,8 +755,8 @@ of the support.jupiterone.io site.
755755
756756### Fixed
757757
758- - Fixed the way that symlinks are created on windows machines. Directories are
759- still created as simlinks , but files are now hardlinks to prevent the
758+ - Fixed the way that symlinks are created on Windows machines. Directories are
759+ still created as symlinks , but files are now hardlinks to prevent the
760760 requirement that ` yarn start ` be run with admin credentials.
761761
762762## [ 7.4.0] - 2021-11-03
@@ -904,7 +904,7 @@ of the support.jupiterone.io site.
904904
905905- Fix ` j1-integration document --output-file ` to reflect that it is a path
906906 relative to ` --project-path `
907- - Fixed the way that symlinks are created on windows machines, which previously
907+ - Fixed the way that symlinks are created on Windows machines, which previously
908908 threw ` EPERM: operation not permitted, symlink `
909909
910910## [ 6.15.0] - 2021-08-19
@@ -949,8 +949,8 @@ of the support.jupiterone.io site.
949949### Added
950950
951951- a ` dependencyGraphOrder ` property to the InvocationConfig and a
952- ` dependencyGraphId ` property to the StepMetadata which togeather can be used
953- to create multiple ordered dependency graphs per execution.
952+ ` dependencyGraphId ` property to the StepMetadata which together can be used to
953+ create multiple ordered dependency graphs per execution.
954954
955955## 6.10.0 - 2021-07-09
956956
@@ -980,7 +980,7 @@ of the support.jupiterone.io site.
980980
981981### Added
982982
983- - Added ` j1-integration diff ` command to ouptut colorized diffs of old/new
983+ - Added ` j1-integration diff ` command to output colorized diffs of old/new
984984 integrations.
985985- Allow overriding integration instance properties when running integrations
986986 locally.
@@ -1755,7 +1755,7 @@ export const invocationConfig: IntegrationInvocationConfig<IntegrationConfig> =
17551755 convert properties that are named with common suffixes (on, at, time, date) to
17561756 a UNIX timestamp (number).
17571757- Added ` publishMetric ` function to ` IntegrationLogger ` that now causes a
1758- ` metric ` event to be emit .
1758+ ` metric ` event to be emitted .
17591759
17601760## 1.1.1 - 2020-06-08
17611761
@@ -1774,7 +1774,7 @@ export const invocationConfig: IntegrationInvocationConfig<IntegrationConfig> =
17741774### Fixed
17751775
17761776- ` createIntegrationRelationship ` made ` _key ` optional for relationship
1777- mappings, a fine thing to do because specifying the ` _key ` for those insn 't
1777+ mappings, a fine thing to do because specifying the ` _key ` for them isn 't
17781778 necessary. However, the function was changed at the same time to stop
17791779 generating a ` _key ` , which is required to ensure the collected relationships
17801780 are unique. This fixes things so the ` _key ` remains an optional argument, and
@@ -1788,8 +1788,7 @@ export const invocationConfig: IntegrationInvocationConfig<IntegrationConfig> =
17881788 ` _type ` for relationship mappings, overriding the generated value or values
17891789 provided in ` properties ` option.
17901790- Removed ` @types/vis ` from dependencies to devDependencies because having the
1791- type forces typescript consumers to have ` DOM ` in the their ` lib ` compiler
1792- option.
1791+ type forces typescript consumers to have ` DOM ` in their ` lib ` compiler option.
17931792
17941793## 1.0.1 - 2020-06-03
17951794
0 commit comments