@contentful/create-contentful-app 1.16.20 → 1.17.1
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/includeFunction.js +2 -1
- package/package.json +4 -4
package/lib/includeFunction.js
CHANGED
|
@@ -16,10 +16,11 @@ const addBuildCommand = (0, package_1.getAddBuildCommandFn)({
|
|
|
16
16
|
command: 'node build-functions.js',
|
|
17
17
|
});
|
|
18
18
|
const VALID_FUNCTION_TEMPLATES_DIRS = [
|
|
19
|
-
'external-references',
|
|
20
19
|
'appevent-filter',
|
|
21
20
|
'appevent-handler',
|
|
22
21
|
'appevent-transformation',
|
|
22
|
+
'external-references',
|
|
23
|
+
'comment-bot',
|
|
23
24
|
];
|
|
24
25
|
function functionTemplateFromName(functionName) {
|
|
25
26
|
let dirName = functionName;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/create-contentful-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.1",
|
|
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": "1.
|
|
39
|
+
"@contentful/app-scripts": "1.31.1",
|
|
40
40
|
"@segment/analytics-node": "^2.2.0",
|
|
41
41
|
"chalk": "4.1.2",
|
|
42
42
|
"commander": "12.1.0",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"@types/validate-npm-package-name": "4.0.2",
|
|
75
75
|
"chai": "^4.3.7",
|
|
76
76
|
"chai-as-promised": "^7.1.1",
|
|
77
|
-
"contentful-management": "11.
|
|
77
|
+
"contentful-management": "11.40.0",
|
|
78
78
|
"mocha": "^10.2.0",
|
|
79
79
|
"sinon": "^19.0.0",
|
|
80
80
|
"sinon-chai": "^3.7.0",
|
|
81
81
|
"ts-node": "^10.9.2"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "abfff61de7708ed53d3f3afbbb59f64673ca5a4a"
|
|
84
84
|
}
|