vercel 50.16.0 → 50.17.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/README.md +0 -16
- package/dist/chunks/{chunk-NSDOFVJX.js → chunk-2TX2KBK2.js} +3 -5
- package/dist/chunks/{chunk-THPQGD6A.js → chunk-4OM52PY3.js} +3 -3
- package/dist/chunks/{chunk-F7SA4TTW.js → chunk-6L7RI6HG.js} +107 -2510
- package/dist/chunks/{chunk-EHEORZLM.js → chunk-73C6K6LE.js} +3 -3
- package/dist/chunks/{chunk-6TPHDHH6.js → chunk-7K6FEHYP.js} +2 -4
- package/dist/chunks/{chunk-6H7E5JAU.js → chunk-A2M6YJ6J.js} +195 -4
- package/dist/chunks/{chunk-X7L4O7SQ.js → chunk-AIQQMSHA.js} +2 -2
- package/dist/chunks/{chunk-T4TZPI3X.js → chunk-D5WTFIGZ.js} +2 -4
- package/dist/chunks/{chunk-WOW3WCBP.js → chunk-DVM3X65T.js} +3 -3
- package/dist/chunks/{chunk-DQMES3JG.js → chunk-DYSTAQ22.js} +5 -7
- package/dist/chunks/{chunk-YBCF4CPN.js → chunk-DYWKF6NC.js} +8 -10
- package/dist/chunks/{chunk-6FPBXKR4.js → chunk-EPFJ455M.js} +8 -10
- package/dist/chunks/{chunk-FS6YY47L.js → chunk-FUW6HC6T.js} +1 -1
- package/dist/chunks/{chunk-5SJEHMU6.js → chunk-G5MKACK7.js} +6 -6
- package/dist/chunks/{chunk-6VWUQJDY.js → chunk-GVL6VA57.js} +1 -1
- package/dist/chunks/{chunk-A3IMGHY5.js → chunk-I5NOLSQ6.js} +2 -2
- package/dist/chunks/{chunk-AKG6QSHC.js → chunk-INPVLPLM.js} +3 -3
- package/dist/chunks/{chunk-XALJI6UE.js → chunk-JSZMFA4D.js} +4 -6
- package/dist/chunks/{chunk-N2YXFMAI.js → chunk-JZ3TMN3O.js} +1 -1
- package/dist/chunks/{chunk-35MTNKUL.js → chunk-KBI3P2DR.js} +15 -10
- package/dist/chunks/{chunk-4LFUCVGY.js → chunk-KGLPAIXW.js} +2585 -46
- package/dist/chunks/{chunk-7OCX2CUX.js → chunk-LLPVFNNI.js} +1 -1
- package/dist/chunks/{chunk-2XDWQZS5.js → chunk-LTWXVGGJ.js} +3 -5
- package/dist/chunks/{chunk-RLJJSJ6F.js → chunk-LYYLGVUH.js} +1 -1
- package/dist/chunks/{chunk-WZQVFVLV.js → chunk-M7PAHJQL.js} +1 -1
- package/dist/chunks/{chunk-P67VZBRT.js → chunk-OZYYKFPM.js} +6 -8
- package/dist/chunks/{chunk-UCOJPZY7.js → chunk-PUUJQEKZ.js} +4 -4
- package/dist/chunks/{chunk-7AKFS66B.js → chunk-QLEZ4C5R.js} +12 -14
- package/dist/chunks/{chunk-PAIJQME4.js → chunk-VNFKDZDI.js} +1 -1
- package/dist/chunks/{chunk-77EDT32B.js → chunk-WGZTQZYN.js} +4 -6
- package/dist/chunks/{chunk-7GIM755L.js → chunk-XC4QM2C2.js} +1 -1
- package/dist/chunks/{chunk-7CIFGFVB.js → chunk-Y5G7EIAI.js} +12 -14
- package/dist/chunks/{compile-vercel-config-J4ND44CT.js → compile-vercel-config-RURI5NUI.js} +4 -5
- package/dist/chunks/{emit-flags-definitions-FVPV6R5V.js → emit-flags-definitions-USGHZMIG.js} +3 -4
- package/dist/chunks/{link-LFKXXXB7.js → link-H74KIZZL.js} +3 -4
- package/dist/commands/build/index.js +190 -71
- package/dist/commands/deploy/index.js +20 -22
- package/dist/commands/dev/index.js +25 -27
- package/dist/commands/env/index.js +16 -18
- package/dist/commands/link/index.js +13 -14
- package/dist/commands/list/index.js +13 -15
- package/dist/commands-bulk.js +61 -37
- package/dist/help.js +2 -3
- package/dist/index.js +26 -28
- package/dist/version.mjs +1 -1
- package/package.json +69 -11
- package/dist/chunks/chunk-LCYENQ63.js +0 -204
- package/dist/chunks/dist-FSUF7EZP.js +0 -30041
package/README.md
CHANGED
|
@@ -74,22 +74,6 @@ To include your changes in a release, add a changeset before merging your PR:
|
|
|
74
74
|
pnpm changeset
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
-
### Canary Releases
|
|
78
|
-
|
|
79
|
-
Canary releases let you publish pre-release versions from any branch. You can use this sparingly
|
|
80
|
-
to test changes before they land on `main`.
|
|
81
|
-
|
|
82
|
-
1. Go to the [Release Canary](../../.github/workflows/release-canary.yml) workflow in the Actions tab.
|
|
83
|
-
2. Click **Run workflow** and enter the branch name.
|
|
84
|
-
3. A member of the `vercel-cli-approvers` team must approve the release.
|
|
85
|
-
4. Once approved, all public packages are published to npm with a canary version (e.g. `1.2.3-canary.20260211120000.abc1234`) under the `canary` dist-tag.
|
|
86
|
-
|
|
87
|
-
To install a canary release:
|
|
88
|
-
|
|
89
|
-
```bash
|
|
90
|
-
npm i -g vercel@canary
|
|
91
|
-
```
|
|
92
|
-
|
|
93
77
|
### Full Testing
|
|
94
78
|
|
|
95
79
|
`pnpm vercel` executes a locally built dist. Because this dist lives locally in this monorepo,
|
|
@@ -6,13 +6,11 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
output_manager_default
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-7K6FEHYP.js";
|
|
10
10
|
import {
|
|
11
|
+
__toESM,
|
|
11
12
|
require_source
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import {
|
|
14
|
-
__toESM
|
|
15
|
-
} from "./chunk-LCYENQ63.js";
|
|
13
|
+
} from "./chunk-A2M6YJ6J.js";
|
|
16
14
|
|
|
17
15
|
// src/util/suggest-next-commands.ts
|
|
18
16
|
var import_chalk = __toESM(require_source(), 1);
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
getArgs,
|
|
13
13
|
require_json_parse_better_errors,
|
|
14
14
|
require_lib
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-KGLPAIXW.js";
|
|
16
16
|
import {
|
|
17
17
|
require_dist
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-7K6FEHYP.js";
|
|
19
19
|
import {
|
|
20
20
|
__toESM
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-A2M6YJ6J.js";
|
|
22
22
|
|
|
23
23
|
// src/util/read-json-file.ts
|
|
24
24
|
var import_fs_extra = __toESM(require_lib(), 1);
|