ai 3.3.40 → 3.3.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # ai
2
2
 
3
+ ## 3.3.41
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [692e265]
8
+ - @ai-sdk/vue@0.0.50
9
+
3
10
  ## 3.3.40
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  ![hero illustration](./assets/hero.gif)
2
2
 
3
- # Vercel AI SDK
3
+ # AI SDK
4
4
 
5
- The [Vercel AI SDK](https://sdk.vercel.ai/docs) is a TypeScript toolkit designed to help you build AI-powered applications using popular frameworks like Next.js, React, Svelte, Vue and runtimes like Node.js.
5
+ The [AI SDK](https://sdk.vercel.ai/docs) is a TypeScript toolkit designed to help you build AI-powered applications using popular frameworks like Next.js, React, Svelte, Vue and runtimes like Node.js.
6
6
 
7
- To learn more about how to use the Vercel AI SDK, check out our [API Reference](https://sdk.vercel.ai/docs/reference) and [Documentation](https://sdk.vercel.ai/docs).
7
+ To learn more about how to use the AI SDK, check out our [API Reference](https://sdk.vercel.ai/docs/reference) and [Documentation](https://sdk.vercel.ai/docs).
8
8
 
9
9
  ## Installation
10
10
 
@@ -216,11 +216,11 @@ We've built [templates](https://vercel.com/templates?type=ai) that include AI SD
216
216
 
217
217
  ## Community
218
218
 
219
- The Vercel AI SDK community can be found on [GitHub Discussions](https://github.com/vercel/ai/discussions) where you can ask questions, voice ideas, and share your projects with other people.
219
+ The AI SDK community can be found on [GitHub Discussions](https://github.com/vercel/ai/discussions) where you can ask questions, voice ideas, and share your projects with other people.
220
220
 
221
221
  ## Contributing
222
222
 
223
- Contributions to the Vercel AI SDK are welcome and highly appreciated. However, before you jump right into it, we would like you to review our [Contribution Guidelines](https://github.com/vercel/ai/blob/main/CONTRIBUTING.md) to make sure you have smooth experience contributing to Vercel AI SDK.
223
+ Contributions to the AI SDK are welcome and highly appreciated. However, before you jump right into it, we would like you to review our [Contribution Guidelines](https://github.com/vercel/ai/blob/main/CONTRIBUTING.md) to make sure you have smooth experience contributing to AI SDK.
224
224
 
225
225
  ## Authors
226
226
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "3.3.40",
3
+ "version": "3.3.41",
4
4
  "description": "Vercel AI SDK - The AI Toolkit for TypeScript and JavaScript",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -70,7 +70,7 @@
70
70
  "@ai-sdk/solid": "0.0.47",
71
71
  "@ai-sdk/svelte": "0.0.49",
72
72
  "@ai-sdk/ui-utils": "0.0.44",
73
- "@ai-sdk/vue": "0.0.49",
73
+ "@ai-sdk/vue": "0.0.50",
74
74
  "@opentelemetry/api": "1.9.0",
75
75
  "eventsource-parser": "1.1.2",
76
76
  "jsondiffpatch": "0.6.0",