update speech-utils with fix for aws tts

This commit is contained in:
Dave Horton
2023-03-24 08:19:18 -04:00
parent 6e7cb9b332
commit 17afb7102a
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -16,7 +16,7 @@
"@google-cloud/text-to-speech": "^4.0.3",
"@jambonz/db-helpers": "^0.7.3",
"@jambonz/realtimedb-helpers": "^0.7.0",
"@jambonz/speech-utils": "^0.0.4",
"@jambonz/speech-utils": "^0.0.6",
"@jambonz/time-series": "^0.2.5",
"@jambonz/verb-specifications": "^0.0.3",
"@soniox/soniox-node": "^1.1.0",
@@ -1721,9 +1721,9 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.4.tgz",
"integrity": "sha512-di4LLQnvdz+NL0IeZcyJm1Y46gzuqkDR7LSnuUZ3xgwSNY2hZSaWz9TXVLpFXVo3CWghb97J83DTZSdvKae0tg==",
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.6.tgz",
"integrity": "sha512-cZckiUe2tKUB93aXjvZAXSeyuMbLp/fvT4GQqRh5u7BriA/CS2r+hTFMxzSpboNlnni30M/pM0/Jjta6gzFPgw==",
"dependencies": {
"@aws-sdk/client-polly": "^3.276.0",
"@google-cloud/text-to-speech": "^4.2.0",
@@ -10227,9 +10227,9 @@
}
},
"@jambonz/speech-utils": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.4.tgz",
"integrity": "sha512-di4LLQnvdz+NL0IeZcyJm1Y46gzuqkDR7LSnuUZ3xgwSNY2hZSaWz9TXVLpFXVo3CWghb97J83DTZSdvKae0tg==",
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.6.tgz",
"integrity": "sha512-cZckiUe2tKUB93aXjvZAXSeyuMbLp/fvT4GQqRh5u7BriA/CS2r+hTFMxzSpboNlnni30M/pM0/Jjta6gzFPgw==",
"requires": {
"@aws-sdk/client-polly": "^3.276.0",
"@google-cloud/text-to-speech": "^4.2.0",
+1 -1
View File
@@ -25,7 +25,7 @@
"@google-cloud/text-to-speech": "^4.0.3",
"@jambonz/db-helpers": "^0.7.3",
"@jambonz/realtimedb-helpers": "^0.7.0",
"@jambonz/speech-utils": "^0.0.4",
"@jambonz/speech-utils": "^0.0.6",
"@jambonz/time-series": "^0.2.5",
"@jambonz/verb-specifications": "^0.0.3",
"@soniox/soniox-node": "^1.1.0",