@adminforth/agent 1.43.23 → 1.43.25

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/build.log CHANGED
@@ -62,5 +62,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
62
62
  custom/speech_recognition_frontend/types/
63
63
  custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
64
64
 
65
- sent 1,666,122 bytes received 921 bytes 3,334,086.00 bytes/sec
66
- total size is 1,662,027 speedup is 1.00
65
+ sent 1,666,170 bytes received 921 bytes 3,334,182.00 bytes/sec
66
+ total size is 1,662,017 speedup is 1.00
@@ -1,4 +1,4 @@
1
- const { MicVAD, utils } = await import("@ricky0123/vad-web");
1
+ import { MicVAD, utils } from "@ricky0123/vad-web";
2
2
 
3
3
  let VADInstance: any = null;
4
4
  let recordedAudioChunks: Float32Array[] = [];
@@ -1,4 +1,4 @@
1
- const { MicVAD, utils } = await import("@ricky0123/vad-web");
1
+ import { MicVAD, utils } from "@ricky0123/vad-web";
2
2
 
3
3
  let VADInstance: any = null;
4
4
  let recordedAudioChunks: Float32Array[] = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.43.23",
3
+ "version": "1.43.25",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",