@contentful/app-scripts 2.5.10-alpha.0 → 2.5.11-alpha.0
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.
|
@@ -37,7 +37,7 @@ async function getManagementToken(host) {
|
|
|
37
37
|
(0, open_1.default)(oauthUrl);
|
|
38
38
|
}
|
|
39
39
|
catch (err) {
|
|
40
|
-
console.log(`${chalk_1.default.red('Error:')} Failed to open browser
|
|
40
|
+
console.log(`${chalk_1.default.red('Error:')} Failed to open browser`);
|
|
41
41
|
console.log(err.message);
|
|
42
42
|
throw err;
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/app-scripts",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.11-alpha.0",
|
|
4
4
|
"description": "A collection of scripts for building Contentful Apps",
|
|
5
5
|
"author": "Contentful GmbH",
|
|
6
6
|
"license": "MIT",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"tiged": "^2.12.7",
|
|
69
69
|
"zod": "^3.24.1"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "cd17123bde29ceb2dfcacdfa5a1018aaff5e225e",
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@types/adm-zip": "0.5.7",
|
|
74
74
|
"@types/analytics-node": "3.1.14",
|