update speech utils version 0.2.6 (#424)

This commit is contained in:
Hoan Luu Huu
2025-04-23 19:23:19 +07:00
committed by GitHub
parent 1e532212f9
commit b8bf18f8ca
2 changed files with 12 additions and 10 deletions

20
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"@jambonz/lamejs": "^1.2.2",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.13",
"@jambonz/speech-utils": "^0.2.3",
"@jambonz/speech-utils": "^0.2.6",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.72",
"@soniox/soniox-node": "^1.2.2",
@@ -4088,6 +4088,7 @@
"version": "0.9.11",
"resolved": "https://registry.npmjs.org/@jambonz/db-helpers/-/db-helpers-0.9.11.tgz",
"integrity": "sha512-L6xw60J0sYEMlR0EkeqolKbk+g08yvN51V8D0+bBfpTxsJUGgHiYhDgeGeTLU5J1FQCGwmj2RI1AVW5aAu6Q1A==",
"license": "MIT",
"dependencies": {
"cidr-matcher": "^2.1.1",
"debug": "^4.3.4",
@@ -4130,9 +4131,9 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.3.tgz",
"integrity": "sha512-ffx0TYggGDeEEB5yZ9y+BkF6dtDmKvCEgyK0lmzjkRQ2h3xaIWao3c5VCU9WXhKb+d2o6mLL06GebBMdzWIGhg==",
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.6.tgz",
"integrity": "sha512-QTZB2FXjTlt4m3ljA7avWKsKFtxu/JIF2DcfJSNvQOuiDm0qmIn9h/zDevALmpyKH3wLfLxnAK9AZFORdPxYqA==",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-polly": "^3.496.0",
@@ -4148,7 +4149,7 @@
"ibm-watson": "^8.0.0",
"microsoft-cognitiveservices-speech-sdk": "1.38.0",
"openai": "^4.25.0",
"undici": "^6.4.0"
"undici": "^7.5.0"
}
},
"node_modules/@jambonz/speech-utils/node_modules/@types/node": {
@@ -11781,11 +11782,12 @@
}
},
"node_modules/undici": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.11.1.tgz",
"integrity": "sha512-KyhzaLJnV1qa3BSHdj4AZ2ndqI0QWPxYzaIOio0WzcEJB9gvuysprJSLtpvc2D9mhR9jPDUk7xlJlZbH2KR5iw==",
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.8.0.tgz",
"integrity": "sha512-vFv1GA99b7eKO1HG/4RPu2Is3FBTWBrmzqzO0mz+rLxN3yXkE4mqRcb8g8fHxzX4blEysrNZLqg5RbJLqX5buA==",
"license": "MIT",
"engines": {
"node": ">=18.0"
"node": ">=20.18.1"
}
},
"node_modules/undici-types": {