tsdown 0.2.14 → 0.2.15

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.js CHANGED
@@ -233,7 +233,7 @@ async function build(userOptions = {}) {
233
233
  if (watch) {
234
234
  await watchBuild(resolved, writeBundle);
235
235
  } else {
236
- await build$1.destroy();
236
+ await build$1.close();
237
237
  }
238
238
  async function writeBundle(first) {
239
239
  if (!first) startTime = performance.now();
package/dist/run.js CHANGED
@@ -5,7 +5,7 @@ import { default as pc } from "picocolors";
5
5
  import { cac } from "cac";
6
6
 
7
7
  //#region package.json
8
- const version = "0.2.14";
8
+ const version = "0.2.15";
9
9
 
10
10
  //#endregion
11
11
  //#region src/cli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsdown",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "An even faster bundler powered by Rolldown.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -45,13 +45,13 @@
45
45
  "picocolors": "^1.1.0",
46
46
  "pkg-types": "^1.2.0",
47
47
  "rolldown": "nightly",
48
- "tinyglobby": "^0.2.5",
48
+ "tinyglobby": "^0.2.6",
49
49
  "unconfig": "^0.5.5",
50
50
  "unplugin-isolated-decl": "^0.4.7",
51
- "unplugin-unused": "^0.2.0"
51
+ "unplugin-unused": "^0.2.3"
52
52
  },
53
53
  "devDependencies": {
54
- "@sxzz/eslint-config": "^4.1.5",
54
+ "@sxzz/eslint-config": "^4.2.0",
55
55
  "@sxzz/prettier-config": "^2.0.2",
56
56
  "@types/node": "^22.5.4",
57
57
  "bumpp": "^9.5.2",