update speech utils version 0.2.6 (#1172)

This commit is contained in:
Hoan Luu Huu
2025-04-23 19:22:47 +07:00
committed by GitHub
parent 31e6997746
commit 63899d0091
2 changed files with 6 additions and 15 deletions

19
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@jambonz/http-health-check": "^0.0.1",
"@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/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.13",
"@jambonz/verb-specifications": "^0.0.102",
@@ -1466,9 +1466,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",
@@ -1484,16 +1484,7 @@
"ibm-watson": "^8.0.0",
"microsoft-cognitiveservices-speech-sdk": "1.38.0",
"openai": "^4.25.0",
"undici": "^6.4.0"
}
},
"node_modules/@jambonz/speech-utils/node_modules/undici": {
"version": "6.21.2",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.21.2.tgz",
"integrity": "sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==",
"license": "MIT",
"engines": {
"node": ">=18.17"
"undici": "^7.5.0"
}
},
"node_modules/@jambonz/stats-collector": {