tsdown 0.22.3 → 0.22.4
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/{build-B_nvJe4A.mjs → build-CXv0CAc1.mjs} +11 -9
- package/dist/{config-BJZDmsYq.d.mts → config-OWDxm8p5.d.mts} +8 -9
- package/dist/config.d.mts +2 -2
- package/dist/config.mjs +1 -1
- package/dist/{debug-DLdR-9XB.mjs → debug-CeGbjKZM.mjs} +1 -1
- package/dist/{detect-B97OSl92.mjs → detect-BNXt7gkp.mjs} +8 -3
- package/dist/{format-DMceewlS.mjs → format-COa2pUTn.mjs} +2 -2
- package/dist/{index-C0LaRpVv.d.mts → index-4SbnPhas.d.mts} +3 -10
- package/dist/index.d.mts +14 -12
- package/dist/index.mjs +7 -4
- package/dist/internal.d.mts +1 -2
- package/dist/{options-Ce3ueyZH.mjs → options-BFfWGQT3.mjs} +4 -4
- package/dist/plugins.d.mts +6 -10
- package/dist/plugins.mjs +2 -2
- package/dist/run.mjs +2 -2
- package/dist/types-BmQCl9Kc.d.mts +1129 -0
- package/dist/{watch-C3ocHLCt.mjs → watch-CvXOpI62.mjs} +1 -1
- package/package.json +32 -32
- package/dist/types-F1pJie3k.d.mts +0 -1140
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as fsExists, t as fsCopy } from "./fs-qxJxxoCE.mjs";
|
|
2
2
|
import { i as noop, s as resolveComma, u as toArray } from "./general-Cp4NiJNK.mjs";
|
|
3
3
|
import { o as prettyFormat } from "./logger-BxuhTmAE.mjs";
|
|
4
|
-
import { t as formatBytes } from "./format-
|
|
4
|
+
import { t as formatBytes } from "./format-COa2pUTn.mjs";
|
|
5
5
|
import { builtinModules } from "node:module";
|
|
6
6
|
import { chmod } from "node:fs/promises";
|
|
7
7
|
import path from "node:path";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tsdown",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.22.
|
|
4
|
+
"version": "0.22.4",
|
|
5
5
|
"description": "The Elegant Bundler for Libraries",
|
|
6
6
|
"author": "Kevin Deng <sxzz@sxzz.moe>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"typescript": "^5.0.0 || ^6.0.0",
|
|
55
55
|
"unplugin-unused": "^0.5.0",
|
|
56
56
|
"unrun": "*",
|
|
57
|
-
"@tsdown/
|
|
58
|
-
"@tsdown/
|
|
57
|
+
"@tsdown/css": "0.22.4",
|
|
58
|
+
"@tsdown/exe": "0.22.4"
|
|
59
59
|
},
|
|
60
60
|
"peerDependenciesMeta": {
|
|
61
61
|
"@arethetypeswrong/core": {
|
|
@@ -94,61 +94,61 @@
|
|
|
94
94
|
"hookable": "^6.1.1",
|
|
95
95
|
"import-without-cache": "^0.4.0",
|
|
96
96
|
"obug": "^2.1.3",
|
|
97
|
-
"picomatch": "^4.0.
|
|
98
|
-
"rolldown": "~1.1.
|
|
99
|
-
"rolldown-plugin-dts": "^0.
|
|
100
|
-
"semver": "^7.8.
|
|
97
|
+
"picomatch": "^4.0.5",
|
|
98
|
+
"rolldown": "~1.1.4",
|
|
99
|
+
"rolldown-plugin-dts": "^0.27.1",
|
|
100
|
+
"semver": "^7.8.5",
|
|
101
101
|
"tinyexec": "^1.2.4",
|
|
102
102
|
"tinyglobby": "^0.2.17",
|
|
103
103
|
"tree-kill": "^1.2.2",
|
|
104
104
|
"unconfig-core": "^7.5.0"
|
|
105
105
|
},
|
|
106
106
|
"inlinedDependencies": {
|
|
107
|
-
"package-manager-detector": "1.
|
|
107
|
+
"package-manager-detector": "1.7.0",
|
|
108
108
|
"pkg-types": "2.3.1"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@arethetypeswrong/core": "^0.18.
|
|
112
|
-
"@sxzz/eslint-config": "^8.2.
|
|
111
|
+
"@arethetypeswrong/core": "^0.18.4",
|
|
112
|
+
"@sxzz/eslint-config": "^8.2.1",
|
|
113
113
|
"@sxzz/prettier-config": "^2.3.1",
|
|
114
114
|
"@sxzz/test-utils": "^0.5.18",
|
|
115
|
-
"@types/node": "^
|
|
115
|
+
"@types/node": "^26.1.0",
|
|
116
116
|
"@types/picomatch": "^4.0.3",
|
|
117
117
|
"@types/semver": "^7.7.1",
|
|
118
|
-
"@typescript/native-preview": "7.0.
|
|
119
|
-
"@unocss/eslint-plugin": "^66.7.
|
|
120
|
-
"@vitejs/devtools": "^0.3.
|
|
121
|
-
"@vitest/coverage-v8": "^4.1.
|
|
122
|
-
"@vitest/ui": "^4.1.
|
|
118
|
+
"@typescript/native-preview": "npm:typescript@7.0.1-rc",
|
|
119
|
+
"@unocss/eslint-plugin": "^66.7.4",
|
|
120
|
+
"@vitejs/devtools": "^0.3.4",
|
|
121
|
+
"@vitest/coverage-v8": "^4.1.10",
|
|
122
|
+
"@vitest/ui": "^4.1.10",
|
|
123
123
|
"@vueuse/core": "^14.3.0",
|
|
124
124
|
"actionspack": "^0.1.5",
|
|
125
|
-
"baseline-browser-mapping": "^2.10.
|
|
125
|
+
"baseline-browser-mapping": "^2.10.42",
|
|
126
126
|
"bumpp": "^11.1.0",
|
|
127
127
|
"dedent": "^1.7.2",
|
|
128
|
-
"eslint": "^10.
|
|
129
|
-
"memfs": "^4.57.
|
|
130
|
-
"package-manager-detector": "^1.
|
|
128
|
+
"eslint": "^10.6.0",
|
|
129
|
+
"memfs": "^4.57.8",
|
|
130
|
+
"package-manager-detector": "^1.7.0",
|
|
131
131
|
"pkg-types": "^2.3.1",
|
|
132
|
-
"postcss": "^8.5.
|
|
132
|
+
"postcss": "^8.5.16",
|
|
133
133
|
"postcss-import": "^16.1.1",
|
|
134
|
-
"prettier": "^3.
|
|
134
|
+
"prettier": "^3.9.4",
|
|
135
135
|
"publint": "^0.3.21",
|
|
136
136
|
"rolldown-plugin-require-cjs": "^0.4.1",
|
|
137
137
|
"sass": "^1.101.0",
|
|
138
|
-
"tsnapi": "^0.
|
|
139
|
-
"tsx": "^4.
|
|
138
|
+
"tsnapi": "^1.0.0",
|
|
139
|
+
"tsx": "^4.23.0",
|
|
140
140
|
"typescript": "~6.0.3",
|
|
141
|
-
"unocss": "^66.7.
|
|
142
|
-
"unplugin-ast": "^0.17.
|
|
141
|
+
"unocss": "^66.7.4",
|
|
142
|
+
"unplugin-ast": "^0.17.2",
|
|
143
143
|
"unplugin-raw": "^0.7.0",
|
|
144
144
|
"unplugin-unused": "^0.5.7",
|
|
145
145
|
"unplugin-vue": "^7.2.0",
|
|
146
146
|
"unrun": "^0.3.1",
|
|
147
|
-
"vite": "^8.
|
|
148
|
-
"vitest": "^4.1.
|
|
149
|
-
"vue": "^3.5.
|
|
150
|
-
"@tsdown/css": "0.22.
|
|
151
|
-
"@tsdown/exe": "0.22.
|
|
147
|
+
"vite": "^8.1.3",
|
|
148
|
+
"vitest": "^4.1.10",
|
|
149
|
+
"vue": "^3.5.39",
|
|
150
|
+
"@tsdown/css": "0.22.4",
|
|
151
|
+
"@tsdown/exe": "0.22.4"
|
|
152
152
|
},
|
|
153
153
|
"prettier": "@sxzz/prettier-config",
|
|
154
154
|
"scripts": {
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"build": "node -C dev ./src/run.ts",
|
|
158
158
|
"dev": "pnpm run build",
|
|
159
159
|
"test": "vitest",
|
|
160
|
-
"typecheck": "
|
|
160
|
+
"typecheck": "tsc --noEmit",
|
|
161
161
|
"format": "prettier --cache --write .",
|
|
162
162
|
"release": "node ./scripts/release.ts",
|
|
163
163
|
"docs:dev": "pnpm -C docs run dev",
|