@jupiterone/integration-sdk-cli 7.4.0 → 7.4.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.
|
@@ -787,8 +787,8 @@
|
|
|
787
787
|
"affectsGlobalScope": false
|
|
788
788
|
},
|
|
789
789
|
"../../integration-sdk-core/dist/src/types/jobState.d.ts": {
|
|
790
|
-
"version": "
|
|
791
|
-
"signature": "
|
|
790
|
+
"version": "15ef8198d2d6b81a46e37c11872d3487eaa8b083395b320cf4b1b6f373c3e778",
|
|
791
|
+
"signature": "15ef8198d2d6b81a46e37c11872d3487eaa8b083395b320cf4b1b6f373c3e778",
|
|
792
792
|
"affectsGlobalScope": false
|
|
793
793
|
},
|
|
794
794
|
"../../integration-sdk-core/dist/src/types/synchronization.d.ts": {
|
|
@@ -867,8 +867,8 @@
|
|
|
867
867
|
"affectsGlobalScope": false
|
|
868
868
|
},
|
|
869
869
|
"../../integration-sdk-core/dist/src/data/createIntegrationEntity.d.ts": {
|
|
870
|
-
"version": "
|
|
871
|
-
"signature": "
|
|
870
|
+
"version": "e509f891f8d6872b0a78387b5439370f69d510e4dbc3ebdecd2f17be3493cd68",
|
|
871
|
+
"signature": "e509f891f8d6872b0a78387b5439370f69d510e4dbc3ebdecd2f17be3493cd68",
|
|
872
872
|
"affectsGlobalScope": false
|
|
873
873
|
},
|
|
874
874
|
"../../integration-sdk-core/dist/src/data/createIntegrationRelationship.d.ts": {
|
|
@@ -907,8 +907,8 @@
|
|
|
907
907
|
"affectsGlobalScope": false
|
|
908
908
|
},
|
|
909
909
|
"../../integration-sdk-runtime/dist/src/storage/FileSystemGraphObjectStore/FileSystemGraphObjectStore.d.ts": {
|
|
910
|
-
"version": "
|
|
911
|
-
"signature": "
|
|
910
|
+
"version": "dfaaeb53eff753360e75cbd95c9809c535987d3135c57ac757ba519bd00a4c43",
|
|
911
|
+
"signature": "dfaaeb53eff753360e75cbd95c9809c535987d3135c57ac757ba519bd00a4c43",
|
|
912
912
|
"affectsGlobalScope": false
|
|
913
913
|
},
|
|
914
914
|
"../../integration-sdk-runtime/dist/src/storage/FileSystemGraphObjectStore/index.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupiterone/integration-sdk-cli",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.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": "^7.4.
|
|
25
|
+
"@jupiterone/integration-sdk-runtime": "^7.4.1",
|
|
26
26
|
"commander": "^5.0.0",
|
|
27
27
|
"globby": "^11.0.0",
|
|
28
28
|
"js-yaml": "^4.1.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"vis": "^4.21.0-EOL"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@jupiterone/integration-sdk-private-test-utils": "^7.4.
|
|
37
|
+
"@jupiterone/integration-sdk-private-test-utils": "^7.4.1",
|
|
38
38
|
"@pollyjs/adapter-node-http": "^5.1.1",
|
|
39
39
|
"@pollyjs/core": "^5.1.1",
|
|
40
40
|
"@pollyjs/persister-fs": "^5.1.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"memfs": "^3.2.0",
|
|
49
49
|
"uuid": "^8.2.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "3c9b2a671ac9e52a0a33f9177d21b3aae31d505a"
|
|
52
52
|
}
|