@amaster.ai/asr-client 1.1.2 → 1.1.4
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/README.md +1 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -321,9 +321,7 @@ interface ASRHttpClient {
|
|
|
321
321
|
```tsx
|
|
322
322
|
import { createClient } from "@amaster.ai/client";
|
|
323
323
|
|
|
324
|
-
const client = createClient(
|
|
325
|
-
baseURL: "https://api.amaster.ai",
|
|
326
|
-
});
|
|
324
|
+
const client = createClient();
|
|
327
325
|
|
|
328
326
|
// WebSocket ASR
|
|
329
327
|
const asrClient = client.asr({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amaster.ai/asr-client",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Qwen ASR Realtime WebSocket client with microphone recording",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"registry": "https://registry.npmjs.org/"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@amaster.ai/http-client": "1.1.
|
|
36
|
+
"@amaster.ai/http-client": "1.1.4"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"jsdom": "^23.2.0",
|