Skip to content

Commit

Permalink
fix: Types not working in ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Jul 16, 2024
1 parent 1a92474 commit c1e9c14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-baboons-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'token.js': patch
---

Fix type import issue
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.4.0",
"description": "Integrate 9 LLM providers with a single Typescript SDK using OpenAIs format.",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist/*"
Expand Down

0 comments on commit c1e9c14

Please sign in to comment.