vercel 58.9.2 → 58.9.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/chunks/{chunk-QXXH6L46.js → chunk-FKN6MI3N.js} +111 -6
- package/dist/chunks/{chunk-YXFLKPDC.js → chunk-J4YKPKVD.js} +769 -9
- package/dist/chunks/{chunk-QCDSQERI.js → chunk-J5PH3SFB.js} +1 -1
- package/dist/chunks/{constants-T6BULVX6.js → chunk-O26N2UPI.js} +4 -2
- package/dist/chunks/constants-WEQVJSYS.js +15 -0
- package/dist/commands/deploy/index.js +2 -2
- package/dist/commands/env/index.js +1 -1
- package/dist/commands/link/index.js +1 -1
- package/dist/commands-bulk.js +793 -727
- package/dist/index.js +21 -5
- package/dist/vc.js +7 -3
- package/dist/version.mjs +2 -1
- package/package.json +12 -12
|
@@ -4,10 +4,12 @@ import { dirname as __dirname_ } from 'node:path';
|
|
|
4
4
|
const require = __createRequire(import.meta.url);
|
|
5
5
|
const __filename = __fileURLToPath(import.meta.url);
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
|
-
import "./chunk-TZ2YI2VH.js";
|
|
8
7
|
|
|
9
8
|
// src/util/constants.ts
|
|
10
9
|
var SENTRY_DSN = "https://26a24e59ba954011919a524b341b6ab5@o205439.ingest.us.sentry.io/1323225";
|
|
10
|
+
var BUILD_LABEL = void 0;
|
|
11
|
+
|
|
11
12
|
export {
|
|
12
|
-
SENTRY_DSN
|
|
13
|
+
SENTRY_DSN,
|
|
14
|
+
BUILD_LABEL
|
|
13
15
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { createRequire as __createRequire } from 'node:module';
|
|
2
|
+
import { fileURLToPath as __fileURLToPath } from 'node:url';
|
|
3
|
+
import { dirname as __dirname_ } from 'node:path';
|
|
4
|
+
const require = __createRequire(import.meta.url);
|
|
5
|
+
const __filename = __fileURLToPath(import.meta.url);
|
|
6
|
+
const __dirname = __dirname_(__filename);
|
|
7
|
+
import {
|
|
8
|
+
BUILD_LABEL,
|
|
9
|
+
SENTRY_DSN
|
|
10
|
+
} from "./chunk-O26N2UPI.js";
|
|
11
|
+
import "./chunk-TZ2YI2VH.js";
|
|
12
|
+
export {
|
|
13
|
+
BUILD_LABEL,
|
|
14
|
+
SENTRY_DSN
|
|
15
|
+
};
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
purchaseDomainIfAvailable,
|
|
14
14
|
require_cjs,
|
|
15
15
|
setupDomain
|
|
16
|
-
} from "../../chunks/chunk-
|
|
16
|
+
} from "../../chunks/chunk-J5PH3SFB.js";
|
|
17
17
|
import "../../chunks/chunk-PRWJUY5U.js";
|
|
18
18
|
import "../../chunks/chunk-I2XE3GMB.js";
|
|
19
19
|
import {
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
deprecatedArchiveSplitTgz,
|
|
39
39
|
getCommandAliases,
|
|
40
40
|
initSubcommand
|
|
41
|
-
} from "../../chunks/chunk-
|
|
41
|
+
} from "../../chunks/chunk-FKN6MI3N.js";
|
|
42
42
|
import "../../chunks/chunk-ELA5VN3A.js";
|
|
43
43
|
import "../../chunks/chunk-B3JTF4CF.js";
|
|
44
44
|
import "../../chunks/chunk-A5KP5HAI.js";
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
} from "../../chunks/chunk-YPQSDAEW.js";
|
|
34
34
|
import {
|
|
35
35
|
getCommandAliases
|
|
36
|
-
} from "../../chunks/chunk-
|
|
36
|
+
} from "../../chunks/chunk-FKN6MI3N.js";
|
|
37
37
|
import "../../chunks/chunk-ELA5VN3A.js";
|
|
38
38
|
import "../../chunks/chunk-B3JTF4CF.js";
|
|
39
39
|
import "../../chunks/chunk-A5KP5HAI.js";
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
addSubcommand7 as addSubcommand,
|
|
12
12
|
getCommandAliases,
|
|
13
13
|
linkCommand
|
|
14
|
-
} from "../../chunks/chunk-
|
|
14
|
+
} from "../../chunks/chunk-FKN6MI3N.js";
|
|
15
15
|
import "../../chunks/chunk-ELA5VN3A.js";
|
|
16
16
|
import "../../chunks/chunk-B3JTF4CF.js";
|
|
17
17
|
import "../../chunks/chunk-A5KP5HAI.js";
|