feat/864 update speech utils for playht on prem (#1187)

* feat/864 update speech utils for playht on prem

* feat/864 update speech utils version package lock
This commit is contained in:
Vasudev Anubrolu
2025-05-09 22:04:14 +05:30
committed by GitHub
parent 78ebd08490
commit 4ff5c845de
2 changed files with 6 additions and 6 deletions

10
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.7",
"@jambonz/speech-utils": "^0.2.8",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.13",
"@jambonz/verb-specifications": "^0.0.103",
@@ -1467,10 +1467,9 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.7.tgz",
"integrity": "sha512-cV3RAp3sTchnYy9w0gaAyP2GlmscsMIt3TlcI/7GrTE1DNh7BNMLoQZeo1WprM9w4etVPMCu561O1O/bRlP+gg==",
"license": "MIT",
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.8.tgz",
"integrity": "sha512-3MyqNunI3vTYl1np/qyn3b/27dq8Jm8BOC4gARnjMR+40590DAfH3IR1P7gTC2kHbzUMTB8fGY26KLHvmapSSA==",
"dependencies": {
"@aws-sdk/client-polly": "^3.496.0",
"@aws-sdk/client-sts": "^3.496.0",
@@ -8735,6 +8734,7 @@
},
"node_modules/unix-dgram": {
"version": "2.0.6",
"hasInstallScript": true,
"license": "ISC",
"optional": true,
"dependencies": {

View File

@@ -31,7 +31,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.7",
"@jambonz/speech-utils": "^0.2.8",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.13",
"@jambonz/verb-specifications": "^0.0.103",