Skip to content

Commit 5ffc68e

Browse files
Replace yarn.lock's with pnpm-based lockfile, migrate from yalc to workspace protocol
1 parent 5c6b2e1 commit 5ffc68e

File tree

6 files changed

+4035
-5181
lines changed

6 files changed

+4035
-5181
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
> [!CAUTION]
2+
> Privatize everything you don't want to get released, especially examples.
3+
>
4+
> ```jsonc
5+
> // package.json
6+
> {
7+
> //...
8+
> "private": true,
9+
> //...
10+
> }
11+
> ```

examples/nextjs-ai-chatbot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@ai-sdk/openai": "^2.0.53",
1414
"@ai-sdk/react": "^2.0.76",
1515
"@ai-sdk/xai": "^2.0.27",
16-
"@stream-io/ai-sdk-storage": "file:.yalc/@stream-io/ai-sdk-storage",
16+
"@stream-io/ai-sdk-storage": "workspace:^",
1717
"@tailwindcss/typography": "^0.5.19",
1818
"ai": "^5.0.76",
1919
"animate.css": "^4.1.1",

0 commit comments

Comments
 (0)