Comparing version 4.0.13 to 4.0.14
# ai | ||
## 4.0.14 | ||
### Patch Changes | ||
- 09a9cab: feat (ai/core): add experimental generateImage function | ||
- Updated dependencies [09a9cab] | ||
- @ai-sdk/provider@1.0.2 | ||
- @ai-sdk/provider-utils@2.0.4 | ||
- @ai-sdk/ui-utils@1.0.5 | ||
- @ai-sdk/react@1.0.6 | ||
## 4.0.13 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "ai", | ||
"version": "4.0.13", | ||
"version": "4.0.14", | ||
"description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript", | ||
@@ -43,6 +43,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@ai-sdk/provider": "1.0.1", | ||
"@ai-sdk/provider-utils": "2.0.3", | ||
"@ai-sdk/react": "1.0.5", | ||
"@ai-sdk/ui-utils": "1.0.4", | ||
"@ai-sdk/provider": "1.0.2", | ||
"@ai-sdk/provider-utils": "2.0.4", | ||
"@ai-sdk/react": "1.0.6", | ||
"@ai-sdk/ui-utils": "1.0.5", | ||
"@opentelemetry/api": "1.9.0", | ||
@@ -49,0 +49,0 @@ "jsondiffpatch": "0.6.0", |
@@ -33,2 +33,7 @@ "use strict"; | ||
// core/test/not-implemented.ts | ||
function notImplemented() { | ||
throw new Error("Not implemented"); | ||
} | ||
// core/test/mock-embedding-model-v1.ts | ||
@@ -51,5 +56,2 @@ var MockEmbeddingModelV1 = class { | ||
}; | ||
function notImplemented() { | ||
throw new Error("Not implemented"); | ||
} | ||
@@ -68,4 +70,4 @@ // core/test/mock-id.ts | ||
supportsUrl = void 0, | ||
doGenerate = notImplemented2, | ||
doStream = notImplemented2, | ||
doGenerate = notImplemented, | ||
doStream = notImplemented, | ||
defaultObjectGenerationMode = void 0, | ||
@@ -84,5 +86,2 @@ supportsStructuredOutputs = void 0 | ||
}; | ||
function notImplemented2() { | ||
throw new Error("Not implemented"); | ||
} | ||
@@ -89,0 +88,0 @@ // core/test/mock-values.ts |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1706041
16440
+ Added@ai-sdk/provider@1.0.2(transitive)
+ Added@ai-sdk/provider-utils@2.0.4(transitive)
+ Added@ai-sdk/react@1.0.6(transitive)
+ Added@ai-sdk/ui-utils@1.0.5(transitive)
- Removed@ai-sdk/provider@1.0.1(transitive)
- Removed@ai-sdk/provider-utils@2.0.3(transitive)
- Removed@ai-sdk/react@1.0.5(transitive)
- Removed@ai-sdk/ui-utils@1.0.4(transitive)
Updated@ai-sdk/provider@1.0.2
Updated@ai-sdk/provider-utils@2.0.4
Updated@ai-sdk/react@1.0.6
Updated@ai-sdk/ui-utils@1.0.5