vercel 48.10.11 → 48.10.13
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 +3 -4
- package/package.json +15 -15
package/dist/index.js
CHANGED
|
@@ -49731,7 +49731,7 @@ var require_package = __commonJS2({
|
|
|
49731
49731
|
"../client/package.json"(exports2, module2) {
|
|
49732
49732
|
module2.exports = {
|
|
49733
49733
|
name: "@vercel/client",
|
|
49734
|
-
version: "17.2.
|
|
49734
|
+
version: "17.2.11",
|
|
49735
49735
|
main: "dist/index.js",
|
|
49736
49736
|
typings: "dist/index.d.ts",
|
|
49737
49737
|
homepage: "https://vercel.com",
|
|
@@ -49770,7 +49770,7 @@ var require_package = __commonJS2({
|
|
|
49770
49770
|
vitest: "2.0.1"
|
|
49771
49771
|
},
|
|
49772
49772
|
dependencies: {
|
|
49773
|
-
"@vercel/build-utils": "13.
|
|
49773
|
+
"@vercel/build-utils": "13.2.0",
|
|
49774
49774
|
"@vercel/error-utils": "2.0.3",
|
|
49775
49775
|
"@vercel/microfrontends": "1.2.2",
|
|
49776
49776
|
"@vercel/routing-utils": "5.3.0",
|
|
@@ -129158,8 +129158,7 @@ async function ensureRepoLink(client2, cwd, { yes, overwrite }) {
|
|
|
129158
129158
|
([rootDirectory, frameworks]) => frameworks.map((framework, i) => {
|
|
129159
129159
|
const name = (0, import_slugify.default)(
|
|
129160
129160
|
[
|
|
129161
|
-
(0, import_path14.basename)(rootPath),
|
|
129162
|
-
(0, import_path14.basename)(rootDirectory),
|
|
129161
|
+
(0, import_path14.basename)(rootDirectory) || (0, import_path14.basename)(rootPath),
|
|
129163
129162
|
i > 0 ? framework.slug : ""
|
|
129164
129163
|
].filter(Boolean).join("-")
|
|
129165
129164
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vercel",
|
|
3
|
-
"version": "48.10.
|
|
3
|
+
"version": "48.10.13",
|
|
4
4
|
"preferGlobal": true,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "The command-line interface for Vercel",
|
|
@@ -22,26 +22,26 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@vercel/blob": "1.0.2",
|
|
25
|
-
"@vercel/build-utils": "13.
|
|
26
|
-
"@vercel/elysia": "0.1.
|
|
27
|
-
"@vercel/express": "0.1.
|
|
28
|
-
"@vercel/fastify": "0.1.
|
|
25
|
+
"@vercel/build-utils": "13.2.0",
|
|
26
|
+
"@vercel/elysia": "0.1.9",
|
|
27
|
+
"@vercel/express": "0.1.14",
|
|
28
|
+
"@vercel/fastify": "0.1.12",
|
|
29
29
|
"@vercel/fun": "1.2.0",
|
|
30
30
|
"@vercel/go": "3.2.3",
|
|
31
|
-
"@vercel/h3": "0.1.
|
|
32
|
-
"@vercel/hono": "0.2.
|
|
31
|
+
"@vercel/h3": "0.1.18",
|
|
32
|
+
"@vercel/hono": "0.2.12",
|
|
33
33
|
"@vercel/hydrogen": "1.3.2",
|
|
34
|
-
"@vercel/next": "4.15.
|
|
35
|
-
"@vercel/node": "5.5.
|
|
34
|
+
"@vercel/next": "4.15.4",
|
|
35
|
+
"@vercel/node": "5.5.11",
|
|
36
36
|
"@vercel/python": "6.0.8",
|
|
37
37
|
"@vercel/redwood": "2.4.2",
|
|
38
38
|
"@vercel/remix-builder": "5.5.2",
|
|
39
39
|
"@vercel/ruby": "2.2.2",
|
|
40
|
-
"@vercel/static-build": "2.8.
|
|
40
|
+
"@vercel/static-build": "2.8.11",
|
|
41
41
|
"chokidar": "4.0.0",
|
|
42
42
|
"jose": "5.9.6",
|
|
43
|
-
"@vercel/
|
|
44
|
-
"@vercel/
|
|
43
|
+
"@vercel/backends": "0.0.11",
|
|
44
|
+
"@vercel/detect-agent": "1.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@alex_neo/jest-expect-message": "1.0.5",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@types/which": "3.0.0",
|
|
86
86
|
"@types/write-json-file": "2.2.1",
|
|
87
87
|
"@types/yauzl-promise": "2.1.0",
|
|
88
|
-
"@vercel/client": "17.2.
|
|
88
|
+
"@vercel/client": "17.2.11",
|
|
89
89
|
"@vercel/error-utils": "2.0.3",
|
|
90
90
|
"@vercel/frameworks": "3.15.3",
|
|
91
91
|
"@vercel/fs-detectors": "5.7.7",
|
|
@@ -170,8 +170,8 @@
|
|
|
170
170
|
"xdg-app-paths": "5.1.0",
|
|
171
171
|
"yauzl-promise": "2.1.3",
|
|
172
172
|
"@vercel-internals/constants": "1.0.4",
|
|
173
|
-
"@vercel-internals/
|
|
174
|
-
"@vercel-internals/
|
|
173
|
+
"@vercel-internals/types": "3.0.6",
|
|
174
|
+
"@vercel-internals/get-package-json": "1.0.0"
|
|
175
175
|
},
|
|
176
176
|
"scripts": {
|
|
177
177
|
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --bail",
|