"chore: 更新依赖及适配Blob响应"

This commit is contained in:
2025-06-02 11:36:59 +08:00
parent 366840bb1d
commit 66905f13a9
3 changed files with 80 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/query",
"version": "0.0.20",
"version": "0.0.22",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
@@ -25,12 +25,12 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"rollup": "^4.40.2",
"rollup": "^4.41.1",
"rollup-plugin-dts": "^6.2.1",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"zustand": "^5.0.4"
"zustand": "^5.0.5"
},
"packageManager": "yarn@1.22.22",
"publishConfig": {
@@ -59,6 +59,6 @@
}
},
"dependencies": {
"openai": "^4.98.0"
"openai": "^5.0.1"
}
}