update to speech-utils@0.0.6

This commit is contained in:
Dave Horton
2023-03-21 08:27:25 -04:00
parent 4b28db0946
commit 1dcf9ee5a2
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -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.5", "@jambonz/speech-utils": "^0.0.6",
"@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.5", "version": "0.0.6",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.5.tgz", "resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.6.tgz",
"integrity": "sha512-gbmLBmeNrZGn715JWC/ThxJfQH3oIhm4cJB3dpFDxrSdjT7Vw0jP0WOBgXeSuYrdXtc1hR2BHZ30+6oseUAKRw==", "integrity": "sha512-cZckiUe2tKUB93aXjvZAXSeyuMbLp/fvT4GQqRh5u7BriA/CS2r+hTFMxzSpboNlnni30M/pM0/Jjta6gzFPgw==",
"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.5", "version": "0.0.6",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.5.tgz", "resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.6.tgz",
"integrity": "sha512-gbmLBmeNrZGn715JWC/ThxJfQH3oIhm4cJB3dpFDxrSdjT7Vw0jP0WOBgXeSuYrdXtc1hR2BHZ30+6oseUAKRw==", "integrity": "sha512-cZckiUe2tKUB93aXjvZAXSeyuMbLp/fvT4GQqRh5u7BriA/CS2r+hTFMxzSpboNlnni30M/pM0/Jjta6gzFPgw==",
"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",

View File

@@ -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.5", "@jambonz/speech-utils": "^0.0.6",
"@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",