@jupiterone/integration-sdk-core 8.2.1 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -532,8 +532,8 @@
532
532
  "affectsGlobalScope": false
533
533
  },
534
534
  "../../../node_modules/@jupiterone/data-model/dist/IntegrationSchema.d.ts": {
535
- "version": "6117f065f5fcb6720b2a78db493031773ed1d972915881e362aeda71090eac93",
536
- "signature": "6117f065f5fcb6720b2a78db493031773ed1d972915881e362aeda71090eac93",
535
+ "version": "3c971fba3f966d03f3f14c97ae3ffc43b82c16526ce7323a0570b52a7c7e358a",
536
+ "signature": "3c971fba3f966d03f3f14c97ae3ffc43b82c16526ce7323a0570b52a7c7e358a",
537
537
  "affectsGlobalScope": false
538
538
  },
539
539
  "../../../node_modules/@jupiterone/data-model/dist/validateEntityWithSchema.d.ts": {
@@ -547,8 +547,8 @@
547
547
  "affectsGlobalScope": false
548
548
  },
549
549
  "../../../node_modules/@jupiterone/data-model/dist/index.d.ts": {
550
- "version": "3bb7a2cbe38a48e65c8a80df422e3a0100e3ed0f293d11c355b8daab48178f72",
551
- "signature": "3bb7a2cbe38a48e65c8a80df422e3a0100e3ed0f293d11c355b8daab48178f72",
550
+ "version": "494b82b8dc805a27ef1fe1dd0fc8e23b1a94612867c404a7e6fb97b32e24c757",
551
+ "signature": "494b82b8dc805a27ef1fe1dd0fc8e23b1a94612867c404a7e6fb97b32e24c757",
552
552
  "affectsGlobalScope": false
553
553
  },
554
554
  "../src/types/jobState.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupiterone/integration-sdk-core",
3
- "version": "8.2.1",
3
+ "version": "8.3.0",
4
4
  "description": "The SDK for developing JupiterOne integrations",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  "prepack": "yarn build:dist"
24
24
  },
25
25
  "dependencies": {
26
- "@jupiterone/data-model": "^0.43.0",
26
+ "@jupiterone/data-model": "^0.44.0",
27
27
  "lodash": "^4.17.21",
28
28
  "uuid": "^8.3.2"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/lodash": "^4.14.168"
32
32
  },
33
- "gitHead": "12005ba404a91d815d92ee219677dcfd67bc9c61"
33
+ "gitHead": "c0aadb45b32b5266fd4710a632f6b6a5144c548d"
34
34
  }