update to latest speech-utils

This commit is contained in:
Dave Horton
2024-02-12 21:11:49 -05:00
parent 40e8d08727
commit 32b317ae68
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"@jambonz/lamejs": "^1.2.2",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.7",
"@jambonz/speech-utils": "^0.0.35",
"@jambonz/speech-utils": "^0.0.41",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.45",
"@soniox/soniox-node": "^1.1.1",
@@ -3448,9 +3448,9 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.0.35",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.35.tgz",
"integrity": "sha512-JRNiTDyYHDjpUQivBwdFllvjvuTMyBmwDcnRdsgyseCvK1o4rCrmATtpPviJ+AYE7AsHf1ljE89bIkLiHFyFQw==",
"version": "0.0.41",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.41.tgz",
"integrity": "sha512-i07b4usrw5olnqU0WCRbTVzWauvA2IEfpFeKfdAxeTZ8VbbpKeTOTCfEpz4DlkOWGcR8kWrdM9DWbK4fjv/t1w==",
"dependencies": {
"@aws-sdk/client-polly": "^3.496.0",
"@aws-sdk/client-sts": "^3.496.0",
@@ -15452,9 +15452,9 @@
}
},
"@jambonz/speech-utils": {
"version": "0.0.35",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.35.tgz",
"integrity": "sha512-JRNiTDyYHDjpUQivBwdFllvjvuTMyBmwDcnRdsgyseCvK1o4rCrmATtpPviJ+AYE7AsHf1ljE89bIkLiHFyFQw==",
"version": "0.0.41",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.41.tgz",
"integrity": "sha512-i07b4usrw5olnqU0WCRbTVzWauvA2IEfpFeKfdAxeTZ8VbbpKeTOTCfEpz4DlkOWGcR8kWrdM9DWbK4fjv/t1w==",
"requires": {
"@aws-sdk/client-polly": "^3.496.0",
"@aws-sdk/client-sts": "^3.496.0",

View File

@@ -29,7 +29,7 @@
"@jambonz/lamejs": "^1.2.2",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.7",
"@jambonz/speech-utils": "^0.0.35",
"@jambonz/speech-utils": "^0.0.41",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.45",
"@soniox/soniox-node": "^1.1.1",