@vercel/node 5.0.4 → 5.1.0
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -70464,7 +70464,7 @@ var build = async ({
|
|
70464
70464
|
// src/prepare-cache.ts
|
70465
70465
|
var import_build_utils4 = require("@vercel/build-utils");
|
70466
70466
|
var prepareCache = ({ repoRootPath, workPath }) => {
|
70467
|
-
return (0, import_build_utils4.glob)(
|
70467
|
+
return (0, import_build_utils4.glob)(import_build_utils4.defaultCachePathGlob, repoRootPath || workPath);
|
70468
70468
|
};
|
70469
70469
|
|
70470
70470
|
// src/start-dev-server.ts
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/node",
|
3
|
-
"version": "5.0
|
3
|
+
"version": "5.1.0",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"main": "./dist/index",
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"@edge-runtime/primitives": "4.1.0",
|
18
18
|
"@edge-runtime/vm": "3.2.0",
|
19
19
|
"@types/node": "16.18.11",
|
20
|
-
"@vercel/build-utils": "9.
|
20
|
+
"@vercel/build-utils": "9.2.0",
|
21
21
|
"@vercel/error-utils": "2.0.3",
|
22
22
|
"@vercel/nft": "0.27.10",
|
23
23
|
"@vercel/static-config": "3.0.0",
|