update realtimedb helper (#137)

This commit is contained in:
Hoan Luu Huu
2026-06-16 07:55:07 +07:00
committed by GitHub
parent 03cdfc390f
commit 805b1f855c
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -13,7 +13,7 @@
"@jambonz/db-helpers": "^0.9.20",
"@jambonz/digest-utils": "^0.0.9",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.20",
"@jambonz/realtimedb-helpers": "^0.8.21",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.8",
"debug": "^4.4.3",
@@ -595,9 +595,9 @@
}
},
"node_modules/@jambonz/realtimedb-helpers": {
"version": "0.8.20",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.8.20.tgz",
"integrity": "sha512-9fmnX8xeTM3MiLG5lH59Wdi4spIcq9a7pLwzslEuf+QHO3RlpT73NIOAqHZDV7ugv/ImDAvF+FSr4FtYij6xSQ==",
"version": "0.8.21",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.8.21.tgz",
"integrity": "sha512-Zn/Zw14U0L1pB2RlN5i160FwWqphonhQ7p880OzsKOuvg+wmj6qIkxdLjDXo6TSxFPXDHD25s33zfGOT6ZIfsw==",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",
+1 -1
View File
@@ -32,7 +32,7 @@
"@jambonz/db-helpers": "^0.9.20",
"@jambonz/digest-utils": "^0.0.9",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.20",
"@jambonz/realtimedb-helpers": "^0.8.21",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.8",
"debug": "^4.4.3",