@@ -217,7 +217,7 @@ Options:
217217
218218### Changed
219219
220- - Allow an integration job id to be passed in when initializing syncronization .
220+ - Allow an integration job id to be passed in when initializing synchronization .
221221
222222## [ 8.13.11] - 2022-05-27
223223
@@ -236,14 +236,14 @@ Options:
236236### Fixed
237237
238238- Fixed issue when unzipping gzipped polly recording entries. Now removes the
239- content.encoding value once content is decoded.
239+ ` content.encoding ` value once content is decoded.
240240- Fixes issue introduced in 8.13.4
241241
242242## [ 8.13.8] - 2022-05-19
243243
244244### Changed
245245
246- - Moved ` shrinkBatchRawData ` to its own module for readablity and easy mocking
246+ - Moved ` shrinkBatchRawData ` to its own module for readability and easy mocking
247247 in test
248248- Increased threshold by which we continue to shrink rawData from 6 million
249249 bytes to 5.5 million bytes
@@ -328,8 +328,8 @@ Options:
328328### Added
329329
330330- Additional error type ` IntegrationProviderRetriesExceededError ` to be used
331- when integration has exhausted all of the retries. This error type won't be
332- sent in as an alert to the operators.
331+ when integration has exhausted all the retries. This error type won't be sent
332+ in as an alert to the operators.
333333
334334## [ 8.10.1] - 2022-04-08
335335
@@ -739,8 +739,8 @@ of the support.jupiterone.io site.
739739
740740### Fixed
741741
742- - Fixed the way that symlinks are created on windows machines. Directories are
743- still created as simlinks , but files are now hardlinks to prevent the
742+ - Fixed the way that symlinks are created on Windows machines. Directories are
743+ still created as symlinks , but files are now hardlinks to prevent the
744744 requirement that ` yarn start ` be run with admin credentials.
745745
746746## [ 7.4.0] - 2021-11-03
@@ -888,7 +888,7 @@ of the support.jupiterone.io site.
888888
889889- Fix ` j1-integration document --output-file ` to reflect that it is a path
890890 relative to ` --project-path `
891- - Fixed the way that symlinks are created on windows machines, which previously
891+ - Fixed the way that symlinks are created on Windows machines, which previously
892892 threw ` EPERM: operation not permitted, symlink `
893893
894894## [ 6.15.0] - 2021-08-19
@@ -933,8 +933,8 @@ of the support.jupiterone.io site.
933933### Added
934934
935935- a ` dependencyGraphOrder ` property to the InvocationConfig and a
936- ` dependencyGraphId ` property to the StepMetadata which togeather can be used
937- to create multiple ordered dependency graphs per execution.
936+ ` dependencyGraphId ` property to the StepMetadata which together can be used to
937+ create multiple ordered dependency graphs per execution.
938938
939939## 6.10.0 - 2021-07-09
940940
@@ -964,7 +964,7 @@ of the support.jupiterone.io site.
964964
965965### Added
966966
967- - Added ` j1-integration diff ` command to ouptut colorized diffs of old/new
967+ - Added ` j1-integration diff ` command to output colorized diffs of old/new
968968 integrations.
969969- Allow overriding integration instance properties when running integrations
970970 locally.
@@ -1739,7 +1739,7 @@ export const invocationConfig: IntegrationInvocationConfig<IntegrationConfig> =
17391739 convert properties that are named with common suffixes (on, at, time, date) to
17401740 a UNIX timestamp (number).
17411741- Added ` publishMetric ` function to ` IntegrationLogger ` that now causes a
1742- ` metric ` event to be emit .
1742+ ` metric ` event to be emitted .
17431743
17441744## 1.1.1 - 2020-06-08
17451745
@@ -1758,7 +1758,7 @@ export const invocationConfig: IntegrationInvocationConfig<IntegrationConfig> =
17581758### Fixed
17591759
17601760- ` createIntegrationRelationship ` made ` _key ` optional for relationship
1761- mappings, a fine thing to do because specifying the ` _key ` for those insn 't
1761+ mappings, a fine thing to do because specifying the ` _key ` for them isn 't
17621762 necessary. However, the function was changed at the same time to stop
17631763 generating a ` _key ` , which is required to ensure the collected relationships
17641764 are unique. This fixes things so the ` _key ` remains an optional argument, and
@@ -1772,8 +1772,7 @@ export const invocationConfig: IntegrationInvocationConfig<IntegrationConfig> =
17721772 ` _type ` for relationship mappings, overriding the generated value or values
17731773 provided in ` properties ` option.
17741774- Removed ` @types/vis ` from dependencies to devDependencies because having the
1775- type forces typescript consumers to have ` DOM ` in the their ` lib ` compiler
1776- option.
1775+ type forces typescript consumers to have ` DOM ` in their ` lib ` compiler option.
17771776
17781777## 1.0.1 - 2020-06-03
17791778
0 commit comments