update to latest @jambonz/realtimedb-helpers with support for redis username / password auth

This commit is contained in:
Dave Horton
2022-02-09 15:16:03 -05:00
parent 3a2fcf5976
commit f671ef56bb
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -12,7 +12,7 @@
"@jambonz/db-helpers": "^0.6.16",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "0.2.1",
"@jambonz/realtimedb-helpers": "^0.4.22",
"@jambonz/realtimedb-helpers": "^0.4.24",
"@jambonz/rtpengine-utils": "^0.3.1",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.1.6",
@@ -1415,9 +1415,9 @@
}
},
"node_modules/@jambonz/realtimedb-helpers": {
"version": "0.4.22",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.22.tgz",
"integrity": "sha512-vsaS2mUHWsWSuGRFfrerwy2fyPWu6YS6oLQqZxg+QxYu307ClqvAAIFitM32zNszhMTv3Njbok2fYcLm9byYRQ==",
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.24.tgz",
"integrity": "sha512-5ghb27fIah4MuBEeuRAvdVKc5V3FegheDkpkbdG8orq2zajcUc0zkhPt26qLRu187QoiqzLb4GDm0N62ROTBAw==",
"dependencies": {
"@aws-sdk/client-polly": "^3.50.0",
"@google-cloud/text-to-speech": "^3.4.0",
@@ -6825,9 +6825,9 @@
}
},
"@jambonz/realtimedb-helpers": {
"version": "0.4.22",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.22.tgz",
"integrity": "sha512-vsaS2mUHWsWSuGRFfrerwy2fyPWu6YS6oLQqZxg+QxYu307ClqvAAIFitM32zNszhMTv3Njbok2fYcLm9byYRQ==",
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.24.tgz",
"integrity": "sha512-5ghb27fIah4MuBEeuRAvdVKc5V3FegheDkpkbdG8orq2zajcUc0zkhPt26qLRu187QoiqzLb4GDm0N62ROTBAw==",
"requires": {
"@aws-sdk/client-polly": "^3.50.0",
"@google-cloud/text-to-speech": "^3.4.0",
+1 -1
View File
@@ -30,7 +30,7 @@
"@jambonz/db-helpers": "^0.6.16",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "0.2.1",
"@jambonz/realtimedb-helpers": "^0.4.22",
"@jambonz/realtimedb-helpers": "^0.4.24",
"@jambonz/rtpengine-utils": "^0.3.1",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.1.6",