Skip to content

Commit

Permalink
Fix package exports (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Jun 11, 2023
1 parent 0e9dfa2 commit a6bc35c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 243 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-clocks-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'ai-connector': patch
---

fix package exports for react and svelte subpackages
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"types": "./dist/index.d.ts",
"files": [
"dist/**/*",
"dist/react/**/*"
"react/dist/**/*",
"svelte/dist/**/*"
],
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -61,7 +62,7 @@
"eslint-config-vercel-ai": "workspace:*",
"jest": "29.2.1",
"ts-jest": "29.0.3",
"tsup": "^5.10.1",
"tsup": "^6.7.0",
"typescript": "^4.5.3"
},
"peerDependencies": {
Expand Down
257 changes: 16 additions & 241 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6bc35c

Please sign in to comment.