fix: update speech utils version (#295)

* fix: update speech utils version

* update package-lock.json

---------

Co-authored-by: Dave Horton <daveh@beachdognet.com>
This commit is contained in:
Hoan Luu Huu
2023-04-01 22:35:13 +07:00
committed by GitHub
parent e2bd211346
commit 318ca19791
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/http-health-check": "^0.0.1",
"@jambonz/realtimedb-helpers": "^0.7.0",
"@jambonz/speech-utils": "^0.0.9",
"@jambonz/speech-utils": "^0.0.11",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.2.5",
"@jambonz/verb-specifications": "^0.0.11",
@@ -1627,9 +1627,9 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.9.tgz",
"integrity": "sha512-YxhDpQvmDkLLTg6XguIrod6jm55RiuTCAiW+MDmx73Rm8FLDibxxoM7TKLR5Hl2Pbfv+j7eS1XraBbJO/bbxTQ==",
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.11.tgz",
"integrity": "sha512-YXAy3+gAMiNsAUrx1ZBkRSWvK7cIwxGkxOhbUCyNF9Vdu9g6R4XGd1QL1kSO9fcCQvlFgwTZHdKShOfYTXPogg==",
"dependencies": {
"@aws-sdk/client-polly": "^3.303.0",
"@google-cloud/text-to-speech": "^4.2.1",
@@ -9962,9 +9962,9 @@
}
},
"@jambonz/speech-utils": {
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.9.tgz",
"integrity": "sha512-YxhDpQvmDkLLTg6XguIrod6jm55RiuTCAiW+MDmx73Rm8FLDibxxoM7TKLR5Hl2Pbfv+j7eS1XraBbJO/bbxTQ==",
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.11.tgz",
"integrity": "sha512-YXAy3+gAMiNsAUrx1ZBkRSWvK7cIwxGkxOhbUCyNF9Vdu9g6R4XGd1QL1kSO9fcCQvlFgwTZHdKShOfYTXPogg==",
"requires": {
"@aws-sdk/client-polly": "^3.303.0",
"@google-cloud/text-to-speech": "^4.2.1",

View File

@@ -27,7 +27,7 @@
"@jambonz/db-helpers": "^0.7.4",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/realtimedb-helpers": "^0.7.0",
"@jambonz/speech-utils": "^0.0.9",
"@jambonz/speech-utils": "^0.0.11",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.2.5",
"@jambonz/verb-specifications": "^0.0.11",