update to azure 1.22.0

This commit is contained in:
Dave Horton
2022-06-11 16:18:26 -04:00
parent 17d1be4605
commit eeb23109dc
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "jambonz-api-server",
"version": "0.7.5",
"version": "v0.7.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -641,16 +641,16 @@
}
},
"@jambonz/realtimedb-helpers": {
"version": "0.4.28",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.28.tgz",
"integrity": "sha512-r5zxLyYvua9AAoGRUJHUEOXZQHJFxsq0ZhDZ9kj+LYC7/oIXcseKYxhA81SqjiXcWxbdgGHwBypNSSoiS5lDaw==",
"version": "0.4.29",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.29.tgz",
"integrity": "sha512-M31DIbd/QN5IP2727CbEt4C3WvYDHP+X/REepy1bCBnlIyN87fmA32Mjcedxh+5GY/RvtA2iod7EbzJq1LWbNA==",
"requires": {
"@google-cloud/text-to-speech": "^3.4.0",
"@jambonz/promisify-redis": "^0.0.6",
"aws-sdk": "^2.1072.0",
"bent": "^7.3.12",
"debug": "^4.3.3",
"microsoft-cognitiveservices-speech-sdk": "^1.20.0",
"microsoft-cognitiveservices-speech-sdk": "^1.22.0",
"redis": "^3.1.2"
}
},
+1 -1
View File
@@ -21,7 +21,7 @@
"@google-cloud/speech": "^4.10.2",
"@google-cloud/text-to-speech": "^3.4.0",
"@jambonz/db-helpers": "^0.6.18",
"@jambonz/realtimedb-helpers": "^0.4.28",
"@jambonz/realtimedb-helpers": "^0.4.29",
"@jambonz/time-series": "^0.1.9",
"argon2-ffi": "^2.0.0",
"aws-sdk": "^2.1152.0",