@contentful/app-scripts 2.1.3 → 2.1.4

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/bin.js +1 -2
  2. package/package.json +3 -3
package/lib/bin.js CHANGED
@@ -109,6 +109,5 @@ async function runCommand(command, options) {
109
109
  await commander_1.program.parseAsync(process.argv);
110
110
  })().catch((e) => {
111
111
  console.error(e);
112
- // eslint-disable-next-line no-process-exit
113
- process.exit(1);
112
+ throw e;
114
113
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "A collection of scripts for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -57,7 +57,7 @@
57
57
  "commander": "12.1.0",
58
58
  "contentful-management": "11.48.0",
59
59
  "dotenv": "16.4.7",
60
- "esbuild": "^0.25.0",
60
+ "esbuild": "^0.25.1",
61
61
  "ignore": "7.0.3",
62
62
  "inquirer": "8.2.6",
63
63
  "lodash": "4.17.21",
@@ -67,7 +67,7 @@
67
67
  "tiged": "^2.12.7",
68
68
  "zod": "^3.24.1"
69
69
  },
70
- "gitHead": "19544e247831ead71d56506298ed3335aa852d4a",
70
+ "gitHead": "4538fa97b37141989cf9788881901c326e0c26c1",
71
71
  "devDependencies": {
72
72
  "@types/adm-zip": "0.5.7",
73
73
  "@types/analytics-node": "3.1.14",