bun-plugin-dtsx 0.21.7 → 0.21.9

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 CHANGED
@@ -1,4 +1,4 @@
1
- ![Social Card of Bun Plugin DTS Auto](https://github.com/stacksjs/bun-plugin-dtsx/blob/main/.github/art/cover.jpg)
1
+ ![Social Card of Bun Plugin dtsx](https://github.com/stacksjs/bun-plugin-dtsx/blob/main/.github/art/cover.png)
2
2
 
3
3
  [![npm version][npm-version-src]][npm-version-href]
4
4
  [![GitHub Actions][github-actions-src]][github-actions-href]
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import type { BunPlugin } from 'bun';
2
2
  import type { DtsGenerationOption } from '@stacksjs/dtsx';
3
3
 
4
- export type { DtsGenerationOption };
4
+ export type { DtsGenerationOption }
5
5
  export declare function dts(options?: DtsGenerationOption): BunPlugin;
6
6
 
7
7
  export default dts;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bun-plugin-dtsx",
3
3
  "type": "module",
4
- "version": "0.21.7",
4
+ "version": "0.21.9",
5
5
  "description": "A Bun Bundler plugin that auto generates your d.ts types extremely fast.",
6
6
  "author": "Chris Breuer <chris@ow3.org>",
7
7
  "license": "MIT",
@@ -50,16 +50,16 @@
50
50
  "typecheck": "bun tsc --noEmit"
51
51
  },
52
52
  "dependencies": {
53
- "@stacksjs/dtsx": "^0.6.2"
53
+ "@stacksjs/dtsx": "^0.8.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@stacksjs/eslint-config": "^3.8.1-beta.2",
57
- "@types/bun": "^1.1.10",
58
- "bumpp": "^9.6.1",
57
+ "@types/bun": "^1.1.14",
58
+ "bumpp": "^9.8.1",
59
59
  "changelogen": "^0.5.7",
60
60
  "lint-staged": "^15.2.10",
61
61
  "simple-git-hooks": "^2.11.1",
62
- "typescript": "^5.6.2"
62
+ "typescript": "^5.7.2"
63
63
  },
64
64
  "simple-git-hooks": {
65
65
  "pre-commit": "bun lint-staged"