Skip to content

Commit d91a5b4

Browse files
committed
Fix issue with esm export
1 parent 14d0645 commit d91a5b4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/olive-clocks-thank.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kysely-data-api": patch
3+
---
4+
5+
Fix issue with ESM export

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "./data-api-dialect";
1+
export * from "./data-api-dialect.js";

0 commit comments

Comments
 (0)