@ai-sdk/ui-utils
Advanced tools
Comparing version 1.0.11 to 1.0.12
# @ai-sdk/ui-utils | ||
## 1.0.12 | ||
### Patch Changes | ||
- 33592d2: fix (ai/core): switch to json schema 7 target for zod to json schema conversion | ||
## 1.0.11 | ||
@@ -4,0 +10,0 @@ |
@@ -1391,4 +1391,4 @@ "use strict"; | ||
// no references (to support openapi conversion for google) | ||
target: "openAi" | ||
// openai strict mode compatible | ||
target: "jsonSchema7" | ||
// note: openai mode breaks various gemini conversions | ||
}), | ||
@@ -1395,0 +1395,0 @@ { |
{ | ||
"name": "@ai-sdk/ui-utils", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
340062