Skip to content

Commit

Permalink
feat: assistant-stream interop with module resolution node
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom committed Dec 12, 2024
1 parent 1f24c52 commit 26368e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/assistant-stream/ai-sdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This directory exists to support subpath imports for TypeScript projects using --moduleResolution node.
5 changes: 5 additions & 0 deletions packages/assistant-stream/ai-sdk/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"main": "../dist/ai-sdk.js",
"module": "../dist/ai-sdk.mjs",
"types": "../dist/ai-sdk.d.ts"
}
2 changes: 1 addition & 1 deletion packages/assistant-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistant-stream",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"exports": {
".": {
Expand Down

0 comments on commit 26368e5

Please sign in to comment.