@live-change/db-server 0.5.18 → 0.5.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/dbDao.js +1 -1
  2. package/package.json +12 -12
package/lib/dbDao.js CHANGED
@@ -852,4 +852,4 @@ module.exports = {
852
852
  localRequests,
853
853
  remoteRequests,
854
854
  localReads
855
- }
855
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/db-server",
3
- "version": "0.5.18",
3
+ "version": "0.5.19",
4
4
  "description": "Database with observable data for live queries",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -28,16 +28,16 @@
28
28
  "tape": "^5.3.2"
29
29
  },
30
30
  "dependencies": {
31
- "@live-change/dao": "0.5.6",
32
- "@live-change/dao-sockjs": "0.5.6",
33
- "@live-change/dao-websocket": "0.5.6",
34
- "@live-change/db": "^0.5.18",
35
- "@live-change/db-admin": "^0.5.18",
36
- "@live-change/db-client": "^0.5.18",
37
- "@live-change/db-store-level": "^0.5.18",
38
- "@live-change/db-store-lmdb": "^0.5.18",
39
- "@live-change/db-store-observable-db": "^0.5.18",
40
- "@live-change/db-store-rbtree": "^0.5.18",
31
+ "@live-change/dao": "0.5.7",
32
+ "@live-change/dao-sockjs": "0.5.7",
33
+ "@live-change/dao-websocket": "0.5.7",
34
+ "@live-change/db": "^0.5.19",
35
+ "@live-change/db-admin": "^0.5.19",
36
+ "@live-change/db-client": "^0.5.19",
37
+ "@live-change/db-store-level": "^0.5.19",
38
+ "@live-change/db-store-lmdb": "^0.5.19",
39
+ "@live-change/db-store-observable-db": "^0.5.19",
40
+ "@live-change/db-store-rbtree": "^0.5.19",
41
41
  "@live-change/sockjs": "0.4.1",
42
42
  "express": "^4.18.1",
43
43
  "line-reader": "^0.4.0",
@@ -49,5 +49,5 @@
49
49
  "websocket": "^1.0.34",
50
50
  "yargs": "^17.5.1"
51
51
  },
52
- "gitHead": "ae97ee058ddb9e0868a942ed9446199888e0d91a"
52
+ "gitHead": "c2044bd2991809ab4c22543f187adacc7bdf493f"
53
53
  }