@contentful/app-scripts 1.30.0 → 1.30.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.
Files changed (2) hide show
  1. package/lib/utils.js +1 -1
  2. package/package.json +4 -4
package/lib/utils.js CHANGED
@@ -129,7 +129,7 @@ function getEntityFromManifest(type) {
129
129
  // eslint-disable-next-line no-process-exit
130
130
  process.exit(1);
131
131
  }
132
- // EntryFile is not used but we do want to strip it.
132
+ // EntryFile is not used but we do want to strip it
133
133
  // eslint-disable-next-line no-unused-vars
134
134
  const { entryFile: _, ...itemWithoutEntryFile } = item;
135
135
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "1.30.0",
3
+ "version": "1.30.1",
4
4
  "description": "A collection of scripts for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  "bottleneck": "2.19.5",
53
53
  "chalk": "4.1.2",
54
54
  "commander": "12.1.0",
55
- "contentful-management": "11.35.1",
55
+ "contentful-management": "11.36.1",
56
56
  "dotenv": "16.4.5",
57
57
  "ignore": "6.0.2",
58
58
  "inquirer": "8.2.6",
@@ -60,7 +60,7 @@
60
60
  "open": "8.4.2",
61
61
  "ora": "5.4.1"
62
62
  },
63
- "gitHead": "1b6acf5b891b5e4f828b537f6e10fc4f72ff2df4",
63
+ "gitHead": "e59bc33193a054dfb5a7c87fe910c9834b89548f",
64
64
  "devDependencies": {
65
65
  "@tsconfig/node18": "18.2.4",
66
66
  "@types/adm-zip": "0.5.6",
@@ -72,7 +72,7 @@
72
72
  "@types/proxyquire": "1.3.31",
73
73
  "@types/sinon": "17.0.3",
74
74
  "chai": "4.5.0",
75
- "mocha": "10.8.1",
75
+ "mocha": "10.8.2",
76
76
  "proxyquire": "2.1.3",
77
77
  "sinon": "19.0.2",
78
78
  "ts-mocha": "10.0.0",