@contentful/app-scripts 1.25.0 → 1.26.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/README.md CHANGED
@@ -32,7 +32,7 @@ Otherwise
32
32
  $ npx @contentful/app-scripts create-app-definition
33
33
  ```
34
34
 
35
- ### 👨‍💻 Programmatic
35
+ ### 👩‍💻 Programmatic
36
36
 
37
37
  ```javascript
38
38
  const { createAppDefinition } = require('@contentful/app-scripts');
package/lib/utils.js CHANGED
@@ -115,7 +115,7 @@ function getEntityFromManifest(type) {
115
115
  // eslint-disable-next-line no-process-exit
116
116
  process.exit(1);
117
117
  }
118
- // EntryFile is not used but we do want to strip it
118
+ // EntryFile is not used but we do want to strip it.
119
119
  // eslint-disable-next-line no-unused-vars
120
120
  const { entryFile: _, ...itemWithoutEntryFile } = item;
121
121
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "description": "A collection of scripts for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -48,31 +48,31 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@segment/analytics-node": "^2.0.0",
51
- "adm-zip": "0.5.14",
51
+ "adm-zip": "0.5.15",
52
52
  "bottleneck": "2.19.5",
53
53
  "chalk": "4.1.2",
54
54
  "commander": "12.1.0",
55
- "contentful-management": "11.27.4",
55
+ "contentful-management": "11.31.7",
56
56
  "dotenv": "16.4.5",
57
- "ignore": "5.3.1",
57
+ "ignore": "5.3.2",
58
58
  "inquirer": "8.2.6",
59
59
  "lodash": "4.17.21",
60
60
  "open": "8.4.2",
61
61
  "ora": "5.4.1"
62
62
  },
63
- "gitHead": "12181d922876d806add6afa7e478829182ad1f6d",
63
+ "gitHead": "346dbb95c0dc70c95d15ed22ecc57c110e2c6c51",
64
64
  "devDependencies": {
65
65
  "@tsconfig/node18": "18.2.4",
66
66
  "@types/adm-zip": "0.5.5",
67
67
  "@types/analytics-node": "3.1.14",
68
68
  "@types/chai": "4.3.16",
69
69
  "@types/inquirer": "8.2.1",
70
- "@types/lodash": "4.17.5",
70
+ "@types/lodash": "4.17.7",
71
71
  "@types/mocha": "10.0.7",
72
72
  "@types/proxyquire": "1.3.31",
73
73
  "@types/sinon": "17.0.3",
74
- "chai": "5.1.1",
75
- "mocha": "10.5.2",
74
+ "chai": "4.5.0",
75
+ "mocha": "10.7.3",
76
76
  "proxyquire": "2.1.3",
77
77
  "sinon": "18.0.0",
78
78
  "ts-mocha": "10.0.0",