tsdown 0.12.2 → 0.12.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { logger$1 as logger } from "./logger-CS4H_tpu.js";
|
|
2
|
-
import { version } from "./package-
|
|
2
|
+
import { version } from "./package-CukXLRwS.js";
|
|
3
3
|
import process from "node:process";
|
|
4
4
|
import { bold, green, underline } from "ansis";
|
|
5
5
|
import { readFile, unlink, writeFile } from "node:fs/promises";
|
package/dist/run.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { logger$1 as logger, resolveComma, toArray } from "./logger-CS4H_tpu.js";
|
|
3
|
-
import { version } from "./package-
|
|
3
|
+
import { version } from "./package-CukXLRwS.js";
|
|
4
4
|
import module from "node:module";
|
|
5
5
|
import process from "node:process";
|
|
6
6
|
import { dim } from "ansis";
|
|
@@ -22,7 +22,7 @@ cli.command("[...files]", "Bundle files", {
|
|
|
22
22
|
await build$1(flags);
|
|
23
23
|
});
|
|
24
24
|
cli.command("migrate", "Migrate from tsup to tsdown").option("-c, --cwd <dir>", "Working directory").option("-d, --dry-run", "Dry run").action(async (args) => {
|
|
25
|
-
const { migrate } = await import("./migrate-
|
|
25
|
+
const { migrate } = await import("./migrate-Df0wndmk.js");
|
|
26
26
|
await migrate(args);
|
|
27
27
|
});
|
|
28
28
|
async function runCLI() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tsdown",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3",
|
|
4
4
|
"description": "The Elegant Bundler for Libraries",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"cac": "^6.7.14",
|
|
68
68
|
"chokidar": "^4.0.3",
|
|
69
69
|
"debug": "^4.4.1",
|
|
70
|
-
"diff": "^8.0.
|
|
70
|
+
"diff": "^8.0.2",
|
|
71
71
|
"empathic": "^1.1.0",
|
|
72
72
|
"hookable": "^5.5.3",
|
|
73
|
-
"rolldown": "1.0.0-beta.9-commit.
|
|
73
|
+
"rolldown": "1.0.0-beta.9-commit.d91dfb5",
|
|
74
74
|
"rolldown-plugin-dts": "^0.13.4",
|
|
75
75
|
"semver": "^7.7.2",
|
|
76
76
|
"tinyexec": "^1.0.1",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"vite": "^6.3.5",
|
|
102
102
|
"vitepress": "^1.6.3",
|
|
103
103
|
"vitepress-plugin-group-icons": "^1.5.5",
|
|
104
|
-
"vitepress-plugin-llms": "^1.3.
|
|
104
|
+
"vitepress-plugin-llms": "^1.3.3",
|
|
105
105
|
"vitest": "^3.1.4",
|
|
106
106
|
"vue": "^3.5.14"
|
|
107
107
|
},
|