vite-plugin-vercel 9.0.2 → 9.0.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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +11 -11
package/dist/index.cjs
CHANGED
|
@@ -401,7 +401,7 @@ async function buildEndpoints(resolvedConfig) {
|
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
|
-
await buildFn(resolvedConfig, entry);
|
|
404
|
+
await buildFn(resolvedConfig, entry, entry.buildOptions);
|
|
405
405
|
}
|
|
406
406
|
const isrEntries = entries.filter((e) => e.isr).map((e) => [e.destination.replace(/\.func$/, ""), { expiration: e.isr?.expiration }]);
|
|
407
407
|
return {
|
package/dist/index.js
CHANGED
|
@@ -367,7 +367,7 @@ async function buildEndpoints(resolvedConfig) {
|
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
|
-
await buildFn(resolvedConfig, entry);
|
|
370
|
+
await buildFn(resolvedConfig, entry, entry.buildOptions);
|
|
371
371
|
}
|
|
372
372
|
const isrEntries = entries.filter((e) => e.isr).map((e) => [e.destination.replace(/\.func$/, ""), { expiration: e.isr?.expiration }]);
|
|
373
373
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plugin-vercel",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"vike": "*",
|
|
28
|
-
"vite": "^4.4 || ^5.0.2",
|
|
29
|
-
"@vite-plugin-vercel/vike": "9.0.
|
|
28
|
+
"vite": "^4.4 || ^5.0.2 || ^6",
|
|
29
|
+
"@vite-plugin-vercel/vike": "9.0.3"
|
|
30
30
|
},
|
|
31
31
|
"peerDependenciesMeta": {
|
|
32
32
|
"@vite-plugin-vercel/vike": {
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@types/node": "^18.19.
|
|
41
|
-
"tsup": "^8.3.
|
|
42
|
-
"typescript": "^5.6.
|
|
43
|
-
"vike": "^0.4.
|
|
44
|
-
"vite": "^5.4.
|
|
45
|
-
"@vite-plugin-vercel/vike": "9.0.
|
|
40
|
+
"@types/node": "^18.19.54",
|
|
41
|
+
"tsup": "^8.3.5",
|
|
42
|
+
"typescript": "^5.6.3",
|
|
43
|
+
"vike": "^0.4.203",
|
|
44
|
+
"vite": "^5.4.11",
|
|
45
|
+
"@vite-plugin-vercel/vike": "9.0.3"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@brillout/libassert": "^0.5.8",
|
|
49
49
|
"@manypkg/find-root": "^2.2.3",
|
|
50
|
-
"@vercel/build-utils": "^8.4.
|
|
51
|
-
"@vercel/nft": "^0.27.
|
|
50
|
+
"@vercel/build-utils": "^8.4.12",
|
|
51
|
+
"@vercel/nft": "^0.27.6",
|
|
52
52
|
"@vercel/routing-utils": "^3.1.0",
|
|
53
53
|
"esbuild": "^0.24.0",
|
|
54
54
|
"fast-glob": "^3.3.2",
|