@coze/realtime-api 1.1.1-beta.5 → 1.2.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 +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@coze/realtime-api",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.2.0",
|
4
4
|
"description": "A powerful real-time communication SDK for voice interactions with Coze AI bots | 扣子官方实时通信 SDK,用于与 Coze AI bots 进行语音交互",
|
5
5
|
"keywords": [
|
6
6
|
"coze",
|
@@ -34,6 +34,7 @@
|
|
34
34
|
}
|
35
35
|
},
|
36
36
|
"main": "dist/cjs/index.js",
|
37
|
+
"unpkg": "dist/umd/index.js",
|
37
38
|
"module": "dist/esm/index.js",
|
38
39
|
"types": "./src/index.ts",
|
39
40
|
"files": [
|
@@ -53,7 +54,7 @@
|
|
53
54
|
"test:cov": "vitest --coverage --run"
|
54
55
|
},
|
55
56
|
"dependencies": {
|
56
|
-
"@coze/api": "1.
|
57
|
+
"@coze/api": "1.2.0",
|
57
58
|
"@volcengine/rtc": "^4.62.1"
|
58
59
|
},
|
59
60
|
"devDependencies": {
|