@contentful/app-scripts 1.1.7 → 1.1.8
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.
- package/npm-shrinkwrap.json +9 -54
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/app-scripts",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@contentful/app-scripts",
|
|
9
|
-
"version": "1.1.
|
|
9
|
+
"version": "1.1.7",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@types/inquirer": "^8.2.1",
|
|
13
12
|
"adm-zip": "0.5.9",
|
|
14
13
|
"bottleneck": "2.19.5",
|
|
15
14
|
"chalk": "4.1.0",
|
|
16
15
|
"commander": "9.0.0",
|
|
17
16
|
"contentful-management": "10.7.0",
|
|
18
17
|
"dotenv": "16.0.0",
|
|
19
|
-
"ignore": "5.
|
|
18
|
+
"ignore": "5.2.0",
|
|
20
19
|
"inquirer": "8.2.4",
|
|
21
20
|
"lodash": "4.17.21",
|
|
22
21
|
"open": "8.0.5",
|
|
@@ -30,33 +29,11 @@
|
|
|
30
29
|
"npm": ">=6"
|
|
31
30
|
}
|
|
32
31
|
},
|
|
33
|
-
"node_modules/@types/inquirer": {
|
|
34
|
-
"version": "8.2.1",
|
|
35
|
-
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.1.tgz",
|
|
36
|
-
"integrity": "sha512-wKW3SKIUMmltbykg4I5JzCVzUhkuD9trD6efAmYgN2MrSntY0SMRQzEnD3mkyJ/rv9NLbTC7g3hKKE86YwEDLw==",
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"@types/through": "*",
|
|
39
|
-
"rxjs": "^7.2.0"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
32
|
"node_modules/@types/json-patch": {
|
|
43
33
|
"version": "0.0.30",
|
|
44
34
|
"resolved": "https://registry.npmjs.org/@types/json-patch/-/json-patch-0.0.30.tgz",
|
|
45
35
|
"integrity": "sha512-MhCUjojzDhVLnZnxwPwa+rETFRDQ0ffjxYdrqOP6TBO2O0/Z64PV5tNeYApo4bc4y4frbWOrRwv/eEkXlI13Rw=="
|
|
46
36
|
},
|
|
47
|
-
"node_modules/@types/node": {
|
|
48
|
-
"version": "18.0.3",
|
|
49
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz",
|
|
50
|
-
"integrity": "sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ=="
|
|
51
|
-
},
|
|
52
|
-
"node_modules/@types/through": {
|
|
53
|
-
"version": "0.0.30",
|
|
54
|
-
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz",
|
|
55
|
-
"integrity": "sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==",
|
|
56
|
-
"dependencies": {
|
|
57
|
-
"@types/node": "*"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
37
|
"node_modules/adm-zip": {
|
|
61
38
|
"version": "0.5.9",
|
|
62
39
|
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.9.tgz",
|
|
@@ -456,9 +433,9 @@
|
|
|
456
433
|
]
|
|
457
434
|
},
|
|
458
435
|
"node_modules/ignore": {
|
|
459
|
-
"version": "5.
|
|
460
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.
|
|
461
|
-
"integrity": "sha512-
|
|
436
|
+
"version": "5.2.0",
|
|
437
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
|
|
438
|
+
"integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
|
|
462
439
|
"engines": {
|
|
463
440
|
"node": ">= 4"
|
|
464
441
|
}
|
|
@@ -874,33 +851,11 @@
|
|
|
874
851
|
}
|
|
875
852
|
},
|
|
876
853
|
"dependencies": {
|
|
877
|
-
"@types/inquirer": {
|
|
878
|
-
"version": "8.2.1",
|
|
879
|
-
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.1.tgz",
|
|
880
|
-
"integrity": "sha512-wKW3SKIUMmltbykg4I5JzCVzUhkuD9trD6efAmYgN2MrSntY0SMRQzEnD3mkyJ/rv9NLbTC7g3hKKE86YwEDLw==",
|
|
881
|
-
"requires": {
|
|
882
|
-
"@types/through": "*",
|
|
883
|
-
"rxjs": "^7.2.0"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
854
|
"@types/json-patch": {
|
|
887
855
|
"version": "0.0.30",
|
|
888
856
|
"resolved": "https://registry.npmjs.org/@types/json-patch/-/json-patch-0.0.30.tgz",
|
|
889
857
|
"integrity": "sha512-MhCUjojzDhVLnZnxwPwa+rETFRDQ0ffjxYdrqOP6TBO2O0/Z64PV5tNeYApo4bc4y4frbWOrRwv/eEkXlI13Rw=="
|
|
890
858
|
},
|
|
891
|
-
"@types/node": {
|
|
892
|
-
"version": "18.0.3",
|
|
893
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz",
|
|
894
|
-
"integrity": "sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ=="
|
|
895
|
-
},
|
|
896
|
-
"@types/through": {
|
|
897
|
-
"version": "0.0.30",
|
|
898
|
-
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.30.tgz",
|
|
899
|
-
"integrity": "sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==",
|
|
900
|
-
"requires": {
|
|
901
|
-
"@types/node": "*"
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
859
|
"adm-zip": {
|
|
905
860
|
"version": "0.5.9",
|
|
906
861
|
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.9.tgz",
|
|
@@ -1184,9 +1139,9 @@
|
|
|
1184
1139
|
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
|
|
1185
1140
|
},
|
|
1186
1141
|
"ignore": {
|
|
1187
|
-
"version": "5.
|
|
1188
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.
|
|
1189
|
-
"integrity": "sha512-
|
|
1142
|
+
"version": "5.2.0",
|
|
1143
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
|
|
1144
|
+
"integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
|
|
1190
1145
|
},
|
|
1191
1146
|
"inherits": {
|
|
1192
1147
|
"version": "2.0.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/app-scripts",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "A collection of scripts for building Contentful Apps",
|
|
5
5
|
"author": "Contentful GmbH",
|
|
6
6
|
"license": "MIT",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"commander": "9.0.0",
|
|
55
55
|
"contentful-management": "10.7.0",
|
|
56
56
|
"dotenv": "16.0.0",
|
|
57
|
-
"ignore": "5.
|
|
57
|
+
"ignore": "5.2.0",
|
|
58
58
|
"inquirer": "8.2.4",
|
|
59
59
|
"lodash": "4.17.21",
|
|
60
60
|
"open": "8.0.5",
|
|
61
61
|
"ora": "5.4.1"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "5114731db60539a5f462b3b1dcdf87fe3b5d5cbb"
|
|
64
64
|
}
|