@contentful/app-scripts 1.1.5 → 1.1.6
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 -9
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/app-scripts",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
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.5",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"adm-zip": "0.5.9",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"inquirer": "8.0.0",
|
|
20
20
|
"lodash": "4.17.21",
|
|
21
21
|
"open": "8.0.5",
|
|
22
|
-
"ora": "5.4.
|
|
22
|
+
"ora": "5.4.1"
|
|
23
23
|
},
|
|
24
24
|
"bin": {
|
|
25
25
|
"contentful-app-scripts": "bin/app-scripts"
|
|
@@ -609,9 +609,9 @@
|
|
|
609
609
|
}
|
|
610
610
|
},
|
|
611
611
|
"node_modules/ora": {
|
|
612
|
-
"version": "5.4.
|
|
613
|
-
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.
|
|
614
|
-
"integrity": "sha512-
|
|
612
|
+
"version": "5.4.1",
|
|
613
|
+
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
|
|
614
|
+
"integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
|
|
615
615
|
"dependencies": {
|
|
616
616
|
"bl": "^4.1.0",
|
|
617
617
|
"chalk": "^4.1.0",
|
|
@@ -1237,9 +1237,9 @@
|
|
|
1237
1237
|
}
|
|
1238
1238
|
},
|
|
1239
1239
|
"ora": {
|
|
1240
|
-
"version": "5.4.
|
|
1241
|
-
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.
|
|
1242
|
-
"integrity": "sha512-
|
|
1240
|
+
"version": "5.4.1",
|
|
1241
|
+
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
|
|
1242
|
+
"integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
|
|
1243
1243
|
"requires": {
|
|
1244
1244
|
"bl": "^4.1.0",
|
|
1245
1245
|
"chalk": "^4.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/app-scripts",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "A collection of scripts for building Contentful Apps",
|
|
5
5
|
"author": "Contentful GmbH",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"inquirer": "8.0.0",
|
|
59
59
|
"lodash": "4.17.21",
|
|
60
60
|
"open": "8.0.5",
|
|
61
|
-
"ora": "5.4.
|
|
61
|
+
"ora": "5.4.1"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "461e5734ed7dba0d6292d93a62353dec831ed137"
|
|
64
64
|
}
|