tsdown 0.2.7 → 0.2.8

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
@@ -5,7 +5,7 @@ import { rolldown } from "rolldown";
5
5
  import { IsolatedDecl } from "unplugin-isolated-decl";
6
6
  import { access, readdir, rm, stat } from "node:fs/promises";
7
7
  import { default as path, default as path$1, default as path$2, default as path$3 } from "node:path";
8
- import { default as glob, default as glob$1 } from "fast-glob";
8
+ import { glob, glob as glob$1 } from "tinyglobby";
9
9
  import { readPackageJSON } from "pkg-types";
10
10
  import { loadConfig } from "unconfig";
11
11
 
package/dist/run.js CHANGED
@@ -8,7 +8,7 @@ const version$1 = "0.12.2-snapshot-374cd3d-20240819002934";
8
8
 
9
9
  //#endregion
10
10
  //#region package.json
11
- const version = "0.2.7";
11
+ const version = "0.2.8";
12
12
 
13
13
  //#endregion
14
14
  //#region src/cli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsdown",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "An even faster bundler powered by Rolldown.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -42,10 +42,10 @@
42
42
  "cac": "^6.7.14",
43
43
  "chokidar": "^3.6.0",
44
44
  "consola": "^3.2.3",
45
- "fast-glob": "^3.3.2",
46
45
  "picocolors": "^1.0.1",
47
46
  "pkg-types": "^1.1.3",
48
47
  "rolldown": "nightly",
48
+ "tinyglobby": "^0.2.2",
49
49
  "unconfig": "^0.5.5",
50
50
  "unplugin-isolated-decl": "^0.4.5"
51
51
  },