Skip to content

Commit

Permalink
feat: assistant-stream interop with module resolution node (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Dec 12, 2024
1 parent 25cd484 commit fd1623f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/assistant-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# assistant-stream

## 0.0.10

### Patch Changes

- interop with module resolution node

## 0.0.8

### Patch Changes
Expand Down
3 changes: 2 additions & 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.9",
"version": "0.0.10",
"license": "MIT",
"exports": {
".": {
Expand Down Expand Up @@ -30,6 +30,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist",
"ai-sdk",
"README.md"
],
"sideEffects": false,
Expand Down

0 comments on commit fd1623f

Please sign in to comment.