tsup-plugin-dtsx 0.9.12 → 0.9.14
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -200,7 +200,7 @@ export default defineConfig({
|
|
|
200
200
|
})
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
## Why Use dtsx Instead of tsup's Built-in dts
|
|
203
|
+
## Why Use dtsx Instead of tsup's Built-in dts
|
|
204
204
|
|
|
205
205
|
1. **Faster**: dtsx is optimized for speed and can be significantly faster for large projects
|
|
206
206
|
2. **More Options**: Bundling, filtering, callbacks, and more
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tsup-plugin-dtsx",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.14",
|
|
5
5
|
"description": "A tsup plugin that auto generates your DTS types extremely fast.",
|
|
6
6
|
"author": "Chris Breuer <chris@ow3.org>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"typecheck": "bun tsc --noEmit"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@stacksjs/dtsx": "0.9.
|
|
52
|
+
"@stacksjs/dtsx": "0.9.14"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"tsup": "^8.5.1"
|