vercel 24.2.4 → 24.2.5-canary.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.
Files changed (2) hide show
  1. package/dist/index.js +1469 -931
  2. package/package.json +16 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "24.2.4",
3
+ "version": "24.2.5-canary.2",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -43,11 +43,15 @@
43
43
  "node": ">= 12"
44
44
  },
45
45
  "dependencies": {
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",
46
+ "@vercel/build-utils": "3.1.1-canary.2",
47
+ "@vercel/go": "1.4.4-canary.2",
48
+ "@vercel/next": "2.8.67-canary.2",
49
+ "@vercel/node": "1.15.4-canary.2",
50
+ "@vercel/python": "2.3.4-canary.2",
51
+ "@vercel/redwood": "0.8.4-canary.2",
52
+ "@vercel/remix": "0.0.2-canary.2",
53
+ "@vercel/ruby": "1.3.7-canary.2",
54
+ "@vercel/static-build": "0.25.3-canary.2",
51
55
  "update-notifier": "4.1.0"
52
56
  },
53
57
  "devDependencies": {
@@ -90,8 +94,9 @@
90
94
  "@types/update-notifier": "5.1.0",
91
95
  "@types/which": "1.3.2",
92
96
  "@types/write-json-file": "2.2.1",
93
- "@vercel/client": "11.0.3",
94
- "@vercel/frameworks": "0.9.1",
97
+ "@types/yauzl-promise": "2.1.0",
98
+ "@vercel/client": "11.0.4-canary.2",
99
+ "@vercel/frameworks": "0.9.2-canary.0",
95
100
  "@vercel/ncc": "0.24.0",
96
101
  "@zeit/fun": "0.11.2",
97
102
  "@zeit/source-map-support": "0.6.2",
@@ -167,7 +172,8 @@
167
172
  "utility-types": "2.1.0",
168
173
  "which": "2.0.2",
169
174
  "write-json-file": "2.2.0",
170
- "xdg-app-paths": "5.1.0"
175
+ "xdg-app-paths": "5.1.0",
176
+ "yauzl-promise": "2.1.3"
171
177
  },
172
178
  "jest": {
173
179
  "preset": "ts-jest",
@@ -186,5 +192,5 @@
186
192
  "<rootDir>/test/**/*.test.ts"
187
193
  ]
188
194
  },
189
- "gitHead": "6e8935883b874d68499283e7a3081a1e2824cbee"
195
+ "gitHead": "be74f79fa06e3252519a9c0a8fd8564ab5676bae"
190
196
  }