@contentful/create-contentful-app 2.2.8-alpha.6 → 2.2.8-alpha.9
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/index.js +1 -1
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -94,7 +94,7 @@ async function initProject(appName, options) {
|
|
|
94
94
|
try {
|
|
95
95
|
appName = await validateAppName(appName);
|
|
96
96
|
const fullAppFolder = (0, path_1.resolve)(process.cwd(), appName);
|
|
97
|
-
console.log(`Creating a Contentful app in ${(0, logger_1.highlight)((0, tildify_1.default)(fullAppFolder))}
|
|
97
|
+
console.log(`Creating a Contentful app in ${(0, logger_1.highlight)((0, tildify_1.default)(fullAppFolder))}`);
|
|
98
98
|
if (normalizedOptions.function && normalizedOptions.skipUi) {
|
|
99
99
|
await addFunctionTemplate(fullAppFolder);
|
|
100
100
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/create-contentful-app",
|
|
3
|
-
"version": "2.2.8-alpha.
|
|
3
|
+
"version": "2.2.8-alpha.9",
|
|
4
4
|
"description": "A template for building Contentful Apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contentful",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"test": "mocha 'test/**/*.spec.{js,ts}'"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@contentful/app-scripts": "2.5.12-alpha.
|
|
39
|
+
"@contentful/app-scripts": "2.5.12-alpha.9",
|
|
40
40
|
"@segment/analytics-node": "^2.2.0",
|
|
41
41
|
"chalk": "4.1.2",
|
|
42
42
|
"commander": "12.1.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"node-fetch": "2.6.7",
|
|
46
46
|
"rimraf": "5.0.8",
|
|
47
47
|
"tildify": "2.0.0",
|
|
48
|
-
"validate-npm-package-name": "
|
|
48
|
+
"validate-npm-package-name": "7.0.1"
|
|
49
49
|
},
|
|
50
50
|
"bugs": {
|
|
51
51
|
"url": "https://github.com/contentful/create-contentful-app/issues"
|