vercel 44.7.0 → 44.7.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.
- package/dist/index.js +35 -7
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -116392,11 +116392,19 @@ var require_frameworks = __commonJS2({
|
|
|
116392
116392
|
every: [{ matchPackage: "hono" }],
|
|
116393
116393
|
some: [
|
|
116394
116394
|
{
|
|
116395
|
-
path: "
|
|
116395
|
+
path: "index.cjs",
|
|
116396
116396
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116397
116397
|
},
|
|
116398
116398
|
{
|
|
116399
|
-
path: "
|
|
116399
|
+
path: "index.js",
|
|
116400
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116401
|
+
},
|
|
116402
|
+
{
|
|
116403
|
+
path: "index.mjs",
|
|
116404
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116405
|
+
},
|
|
116406
|
+
{
|
|
116407
|
+
path: "index.mts",
|
|
116400
116408
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116401
116409
|
},
|
|
116402
116410
|
{
|
|
@@ -116404,15 +116412,27 @@ var require_frameworks = __commonJS2({
|
|
|
116404
116412
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116405
116413
|
},
|
|
116406
116414
|
{
|
|
116407
|
-
path: "
|
|
116415
|
+
path: "server.cjs",
|
|
116408
116416
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116409
116417
|
},
|
|
116410
116418
|
{
|
|
116411
|
-
path: "
|
|
116419
|
+
path: "server.js",
|
|
116412
116420
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116413
116421
|
},
|
|
116414
116422
|
{
|
|
116415
|
-
path: "
|
|
116423
|
+
path: "server.mjs",
|
|
116424
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116425
|
+
},
|
|
116426
|
+
{
|
|
116427
|
+
path: "server.mts",
|
|
116428
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116429
|
+
},
|
|
116430
|
+
{
|
|
116431
|
+
path: "server.ts",
|
|
116432
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116433
|
+
},
|
|
116434
|
+
{
|
|
116435
|
+
path: "src/index.cjs",
|
|
116416
116436
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116417
116437
|
},
|
|
116418
116438
|
{
|
|
@@ -116422,6 +116442,14 @@ var require_frameworks = __commonJS2({
|
|
|
116422
116442
|
{
|
|
116423
116443
|
path: "src/index.mjs",
|
|
116424
116444
|
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116445
|
+
},
|
|
116446
|
+
{
|
|
116447
|
+
path: "src/index.mts",
|
|
116448
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116449
|
+
},
|
|
116450
|
+
{
|
|
116451
|
+
path: "src/index.ts",
|
|
116452
|
+
matchContent: `(?:from|require|import)\\s*(?:\\(\\s*)?["']hono["']\\s*(?:\\))?`
|
|
116425
116453
|
}
|
|
116426
116454
|
]
|
|
116427
116455
|
},
|
|
@@ -176254,7 +176282,7 @@ async function getResources(client2, teamId) {
|
|
|
176254
176282
|
const searchParams = new URLSearchParams();
|
|
176255
176283
|
searchParams.set("teamId", teamId);
|
|
176256
176284
|
const storesResponse = await client2.fetch(
|
|
176257
|
-
`/v1/storage/stores
|
|
176285
|
+
`/v1/storage/stores?${searchParams}`,
|
|
176258
176286
|
{
|
|
176259
176287
|
json: true
|
|
176260
176288
|
}
|
|
@@ -183635,7 +183663,7 @@ init_errors_ts();
|
|
|
183635
183663
|
init_errors_ts();
|
|
183636
183664
|
|
|
183637
183665
|
// src/util/constants.ts
|
|
183638
|
-
var SENTRY_DSN =
|
|
183666
|
+
var SENTRY_DSN = "https://26a24e59ba954011919a524b341b6ab5@sentry.io/1323225";
|
|
183639
183667
|
|
|
183640
183668
|
// src/index.ts
|
|
183641
183669
|
init_get_update_command();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vercel",
|
|
3
|
-
"version": "44.7.
|
|
3
|
+
"version": "44.7.2",
|
|
4
4
|
"preferGlobal": true,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "The command-line interface for Vercel",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"@vercel/build-utils": "11.0.0",
|
|
26
26
|
"@vercel/fun": "1.1.6",
|
|
27
27
|
"@vercel/go": "3.2.2",
|
|
28
|
-
"@vercel/hono": "0.0.
|
|
28
|
+
"@vercel/hono": "0.0.9",
|
|
29
29
|
"@vercel/hydrogen": "1.2.3",
|
|
30
30
|
"@vercel/next": "4.11.0",
|
|
31
|
-
"@vercel/node": "5.3.
|
|
31
|
+
"@vercel/node": "5.3.11",
|
|
32
32
|
"@vercel/python": "5.0.0",
|
|
33
33
|
"@vercel/redwood": "2.3.4",
|
|
34
34
|
"@vercel/remix-builder": "5.4.10",
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
"xdg-app-paths": "5.1.0",
|
|
165
165
|
"yauzl-promise": "2.1.3",
|
|
166
166
|
"@vercel-internals/constants": "1.0.4",
|
|
167
|
-
"@vercel-internals/
|
|
168
|
-
"@vercel-internals/
|
|
167
|
+
"@vercel-internals/get-package-json": "1.0.0",
|
|
168
|
+
"@vercel-internals/types": "3.0.6"
|
|
169
169
|
},
|
|
170
170
|
"scripts": {
|
|
171
171
|
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",
|