generated from stacksjs/ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dacb562
commit 92cfaf1
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
|
||
## v0.18.19...main | ||
|
||
[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.19...main) | ||
|
||
### 🏡 Chore | ||
|
||
- Do not include sourcemap ([dacb562](https://github.com/stacksjs/bun-plugin-dts-auto/commit/dacb562)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Chris <[email protected]> | ||
|
||
## v0.18.18...main | ||
|
||
[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.18...main) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "bun-plugin-dts-auto", | ||
"type": "module", | ||
"version": "0.18.19", | ||
"version": "0.18.20", | ||
"description": "A Bun Bundler plugin that auto generates your d.ts types.", | ||
"author": "Chris Breuer <[email protected]>", | ||
"license": "MIT", | ||
|