@contentful/app-scripts 1.13.1 → 1.13.2
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/lib/organization-api.js +1 -0
- package/package.json +8 -8
package/lib/organization-api.js
CHANGED
|
@@ -23,6 +23,7 @@ async function selectOrganization(client) {
|
|
|
23
23
|
const orgSpinner = (0, ora_1.default)('Fetching your organizations...').start();
|
|
24
24
|
try {
|
|
25
25
|
const organizations = await fetchOrganizations(client);
|
|
26
|
+
orgSpinner.stop();
|
|
26
27
|
return await (0, utils_1.selectFromList)(organizations, 'Select an organization:', constants_1.ORG_ID_ENV_KEY);
|
|
27
28
|
}
|
|
28
29
|
finally {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/app-scripts",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
4
4
|
"description": "A collection of scripts for building Contentful Apps",
|
|
5
5
|
"author": "Contentful GmbH",
|
|
6
6
|
"license": "MIT",
|
|
@@ -52,24 +52,24 @@
|
|
|
52
52
|
"bottleneck": "2.19.5",
|
|
53
53
|
"chalk": "4.1.2",
|
|
54
54
|
"commander": "11.1.0",
|
|
55
|
-
"contentful-management": "11.
|
|
55
|
+
"contentful-management": "11.6.0",
|
|
56
56
|
"dotenv": "16.3.1",
|
|
57
|
-
"ignore": "5.
|
|
57
|
+
"ignore": "5.3.0",
|
|
58
58
|
"inquirer": "8.2.6",
|
|
59
59
|
"lodash": "4.17.21",
|
|
60
60
|
"open": "8.4.2",
|
|
61
61
|
"ora": "5.4.1"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "e0c554ceaabe98a027a255c9d87dce594c7db10b",
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@tsconfig/node14": "14.1.0",
|
|
66
|
-
"@types/adm-zip": "0.5.
|
|
66
|
+
"@types/adm-zip": "0.5.5",
|
|
67
67
|
"@types/analytics-node": "3.1.14",
|
|
68
68
|
"@types/inquirer": "8.2.1",
|
|
69
|
-
"@types/lodash": "4.14.
|
|
70
|
-
"@types/mocha": "10.0.
|
|
69
|
+
"@types/lodash": "4.14.202",
|
|
70
|
+
"@types/mocha": "10.0.6",
|
|
71
71
|
"@types/proxyquire": "1.3.31",
|
|
72
|
-
"@types/sinon": "17.0.
|
|
72
|
+
"@types/sinon": "17.0.2",
|
|
73
73
|
"proxyquire": "2.1.3",
|
|
74
74
|
"sinon": "17.0.1",
|
|
75
75
|
"ts-node": "10.9.1"
|