tsdown 0.16.5 → 0.16.6

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.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { t as defineConfig } from "./config-DLSWqKoz.mjs";
2
- import { n as buildSingle, r as shimFile, t as build } from "./src-BVEBYPUN.mjs";
3
- import { a as globalLogger } from "./package-B-bDWI0Z.mjs";
2
+ import { n as buildSingle, r as shimFile, t as build } from "./src-DWFMRAyU.mjs";
3
+ import { a as globalLogger } from "./package-Cu3WIzIc.mjs";
4
4
 
5
5
  export { build, buildSingle, defineConfig, globalLogger, shimFile };
@@ -1,4 +1,4 @@
1
- import { a as globalLogger, t as version } from "./package-B-bDWI0Z.mjs";
1
+ import { a as globalLogger, t as version } from "./package-Cu3WIzIc.mjs";
2
2
  import process from "node:process";
3
3
  import { bold, green, underline } from "ansis";
4
4
  import { readFile, unlink, writeFile } from "node:fs/promises";
@@ -160,7 +160,7 @@ function hue2rgb(p, q, t) {
160
160
 
161
161
  //#endregion
162
162
  //#region package.json
163
- var version = "0.16.5";
163
+ var version = "0.16.6";
164
164
 
165
165
  //#endregion
166
166
  export { globalLogger as a, debounce as c, noop as d, pkgExists as f, toArray as g, slash as h, generateColor as i, importWithError as l, resolveRegex as m, LogLevels as n, prettyFormat as o, resolveComma as p, createLogger as r, prettyName as s, version as t, matchPattern as u };
package/dist/plugins.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./config-DLSWqKoz.mjs";
2
- import { a as ReportPlugin, i as ShebangPlugin, o as NodeProtocolPlugin, s as ExternalPlugin } from "./src-BVEBYPUN.mjs";
3
- import "./package-B-bDWI0Z.mjs";
2
+ import { a as ReportPlugin, i as ShebangPlugin, o as NodeProtocolPlugin, s as ExternalPlugin } from "./src-DWFMRAyU.mjs";
3
+ import "./package-Cu3WIzIc.mjs";
4
4
 
5
5
  export { ExternalPlugin, NodeProtocolPlugin, ReportPlugin, ShebangPlugin };
package/dist/run.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { a as globalLogger, g as toArray, p as resolveComma, t as version } from "./package-B-bDWI0Z.mjs";
2
+ import { a as globalLogger, g as toArray, p as resolveComma, t as version } from "./package-Cu3WIzIc.mjs";
3
3
  import module from "node:module";
4
4
  import process from "node:process";
5
5
  import { dim } from "ansis";
@@ -36,7 +36,7 @@ cli.command("[...files]", "Bundle files", {
36
36
  await build$1(flags);
37
37
  });
38
38
  cli.command("migrate", "Migrate from tsup to tsdown").option("-c, --cwd <dir>", "Working directory").option("-d, --dry-run", "Dry run").action(async (args) => {
39
- const { migrate } = await import("./migrate--7fCsmlD.mjs");
39
+ const { migrate } = await import("./migrate-CFJaLDyD.mjs");
40
40
  await migrate(args);
41
41
  });
42
42
  async function runCLI() {
@@ -1,6 +1,6 @@
1
1
  import { createRequire as __cjs_createRequire } from "node:module";
2
2
  const __cjs_require = __cjs_createRequire(import.meta.url);
3
- import { a as globalLogger, c as debounce, d as noop, f as pkgExists, g as toArray, h as slash, i as generateColor, l as importWithError, m as resolveRegex, n as LogLevels, o as prettyFormat, p as resolveComma, r as createLogger, s as prettyName, t as version, u as matchPattern } from "./package-B-bDWI0Z.mjs";
3
+ import { a as globalLogger, c as debounce, d as noop, f as pkgExists, g as toArray, h as slash, i as generateColor, l as importWithError, m as resolveRegex, n as LogLevels, o as prettyFormat, p as resolveComma, r as createLogger, s as prettyName, t as version, u as matchPattern } from "./package-Cu3WIzIc.mjs";
4
4
  import { builtinModules, isBuiltin } from "node:module";
5
5
  import path, { dirname, join, normalize, sep } from "node:path";
6
6
  import process from "node:process";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsdown",
3
- "version": "0.16.5",
3
+ "version": "0.16.6",
4
4
  "description": "The Elegant Bundler for Libraries",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -79,20 +79,20 @@
79
79
  "diff": "^8.0.2",
80
80
  "empathic": "^2.0.0",
81
81
  "hookable": "^5.5.3",
82
- "obug": "^2.0.0",
83
- "rolldown": "1.0.0-beta.50",
84
- "rolldown-plugin-dts": "^0.17.7",
82
+ "obug": "^2.1.0",
83
+ "rolldown": "1.0.0-beta.51",
84
+ "rolldown-plugin-dts": "^0.18.0",
85
85
  "semver": "^7.7.3",
86
86
  "tinyexec": "^1.0.2",
87
87
  "tinyglobby": "^0.2.15",
88
88
  "tree-kill": "^1.2.2",
89
89
  "unconfig-core": "^7.4.1",
90
- "unrun": "^0.2.10"
90
+ "unrun": "^0.2.11"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@arethetypeswrong/core": "^0.18.2",
94
- "@sxzz/eslint-config": "^7.2.10",
95
- "@sxzz/prettier-config": "^2.2.4",
94
+ "@sxzz/eslint-config": "^7.3.0",
95
+ "@sxzz/prettier-config": "^2.2.5",
96
96
  "@sxzz/test-utils": "^0.5.12",
97
97
  "@types/node": "^24.10.1",
98
98
  "@types/semver": "^7.7.1",
@@ -107,11 +107,11 @@
107
107
  "publint": "^0.3.15",
108
108
  "rolldown-plugin-require-cjs": "^0.3.1",
109
109
  "typescript": "~5.9.3",
110
- "unocss": "^66.5.6",
110
+ "unocss": "^66.5.7",
111
111
  "unplugin-lightningcss": "^0.4.3",
112
112
  "unplugin-unused": "^0.5.6",
113
- "vite": "npm:rolldown-vite@^7.2.5",
114
- "vitest": "^4.0.9"
113
+ "vite": "npm:rolldown-vite@^7.2.6",
114
+ "vitest": "^4.0.10"
115
115
  },
116
116
  "engines": {
117
117
  "node": ">=20.19.0"