@vercel/backends 0.8.2 → 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 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) {
@@ -99,6 +99,7 @@ const nft = async (args) => {
99
99
  processCwd: args.workPath,
100
100
  ts: true,
101
101
  mixedModules: true,
102
+ moduleSyncCatchall: true,
102
103
  conditions: args.conditions,
103
104
  ignore: ignorePatterns.length > 0 ? ignorePatterns : void 0,
104
105
  async readFile(fsPath) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/backends",
3
- "version": "0.8.2",
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.5.0",
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",