@jupiterone/integration-sdk-core 7.4.1 → 8.0.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.
@@ -1091,6 +1091,11 @@
1091
1091
  "signature": "41422586881bcd739b4e62d9b91cd29909f8572aa3e3cdf316b7c50f14708d49",
1092
1092
  "affectsGlobalScope": false
1093
1093
  },
1094
+ "../../../node_modules/@types/traverse/index.d.ts": {
1095
+ "version": "97cad055446113b65658aa07fac62e03dee7645dafec7f8e1e627500d5d8ee6d",
1096
+ "signature": "97cad055446113b65658aa07fac62e03dee7645dafec7f8e1e627500d5d8ee6d",
1097
+ "affectsGlobalScope": false
1098
+ },
1094
1099
  "../../../node_modules/@types/uuid/interfaces.d.ts": {
1095
1100
  "version": "5cc5d6f26a50072d51c4ea3a85ee65574b7fa2ae48261ae27b07014695638c50",
1096
1101
  "signature": "5cc5d6f26a50072d51c4ea3a85ee65574b7fa2ae48261ae27b07014695638c50",
@@ -2288,6 +2293,13 @@
2288
2293
  "../../../node_modules/@types/node/ts3.2/util.d.ts",
2289
2294
  "../../../node_modules/@types/node/util.d.ts"
2290
2295
  ],
2296
+ "../../../node_modules/@types/traverse/index.d.ts": [
2297
+ "../../../node_modules/@types/graceful-fs/index.d.ts",
2298
+ "../../../node_modules/@types/node/fs.d.ts",
2299
+ "../../../node_modules/@types/node/ts3.2/fs.d.ts",
2300
+ "../../../node_modules/@types/node/ts3.2/util.d.ts",
2301
+ "../../../node_modules/@types/node/util.d.ts"
2302
+ ],
2291
2303
  "../../../node_modules/@types/uuid/index.d.ts": [
2292
2304
  "../../../node_modules/@types/graceful-fs/index.d.ts",
2293
2305
  "../../../node_modules/@types/node/fs.d.ts",
@@ -4357,6 +4369,13 @@
4357
4369
  "../../../node_modules/@types/node/ts3.2/util.d.ts",
4358
4370
  "../../../node_modules/@types/node/util.d.ts"
4359
4371
  ],
4372
+ "../../../node_modules/@types/traverse/index.d.ts": [
4373
+ "../../../node_modules/@types/graceful-fs/index.d.ts",
4374
+ "../../../node_modules/@types/node/fs.d.ts",
4375
+ "../../../node_modules/@types/node/ts3.2/fs.d.ts",
4376
+ "../../../node_modules/@types/node/ts3.2/util.d.ts",
4377
+ "../../../node_modules/@types/node/util.d.ts"
4378
+ ],
4360
4379
  "../../../node_modules/@types/uuid/index.d.ts": [
4361
4380
  "../../../node_modules/@types/graceful-fs/index.d.ts",
4362
4381
  "../../../node_modules/@types/node/fs.d.ts",
@@ -5243,6 +5262,7 @@
5243
5262
  "../../../node_modules/@types/pollyjs__persister/index.d.ts",
5244
5263
  "../../../node_modules/@types/prettier/index.d.ts",
5245
5264
  "../../../node_modules/@types/stack-utils/index.d.ts",
5265
+ "../../../node_modules/@types/traverse/index.d.ts",
5246
5266
  "../../../node_modules/@types/uuid/index.d.ts",
5247
5267
  "../../../node_modules/@types/uuid/interfaces.d.ts",
5248
5268
  "../../../node_modules/@types/vis/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupiterone/integration-sdk-core",
3
- "version": "7.4.1",
3
+ "version": "8.0.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",
@@ -30,5 +30,5 @@
30
30
  "devDependencies": {
31
31
  "@types/lodash": "^4.14.168"
32
32
  },
33
- "gitHead": "3c9b2a671ac9e52a0a33f9177d21b3aae31d505a"
33
+ "gitHead": "855a502aabe8b12c6373dc2cef6add7a2106c153"
34
34
  }