mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2026-07-24 05:02:28 +00:00
update to latest @jambonz/realtimedb-helpers with support for redis username / password auth
This commit is contained in:
Generated
+7
-7
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user