@jupiterone/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.
|
@@ -842,8 +842,8 @@
|
|
|
842
842
|
"affectsGlobalScope": false
|
|
843
843
|
},
|
|
844
844
|
"../../integration-sdk-core/dist/src/types/jobState.d.ts": {
|
|
845
|
-
"version": "
|
|
846
|
-
"signature": "
|
|
845
|
+
"version": "15ef8198d2d6b81a46e37c11872d3487eaa8b083395b320cf4b1b6f373c3e778",
|
|
846
|
+
"signature": "15ef8198d2d6b81a46e37c11872d3487eaa8b083395b320cf4b1b6f373c3e778",
|
|
847
847
|
"affectsGlobalScope": false
|
|
848
848
|
},
|
|
849
849
|
"../../integration-sdk-core/dist/src/types/synchronization.d.ts": {
|
|
@@ -922,8 +922,8 @@
|
|
|
922
922
|
"affectsGlobalScope": false
|
|
923
923
|
},
|
|
924
924
|
"../../integration-sdk-core/dist/src/data/createIntegrationEntity.d.ts": {
|
|
925
|
-
"version": "
|
|
926
|
-
"signature": "
|
|
925
|
+
"version": "e509f891f8d6872b0a78387b5439370f69d510e4dbc3ebdecd2f17be3493cd68",
|
|
926
|
+
"signature": "e509f891f8d6872b0a78387b5439370f69d510e4dbc3ebdecd2f17be3493cd68",
|
|
927
927
|
"affectsGlobalScope": false
|
|
928
928
|
},
|
|
929
929
|
"../../integration-sdk-core/dist/src/data/createIntegrationRelationship.d.ts": {
|
|
@@ -947,8 +947,8 @@
|
|
|
947
947
|
"affectsGlobalScope": false
|
|
948
948
|
},
|
|
949
949
|
"../../integration-sdk-runtime/dist/src/storage/FileSystemGraphObjectStore/FileSystemGraphObjectStore.d.ts": {
|
|
950
|
-
"version": "
|
|
951
|
-
"signature": "
|
|
950
|
+
"version": "dfaaeb53eff753360e75cbd95c9809c535987d3135c57ac757ba519bd00a4c43",
|
|
951
|
+
"signature": "dfaaeb53eff753360e75cbd95c9809c535987d3135c57ac757ba519bd00a4c43",
|
|
952
952
|
"affectsGlobalScope": false
|
|
953
953
|
},
|
|
954
954
|
"../../integration-sdk-runtime/dist/src/storage/FileSystemGraphObjectStore/index.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupiterone/cli",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.1",
|
|
4
4
|
"description": "The JupiterOne cli",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"test": "jest"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@jupiterone/integration-sdk-core": "^7.4.
|
|
28
|
-
"@jupiterone/integration-sdk-runtime": "^7.4.
|
|
27
|
+
"@jupiterone/integration-sdk-core": "^7.4.1",
|
|
28
|
+
"@jupiterone/integration-sdk-runtime": "^7.4.1",
|
|
29
29
|
"@lifeomic/attempt": "^3.0.0",
|
|
30
30
|
"commander": "^5.0.0",
|
|
31
31
|
"globby": "^11.0.1",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"csvtojson": "^2.0.10",
|
|
44
44
|
"memfs": "^3.2.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "3c9b2a671ac9e52a0a33f9177d21b3aae31d505a"
|
|
47
47
|
}
|