Skip to content

Commit 250771c

Browse files
committed
chore(deps): update @ai-sdk/openai to version 2.0.65
This commit updates the @ai-sdk/openai dependency to version 2.0.65 in package.json, ensuring the project uses the latest features and fixes from the SDK.
1 parent 4fb4223 commit 250771c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"lint": "eslint",
1212
"check-types": "tsc --noEmit",
1313
"format": "prettier --write .",
14-
"generate-sdk-docs": "bun scripts/generate-sdk-docs.ts"
14+
"generate-sdk-docs": "bun scripts/generate-sdk-docs.ts",
15+
"docker": "bash -c \"docker buildx build . --provenance true --sbom true --platform=linux/amd64,linux/arm64 -t ghcr.io/settlemint/btp-docs:${VERSION:-7.0.0-dev.$(date +%s)} --push --progress=plain\""
1516
},
1617
"dependencies": {
1718
"@ai-sdk/openai": "2.0.65",

0 commit comments

Comments
 (0)