vercel 32.2.2 → 32.2.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.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -233144,8 +233144,8 @@ exports.default = readConfig;
|
|
233144
233144
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
233145
233145
|
exports.SENTRY_DSN = exports.GA_TRACKING_ID = void 0;
|
233146
233146
|
// This file is auto-generated
|
233147
|
-
exports.GA_TRACKING_ID =
|
233148
|
-
exports.SENTRY_DSN =
|
233147
|
+
exports.GA_TRACKING_ID = undefined;
|
233148
|
+
exports.SENTRY_DSN = undefined;
|
233149
233149
|
|
233150
233150
|
|
233151
233151
|
/***/ }),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "32.2.
|
3
|
+
"version": "32.2.3",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"@vercel/build-utils": "7.2.0",
|
26
26
|
"@vercel/go": "3.0.1",
|
27
27
|
"@vercel/hydrogen": "1.0.1",
|
28
|
-
"@vercel/next": "4.0.
|
28
|
+
"@vercel/next": "4.0.5",
|
29
29
|
"@vercel/node": "3.0.5",
|
30
30
|
"@vercel/python": "4.0.1",
|
31
31
|
"@vercel/redwood": "2.0.2",
|