vercel 48.1.1 → 48.1.2
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 +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -145101,8 +145101,8 @@ function filesWithoutFsRefs(files, repoRootPath, sharedDest, standalone) {
|
|
|
145101
145101
|
filePathMap = {};
|
|
145102
145102
|
if (standalone && sharedDest) {
|
|
145103
145103
|
shared[path11] = file;
|
|
145104
|
-
filePathMap[(0, import_build_utils11.normalizePath)(
|
|
145105
|
-
(0, import_path21.relative)(repoRootPath, (0, import_path21.join)(sharedDest,
|
|
145104
|
+
filePathMap[(0, import_build_utils11.normalizePath)(path11)] = (0, import_build_utils11.normalizePath)(
|
|
145105
|
+
(0, import_path21.relative)(repoRootPath, (0, import_path21.join)(sharedDest, path11))
|
|
145106
145106
|
);
|
|
145107
145107
|
} else {
|
|
145108
145108
|
filePathMap[(0, import_build_utils11.normalizePath)(path11)] = (0, import_build_utils11.normalizePath)(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vercel",
|
|
3
|
-
"version": "48.1.
|
|
3
|
+
"version": "48.1.2",
|
|
4
4
|
"preferGlobal": true,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "The command-line interface for Vercel",
|
|
@@ -167,8 +167,8 @@
|
|
|
167
167
|
"write-json-file": "2.2.0",
|
|
168
168
|
"xdg-app-paths": "5.1.0",
|
|
169
169
|
"yauzl-promise": "2.1.3",
|
|
170
|
-
"@vercel-internals/get-package-json": "1.0.0",
|
|
171
170
|
"@vercel-internals/constants": "1.0.4",
|
|
171
|
+
"@vercel-internals/get-package-json": "1.0.0",
|
|
172
172
|
"@vercel-internals/types": "3.0.6"
|
|
173
173
|
},
|
|
174
174
|
"scripts": {
|