Skip to content

Commit

Permalink
chore: update bun-plugin-dtsx
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 8, 2024
1 parent 6da5e96 commit cb7de86
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## v0.1.2...v0.1.2

[compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.2...v0.1.2)

## v0.1.1...main

[compare changes](https://github.com/stacksjs/bun-config/compare/v0.1.1...main)
Expand Down
4 changes: 2 additions & 2 deletions build.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// import { dts } from 'bun-plugin-dtsx'
import { dts } from 'bun-plugin-dtsx'

console.log('Building...')

await Bun.build({
entrypoints: ['src/index.ts'],
outdir: './dist',
target: 'bun',
// plugins: [dts()],
plugins: [dts()],
})

console.log('Built')
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@stacksjs/eslint-config": "^3.8.1-beta.2",
"@types/bun": "^1.1.13",
"bumpp": "^9.8.1",
"bun-plugin-dtsx": "^0.21.0",
"bun-plugin-dtsx": "^0.21.3",
"changelogen": "^0.5.7",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
Expand Down

0 comments on commit cb7de86

Please sign in to comment.