@jupiterone/integration-sdk-runtime 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.
|
@@ -402,8 +402,8 @@
|
|
|
402
402
|
"affectsGlobalScope": false
|
|
403
403
|
},
|
|
404
404
|
"../../../node_modules/@jupiterone/data-model/dist/IntegrationSchema.d.ts": {
|
|
405
|
-
"version": "
|
|
406
|
-
"signature": "
|
|
405
|
+
"version": "3c971fba3f966d03f3f14c97ae3ffc43b82c16526ce7323a0570b52a7c7e358a",
|
|
406
|
+
"signature": "3c971fba3f966d03f3f14c97ae3ffc43b82c16526ce7323a0570b52a7c7e358a",
|
|
407
407
|
"affectsGlobalScope": false
|
|
408
408
|
},
|
|
409
409
|
"../../../node_modules/@jupiterone/data-model/dist/validateEntityWithSchema.d.ts": {
|
|
@@ -417,8 +417,8 @@
|
|
|
417
417
|
"affectsGlobalScope": false
|
|
418
418
|
},
|
|
419
419
|
"../../../node_modules/@jupiterone/data-model/dist/index.d.ts": {
|
|
420
|
-
"version": "
|
|
421
|
-
"signature": "
|
|
420
|
+
"version": "494b82b8dc805a27ef1fe1dd0fc8e23b1a94612867c404a7e6fb97b32e24c757",
|
|
421
|
+
"signature": "494b82b8dc805a27ef1fe1dd0fc8e23b1a94612867c404a7e6fb97b32e24c757",
|
|
422
422
|
"affectsGlobalScope": false
|
|
423
423
|
},
|
|
424
424
|
"../../integration-sdk-core/dist/src/types/jobState.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupiterone/integration-sdk-runtime",
|
|
3
|
-
"version": "8.
|
|
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",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prepack": "yarn build:dist"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@jupiterone/integration-sdk-core": "^8.
|
|
27
|
+
"@jupiterone/integration-sdk-core": "^8.3.0",
|
|
28
28
|
"@lifeomic/alpha": "^1.4.0",
|
|
29
29
|
"@lifeomic/attempt": "^3.0.0",
|
|
30
30
|
"async-sema": "^3.1.0",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"uuid": "^7.0.3"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@jupiterone/integration-sdk-private-test-utils": "^8.
|
|
46
|
+
"@jupiterone/integration-sdk-private-test-utils": "^8.3.0",
|
|
47
47
|
"@types/uuid": "^7.0.2",
|
|
48
48
|
"get-port": "^5.1.1",
|
|
49
49
|
"memfs": "^3.2.0",
|
|
50
50
|
"ts-node": "^9.1.0",
|
|
51
51
|
"wait-for-expect": "^3.0.2"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "c0aadb45b32b5266fd4710a632f6b6a5144c548d"
|
|
54
54
|
}
|