@vercel/backends 0.8.1 → 0.8.3
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.mjs +2 -0
- package/dist/rolldown/index.mjs +1 -0
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -624,6 +624,7 @@ const nodeFileTrace = async (args) => {
|
|
|
624
624
|
processCwd: args.workPath,
|
|
625
625
|
ts: true,
|
|
626
626
|
mixedModules: true,
|
|
627
|
+
moduleSyncCatchall: true,
|
|
627
628
|
async resolve(id, parent, job, cjsResolve) {
|
|
628
629
|
return resolve$1(id, parent, job, cjsResolve);
|
|
629
630
|
},
|
|
@@ -978,6 +979,7 @@ const nft = async (args) => {
|
|
|
978
979
|
processCwd: args.workPath,
|
|
979
980
|
ts: true,
|
|
980
981
|
mixedModules: true,
|
|
982
|
+
moduleSyncCatchall: true,
|
|
981
983
|
conditions: args.conditions,
|
|
982
984
|
ignore: ignorePatterns.length > 0 ? ignorePatterns : void 0,
|
|
983
985
|
async readFile(fsPath) {
|
package/dist/rolldown/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/backends",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index.mjs",
|
|
6
6
|
"homepage": "https://vercel.com/docs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"templates"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@vercel/nft": "1.
|
|
28
|
+
"@vercel/nft": "1.10.0",
|
|
29
29
|
"execa": "3.2.0",
|
|
30
30
|
"fs-extra": "11.1.0",
|
|
31
31
|
"get-port": "5.1.1",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"srvx": "0.8.9",
|
|
37
37
|
"tsx": "4.21.0",
|
|
38
38
|
"zod": "3.22.4",
|
|
39
|
-
"@vercel/build-utils": "13.26.
|
|
39
|
+
"@vercel/build-utils": "13.26.4"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/express": "5.0.3",
|