coze-coding-dev-sdk 0.7.7 → 0.7.9-beta.0
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 +9 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coze-coding-dev-sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.9-beta.0",
|
|
4
4
|
"description": "Coze Coding Dev SDK - 优雅的多功能 AI SDK,支持图片生成、视频生成、语音合成、语音识别、大语言模型和联网搜索",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|
|
@@ -69,24 +69,23 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@aws-sdk/client-s3": "^3.958.0",
|
|
71
71
|
"@aws-sdk/lib-storage": "^3.958.0",
|
|
72
|
+
"transliteration": "^2.6.0",
|
|
73
|
+
"drizzle-kit": "^0.31.8",
|
|
74
|
+
"drizzle-orm": "^0.45.1",
|
|
72
75
|
"@rslib/core": "^0.19.3",
|
|
73
76
|
"@types/jest": "^29.5.14",
|
|
77
|
+
"dotenv": "^17.2.3",
|
|
74
78
|
"@types/node": "^20.19.27",
|
|
75
|
-
"@types/pg": "^8.0.0",
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
77
|
-
"@typescript-eslint/parser": "^6.0.0",
|
|
78
79
|
"axios": "^1.13.2",
|
|
79
80
|
"chalk": "^5.6.2",
|
|
81
|
+
"ora": "^9.0.0",
|
|
80
82
|
"commander": "^14.0.2",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
83
|
+
"@types/pg": "^8.0.0",
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
85
|
+
"@typescript-eslint/parser": "^6.0.0",
|
|
84
86
|
"eslint": "^8.0.0",
|
|
85
87
|
"jest": "^29.0.0",
|
|
86
|
-
"next": "^16.1.6",
|
|
87
|
-
"ora": "^9.0.0",
|
|
88
88
|
"prettier": "^3.0.0",
|
|
89
|
-
"transliteration": "^2.6.0",
|
|
90
89
|
"ts-jest": "^29.0.0",
|
|
91
90
|
"ts-node": "^10.9.2",
|
|
92
91
|
"typescript": "^5.0.0"
|