update realtimedb helper (#556)

This commit is contained in:
Hoan Luu Huu
2026-06-16 07:54:38 +07:00
committed by GitHub
parent 4d2d1de389
commit 637c5f866d
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -20,7 +20,7 @@
"@jambonz/db-helpers": "^0.9.18", "@jambonz/db-helpers": "^0.9.18",
"@jambonz/lamejs": "^1.2.2", "@jambonz/lamejs": "^1.2.2",
"@jambonz/mw-registrar": "^0.2.7", "@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.15", "@jambonz/realtimedb-helpers": "^0.8.21",
"@jambonz/speech-utils": "^0.2.30", "@jambonz/speech-utils": "^0.2.30",
"@jambonz/time-series": "^0.2.17", "@jambonz/time-series": "^0.2.17",
"@jambonz/verb-specifications": "^0.0.123", "@jambonz/verb-specifications": "^0.0.123",
@@ -2851,9 +2851,9 @@
} }
}, },
"node_modules/@jambonz/realtimedb-helpers": { "node_modules/@jambonz/realtimedb-helpers": {
"version": "0.8.15", "version": "0.8.21",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.8.15.tgz", "resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.8.21.tgz",
"integrity": "sha512-gGQrUL9eHO+Gx2nSphl6/GwCo1Vui3GfKvjUYrxxicGPFDV+m8UMvWPKfgL9xHa3GIwGGDGeGDj5jJf77/RT9A==", "integrity": "sha512-Zn/Zw14U0L1pB2RlN5i160FwWqphonhQ7p880OzsKOuvg+wmj6qIkxdLjDXo6TSxFPXDHD25s33zfGOT6ZIfsw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"debug": "^4.3.4", "debug": "^4.3.4",
+1 -1
View File
@@ -33,7 +33,7 @@
"@jambonz/db-helpers": "^0.9.18", "@jambonz/db-helpers": "^0.9.18",
"@jambonz/lamejs": "^1.2.2", "@jambonz/lamejs": "^1.2.2",
"@jambonz/mw-registrar": "^0.2.7", "@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.15", "@jambonz/realtimedb-helpers": "^0.8.21",
"@jambonz/speech-utils": "^0.2.30", "@jambonz/speech-utils": "^0.2.30",
"@jambonz/time-series": "^0.2.17", "@jambonz/time-series": "^0.2.17",
"@jambonz/verb-specifications": "^0.0.123", "@jambonz/verb-specifications": "^0.0.123",