vercel 24.2.3 → 24.2.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/dist/index.js +20564 -20578
  2. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "24.2.3",
3
+ "version": "24.2.4",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -12,10 +12,10 @@
12
12
  },
13
13
  "scripts": {
14
14
  "preinstall": "node ./scripts/preinstall.js",
15
- "test": "jest",
16
- "test-unit": "jest --coverage --verbose",
15
+ "test": "jest --env node --verbose --runInBand --bail --forceExit",
16
+ "test-unit": "yarn test test/unit/",
17
17
  "test-integration-cli": "rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose",
18
- "test-integration-dev": "ava test/dev/integration.js --serial --fail-fast --verbose",
18
+ "test-integration-dev": "yarn test test/dev/",
19
19
  "prepublishOnly": "yarn build",
20
20
  "coverage": "codecov",
21
21
  "build": "node -r ts-eager/register ./scripts/build.ts",
@@ -43,11 +43,11 @@
43
43
  "node": ">= 12"
44
44
  },
45
45
  "dependencies": {
46
- "@vercel/build-utils": "3.0.1",
47
- "@vercel/go": "1.4.2",
48
- "@vercel/node": "1.15.2",
49
- "@vercel/python": "2.3.2",
50
- "@vercel/ruby": "1.3.5",
46
+ "@vercel/build-utils": "3.1.0",
47
+ "@vercel/go": "1.4.3",
48
+ "@vercel/node": "1.15.3",
49
+ "@vercel/python": "2.3.3",
50
+ "@vercel/ruby": "1.3.6",
51
51
  "update-notifier": "4.1.0"
52
52
  },
53
53
  "devDependencies": {
@@ -90,8 +90,8 @@
90
90
  "@types/update-notifier": "5.1.0",
91
91
  "@types/which": "1.3.2",
92
92
  "@types/write-json-file": "2.2.1",
93
- "@vercel/client": "11.0.2",
94
- "@vercel/frameworks": "0.9.0",
93
+ "@vercel/client": "11.0.3",
94
+ "@vercel/frameworks": "0.9.1",
95
95
  "@vercel/ncc": "0.24.0",
96
96
  "@zeit/fun": "0.11.2",
97
97
  "@zeit/source-map-support": "0.6.2",
@@ -186,5 +186,5 @@
186
186
  "<rootDir>/test/**/*.test.ts"
187
187
  ]
188
188
  },
189
- "gitHead": "2afc8db8e77faeea502069cc88e01fbab7e0a715"
189
+ "gitHead": "6e8935883b874d68499283e7a3081a1e2824cbee"
190
190
  }