mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-19 04:17:44 +00:00
update to speech-utils with AWS tts bugfix
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -12,7 +12,7 @@
|
|||||||
"@jambonz/db-helpers": "^0.7.4",
|
"@jambonz/db-helpers": "^0.7.4",
|
||||||
"@jambonz/http-health-check": "^0.0.1",
|
"@jambonz/http-health-check": "^0.0.1",
|
||||||
"@jambonz/realtimedb-helpers": "^0.7.0",
|
"@jambonz/realtimedb-helpers": "^0.7.0",
|
||||||
"@jambonz/speech-utils": "^0.0.3",
|
"@jambonz/speech-utils": "^0.0.4",
|
||||||
"@jambonz/stats-collector": "^0.1.6",
|
"@jambonz/stats-collector": "^0.1.6",
|
||||||
"@jambonz/time-series": "^0.2.5",
|
"@jambonz/time-series": "^0.2.5",
|
||||||
"@jambonz/verb-specifications": "^0.0.11",
|
"@jambonz/verb-specifications": "^0.0.11",
|
||||||
@@ -1633,9 +1633,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@jambonz/speech-utils": {
|
"node_modules/@jambonz/speech-utils": {
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.4.tgz",
|
||||||
"integrity": "sha512-uVdRnzspdOL5v3u/UqK3Fg1s2P+3VGFav6mlaPXNmpSdsS0iwsdO1n/u2NVy64u2JtULFgUfj2jD3JGzh25zIQ==",
|
"integrity": "sha512-di4LLQnvdz+NL0IeZcyJm1Y46gzuqkDR7LSnuUZ3xgwSNY2hZSaWz9TXVLpFXVo3CWghb97J83DTZSdvKae0tg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-polly": "^3.276.0",
|
"@aws-sdk/client-polly": "^3.276.0",
|
||||||
"@google-cloud/text-to-speech": "^4.2.0",
|
"@google-cloud/text-to-speech": "^4.2.0",
|
||||||
@@ -9971,9 +9971,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jambonz/speech-utils": {
|
"@jambonz/speech-utils": {
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.4.tgz",
|
||||||
"integrity": "sha512-uVdRnzspdOL5v3u/UqK3Fg1s2P+3VGFav6mlaPXNmpSdsS0iwsdO1n/u2NVy64u2JtULFgUfj2jD3JGzh25zIQ==",
|
"integrity": "sha512-di4LLQnvdz+NL0IeZcyJm1Y46gzuqkDR7LSnuUZ3xgwSNY2hZSaWz9TXVLpFXVo3CWghb97J83DTZSdvKae0tg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@aws-sdk/client-polly": "^3.276.0",
|
"@aws-sdk/client-polly": "^3.276.0",
|
||||||
"@google-cloud/text-to-speech": "^4.2.0",
|
"@google-cloud/text-to-speech": "^4.2.0",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
"@jambonz/db-helpers": "^0.7.4",
|
"@jambonz/db-helpers": "^0.7.4",
|
||||||
"@jambonz/http-health-check": "^0.0.1",
|
"@jambonz/http-health-check": "^0.0.1",
|
||||||
"@jambonz/realtimedb-helpers": "^0.7.0",
|
"@jambonz/realtimedb-helpers": "^0.7.0",
|
||||||
"@jambonz/speech-utils": "^0.0.3",
|
"@jambonz/speech-utils": "^0.0.4",
|
||||||
"@jambonz/stats-collector": "^0.1.6",
|
"@jambonz/stats-collector": "^0.1.6",
|
||||||
"@jambonz/time-series": "^0.2.5",
|
"@jambonz/time-series": "^0.2.5",
|
||||||
"@jambonz/verb-specifications": "^0.0.11",
|
"@jambonz/verb-specifications": "^0.0.11",
|
||||||
|
|||||||
Reference in New Issue
Block a user