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

This commit is contained in:
Dave Horton
2022-02-09 15:13:54 -05:00
parent 317280befc
commit 87ec5f8e09
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-authenticator": "^0.2.0",
"@jambonz/http-health-check": "^0.0.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",
@@ -1436,9 +1436,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",
@@ -7204,9 +7204,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
@@ -28,7 +28,7 @@
"@jambonz/db-helpers": "^0.6.16",
"@jambonz/http-authenticator": "^0.2.0",
"@jambonz/http-health-check": "^0.0.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",