update speech version (#927)

This commit is contained in:
Hoan Luu Huu
2024-10-10 06:46:44 +07:00
committed by GitHub
parent ea303caa1c
commit e372a3cdfb
2 changed files with 9 additions and 8 deletions

15
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.8",
"@jambonz/speech-utils": "^0.1.16",
"@jambonz/speech-utils": "^0.1.17",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.9",
"@jambonz/verb-specifications": "^0.0.81",
@@ -1536,9 +1536,10 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.1.16",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.1.16.tgz",
"integrity": "sha512-en1ZwDbjDJkeQJ9Ro1l3arYDPYrLnK9OTXQQ7ZjTfqzUipgu0mkTnaUCTzW9taozaBJ4+YelSA1PNg2MtLzVAw==",
"version": "0.1.17",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.1.17.tgz",
"integrity": "sha512-H5v0WAamoOJ70fNH2EOvIOvvyz9Mme1uwLlv9qx1jZ3u+Ag+mAyXQUN27Q/QHivpcFdl6s4no5iSYUb/3Z12xQ==",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-polly": "^3.496.0",
"@aws-sdk/client-sts": "^3.496.0",
@@ -10499,9 +10500,9 @@
}
},
"@jambonz/speech-utils": {
"version": "0.1.16",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.1.16.tgz",
"integrity": "sha512-en1ZwDbjDJkeQJ9Ro1l3arYDPYrLnK9OTXQQ7ZjTfqzUipgu0mkTnaUCTzW9taozaBJ4+YelSA1PNg2MtLzVAw==",
"version": "0.1.17",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.1.17.tgz",
"integrity": "sha512-H5v0WAamoOJ70fNH2EOvIOvvyz9Mme1uwLlv9qx1jZ3u+Ag+mAyXQUN27Q/QHivpcFdl6s4no5iSYUb/3Z12xQ==",
"requires": {
"@aws-sdk/client-polly": "^3.496.0",
"@aws-sdk/client-sts": "^3.496.0",

View File

@@ -31,7 +31,7 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.8",
"@jambonz/speech-utils": "^0.1.16",
"@jambonz/speech-utils": "^0.1.17",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.9",
"@jambonz/verb-specifications": "^0.0.81",