@contentful/app-scripts 2.5.1 → 2.5.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.
@@ -133,7 +133,7 @@ async function mergeAppManifest(localPath, localTmpPath) {
133
133
  });
134
134
  }
135
135
  else {
136
- // add the function to the json's "functions" array
136
+ // add the function to the json's "functions" array
137
137
  await (0, file_1.mergeJsonIntoFile)({
138
138
  source: (0, node_path_1.resolve)(localTmpPath, tmpAppManifestType),
139
139
  destination: (0, node_path_1.resolve)(localPath, constants_1.CONTENTFUL_APP_MANIFEST),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "A collection of scripts for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -56,9 +56,9 @@
56
56
  "chalk": "4.1.2",
57
57
  "commander": "12.1.0",
58
58
  "contentful-management": "^11.48.1",
59
- "dotenv": "16.4.7",
59
+ "dotenv": "16.5.0",
60
60
  "esbuild": "^0.25.1",
61
- "ignore": "7.0.3",
61
+ "ignore": "7.0.5",
62
62
  "inquirer": "8.2.6",
63
63
  "lodash": "4.17.21",
64
64
  "merge-options": "^3.0.4",
@@ -67,19 +67,24 @@
67
67
  "tiged": "^2.12.7",
68
68
  "zod": "^3.24.1"
69
69
  },
70
- "gitHead": "bebf291cff542d30de78de03eea44f3d5621e3b1",
70
+ "overrides": {
71
+ "tiged": {
72
+ "rimraf": "^5.0.0"
73
+ }
74
+ },
75
+ "gitHead": "ec4f9a14fbd808d85a73b2c4f8fc96ac5f1f2b47",
71
76
  "devDependencies": {
72
77
  "@types/adm-zip": "0.5.7",
73
78
  "@types/analytics-node": "3.1.14",
74
79
  "@types/chai": "4.3.16",
75
80
  "@types/inquirer": "8.2.1",
76
- "@types/lodash": "4.17.16",
81
+ "@types/lodash": "4.17.17",
77
82
  "@types/mocha": "10.0.10",
78
83
  "@types/node": "^22.13.10",
79
84
  "@types/proxyquire": "1.3.31",
80
85
  "@types/sinon": "17.0.4",
81
86
  "chai": "4.5.0",
82
- "mocha": "10.8.2",
87
+ "mocha": "11.5.0",
83
88
  "proxyquire": "2.1.3",
84
89
  "sinon": "20.0.0",
85
90
  "ts-mocha": "11.1.0",