vercel 31.1.0 → 31.1.1
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
@@ -230277,8 +230277,8 @@ exports.default = readConfig;
|
|
230277
230277
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
230278
230278
|
exports.SENTRY_DSN = exports.GA_TRACKING_ID = void 0;
|
230279
230279
|
// This file is auto-generated
|
230280
|
-
exports.GA_TRACKING_ID =
|
230281
|
-
exports.SENTRY_DSN =
|
230280
|
+
exports.GA_TRACKING_ID = undefined;
|
230281
|
+
exports.SENTRY_DSN = undefined;
|
230282
230282
|
|
230283
230283
|
|
230284
230284
|
/***/ }),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "31.1.
|
3
|
+
"version": "31.1.1",
|
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": "6.8.2",
|
26
26
|
"@vercel/go": "2.5.1",
|
27
27
|
"@vercel/hydrogen": "0.0.64",
|
28
|
-
"@vercel/next": "3.9.
|
28
|
+
"@vercel/next": "3.9.2",
|
29
29
|
"@vercel/node": "2.15.6",
|
30
30
|
"@vercel/python": "3.1.60",
|
31
31
|
"@vercel/redwood": "1.1.15",
|