@contentful/create-contentful-app 2.2.6-alpha.0 → 2.2.7-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.
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -41,7 +41,7 @@ ${(0, logger_1.success)('Success!')} Created a new Contentful app in ${(0, logge
|
|
|
41
41
|
${(0, logger_1.code)(command)}
|
|
42
42
|
|
|
43
43
|
or you can create it manually in web app:
|
|
44
|
-
${(0, logger_1.highlight)(constants_1.CREATE_APP_DEFINITION_GUIDE_URL)}
|
|
44
|
+
${(0, logger_1.highlight)(constants_1.CREATE_APP_DEFINITION_GUIDE_URL)}
|
|
45
45
|
`);
|
|
46
46
|
console.log(`Then kick it off by running
|
|
47
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/create-contentful-app",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.7-alpha.0",
|
|
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.
|
|
39
|
+
"@contentful/app-scripts": "^2.5.11-alpha.0",
|
|
40
40
|
"@segment/analytics-node": "^2.2.0",
|
|
41
41
|
"chalk": "4.1.2",
|
|
42
42
|
"commander": "12.1.0",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"sinon-chai": "^3.7.0",
|
|
81
81
|
"ts-node": "^10.9.2"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "cd17123bde29ceb2dfcacdfa5a1018aaff5e225e"
|
|
84
84
|
}
|