Skip to content

Commit

Permalink
Merge pull request #16 from clickbar/fix/type-declaration-file-location
Browse files Browse the repository at this point in the history
Enable rollup for types
  • Loading branch information
saibotk authored Nov 7, 2023
2 parents ccdb083 + 8af4e79 commit 8932c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to **dot-diver** will be documented here. Inspired by [keep
- Fixed wrong type transformation via vite-dts-plugin (see #15)
- Fixed wrong cjs export filename
- Fixed order of types export to be the first export
- Enabled rollup of Typescript declaration files

## [1.0.3](https://github.com/clickbar/dot-diver/tree/1.0.3) (2023-11-03)

Expand All @@ -18,7 +19,7 @@ All notable changes to **dot-diver** will be documented here. Inspired by [keep
- Formatted code with new lint rules
- Fixed testcase for new TypeScript behavior
- Added guards against prototype pollution, thanks to @d3ng03 (<https://github.com/clickbar/dot-diver/security/advisories/GHSA-9w5f-mw3p-pj47>)
- Added provenance for the published package (See https://docs.npmjs.com/generating-provenance-statements)
- Added provenance for the published package (See <https://docs.npmjs.com/generating-provenance-statements>)

## [1.0.1](https://github.com/clickbar/dot-diver/tree/1.0.1) (2023-03-26)

Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
},
plugins: [
dts({
rollupTypes: true,
include: ['src/'],
}),
],
Expand Down

0 comments on commit 8932c2f

Please sign in to comment.