update to latest speech-utils

This commit is contained in:
Dave Horton
2023-03-20 15:37:35 -04:00
parent c4cc6c51ee
commit 389017a5c4
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.2",
"@jambonz/speech-utils": "^0.0.4",
"@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.2",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.2.tgz",
"integrity": "sha512-DBzZXvPgUnexbHcKbNdsFg6/giUU6nbyySpelRW4IhHd5xU2brDNoqfBnIZ/GMMl29VRVI22Vn9qzYrQLLupmQ==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.4.tgz",
"integrity": "sha512-di4LLQnvdz+NL0IeZcyJm1Y46gzuqkDR7LSnuUZ3xgwSNY2hZSaWz9TXVLpFXVo3CWghb97J83DTZSdvKae0tg==",
"dependencies": {
"@aws-sdk/client-polly": "^3.276.0",
"@google-cloud/text-to-speech": "^4.2.0",
@@ -10107,9 +10107,9 @@
}
},
"@jambonz/speech-utils": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.2.tgz",
"integrity": "sha512-DBzZXvPgUnexbHcKbNdsFg6/giUU6nbyySpelRW4IhHd5xU2brDNoqfBnIZ/GMMl29VRVI22Vn9qzYrQLLupmQ==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.4.tgz",
"integrity": "sha512-di4LLQnvdz+NL0IeZcyJm1Y46gzuqkDR7LSnuUZ3xgwSNY2hZSaWz9TXVLpFXVo3CWghb97J83DTZSdvKae0tg==",
"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.2",
"@jambonz/speech-utils": "^0.0.4",
"@jambonz/time-series": "^0.2.5",
"@jambonz/verb-specifications": "^0.0.3",
"@soniox/soniox-node": "^1.1.0",