@jupiterone/integration-sdk-cli 8.2.0 → 8.2.1
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.
|
@@ -882,8 +882,8 @@
|
|
|
882
882
|
"affectsGlobalScope": false
|
|
883
883
|
},
|
|
884
884
|
"../../integration-sdk-core/dist/src/errors.d.ts": {
|
|
885
|
-
"version": "
|
|
886
|
-
"signature": "
|
|
885
|
+
"version": "d60fdcb69d287beaac4191b4c389545f4b443b7b7d5d41337a45549884240e2e",
|
|
886
|
+
"signature": "d60fdcb69d287beaac4191b4c389545f4b443b7b7d5d41337a45549884240e2e",
|
|
887
887
|
"affectsGlobalScope": false
|
|
888
888
|
},
|
|
889
889
|
"../../integration-sdk-core/dist/src/index.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupiterone/integration-sdk-cli",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.1",
|
|
4
4
|
"description": "The SDK for developing JupiterOne integrations",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prepack": "yarn build:dist"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@jupiterone/integration-sdk-runtime": "^8.2.
|
|
25
|
+
"@jupiterone/integration-sdk-runtime": "^8.2.1",
|
|
26
26
|
"commander": "^5.0.0",
|
|
27
27
|
"globby": "^11.0.0",
|
|
28
28
|
"js-yaml": "^4.1.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"vis": "^4.21.0-EOL"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@jupiterone/integration-sdk-private-test-utils": "^8.2.
|
|
38
|
+
"@jupiterone/integration-sdk-private-test-utils": "^8.2.1",
|
|
39
39
|
"@pollyjs/adapter-node-http": "^5.1.1",
|
|
40
40
|
"@pollyjs/core": "^5.1.1",
|
|
41
41
|
"@pollyjs/persister-fs": "^5.1.1",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"neo-forgery": "^2.0.0",
|
|
51
51
|
"uuid": "^8.2.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "12005ba404a91d815d92ee219677dcfd67bc9c61"
|
|
54
54
|
}
|