tsdown-migrate 0.20.2 → 0.20.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/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as migratePackageJson, t as migrateTsupConfig } from "./tsup-config-Cc0of_k5.mjs";
1
+ import { n as migratePackageJson, t as migrateTsupConfig } from "./tsup-config-BYpDRTOY.mjs";
2
2
  import process from "node:process";
3
3
  import { getCliCommand, parseNi, run } from "@antfu/ni";
4
4
  import { green, greenBright, underline } from "ansis";
package/dist/run.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { i as version, r as name } from "./tsup-config-Cc0of_k5.mjs";
2
+ import { i as version, r as name } from "./tsup-config-BYpDRTOY.mjs";
3
3
  import { migrate } from "./index.mjs";
4
4
  import process from "node:process";
5
5
  import consola from "consola";
@@ -20,7 +20,7 @@ function detectIndentation(jsonText) {
20
20
  //#endregion
21
21
  //#region package.json
22
22
  var name = "tsdown-migrate";
23
- var version = "0.20.2";
23
+ var version = "0.20.3";
24
24
 
25
25
  //#endregion
26
26
  //#region src/utils.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tsdown-migrate",
3
3
  "type": "module",
4
- "version": "0.20.2",
4
+ "version": "0.20.3",
5
5
  "description": "A CLI tool to help migrate your project to tsdown.",
6
6
  "author": "Kevin Deng <sxzz@sxzz.moe>",
7
7
  "license": "MIT",