ai 3.2.36 → 3.2.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai",
3
- "version": "3.2.36",
3
+ "version": "3.2.38",
4
4
  "description": "Vercel AI SDK - The AI Toolkit for TypeScript and JavaScript",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -60,11 +60,11 @@
60
60
  "dependencies": {
61
61
  "@ai-sdk/provider": "0.0.14",
62
62
  "@ai-sdk/provider-utils": "1.0.5",
63
- "@ai-sdk/react": "0.0.29",
64
- "@ai-sdk/solid": "0.0.22",
65
- "@ai-sdk/svelte": "0.0.23",
66
- "@ai-sdk/ui-utils": "0.0.20",
67
- "@ai-sdk/vue": "0.0.24",
63
+ "@ai-sdk/react": "0.0.31",
64
+ "@ai-sdk/solid": "0.0.24",
65
+ "@ai-sdk/svelte": "0.0.25",
66
+ "@ai-sdk/ui-utils": "0.0.21",
67
+ "@ai-sdk/vue": "0.0.25",
68
68
  "@opentelemetry/api": "1.9.0",
69
69
  "eventsource-parser": "1.1.2",
70
70
  "jsondiffpatch": "0.6.0",
@@ -445,7 +445,7 @@ Represents the number of tokens used in a prompt and completion.
445
445
  */
446
446
  type CompletionTokenUsage = {
447
447
  /**
448
- The number of tokens used in the prompt
448
+ The number of tokens used in the prompt.
449
449
  */
450
450
  promptTokens: number;
451
451
  /**
@@ -443,7 +443,7 @@ Represents the number of tokens used in a prompt and completion.
443
443
  */
444
444
  type CompletionTokenUsage = {
445
445
  /**
446
- The number of tokens used in the prompt
446
+ The number of tokens used in the prompt.
447
447
  */
448
448
  promptTokens: number;
449
449
  /**