update speech util version to fix verbio cache (#766)

This commit is contained in:
Hoan Luu Huu
2024-05-31 17:42:22 +07:00
committed by GitHub
parent c5e19bf775
commit e8e356ea3a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.8",
"@jambonz/speech-utils": "^0.1.3",
"@jambonz/speech-utils": "^0.1.6",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.72",
@@ -2322,9 +2322,9 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.1.3.tgz",
"integrity": "sha512-Ess3yc8XyJAoUvXFz9maLq4NgxkTkTgiN2uW3rgOFiRr7b6l9A3oNQrN/ZJCJc9Ge+I3CypFmcwCiLNehuqF/g==",
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.1.6.tgz",
"integrity": "sha512-G1qb/GYGQxUMtu5Ya1BnTW/XrFEe3NDPy0XqnsQQ/8DAjuSgm+8agLeDPMf5EDYdY7+Ijy1qQdnTrYKtAXnmKA==",
"dependencies": {
"@aws-sdk/client-polly": "^3.496.0",
"@aws-sdk/client-sts": "^3.496.0",
@@ -11954,9 +11954,9 @@
}
},
"@jambonz/speech-utils": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.1.3.tgz",
"integrity": "sha512-Ess3yc8XyJAoUvXFz9maLq4NgxkTkTgiN2uW3rgOFiRr7b6l9A3oNQrN/ZJCJc9Ge+I3CypFmcwCiLNehuqF/g==",
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.1.6.tgz",
"integrity": "sha512-G1qb/GYGQxUMtu5Ya1BnTW/XrFEe3NDPy0XqnsQQ/8DAjuSgm+8agLeDPMf5EDYdY7+Ijy1qQdnTrYKtAXnmKA==",
"requires": {
"@aws-sdk/client-polly": "^3.496.0",
"@aws-sdk/client-sts": "^3.496.0",