@live-change/db-store-lmdb 0.9.209 → 0.9.212

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/Store.js +2 -2
  2. package/package.json +5 -5
package/lib/Store.js CHANGED
@@ -639,8 +639,8 @@ class Store {
639
639
  object = json ? JSON.parse(json) : null
640
640
  txn.del(this.lmdb, id)
641
641
  } catch(e) {
642
- console.error("FAILED REMOVE OF", id)
643
- console.trace("FAILED REMOVE")
642
+ //console.error("FAILED REMOVE OF", id)
643
+ //console.trace("FAILED REMOVE")
644
644
  } finally {
645
645
  txn.commit()
646
646
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/db-store-lmdb",
3
- "version": "0.9.209",
3
+ "version": "0.9.212",
4
4
  "description": "Database with observable data for live queries",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -26,11 +26,11 @@
26
26
  "tape": "^5.7.4"
27
27
  },
28
28
  "dependencies": {
29
- "@live-change/dao": "^0.9.209",
30
- "@live-change/flatten-interval-tree": "^0.9.209",
29
+ "@live-change/dao": "^0.9.212",
30
+ "@live-change/flatten-interval-tree": "^0.9.212",
31
31
  "napi-macros": "^2.0.0",
32
32
  "node-lmdb": "^0.10.1",
33
- "p-queue": "8.1.0"
33
+ "p-queue": "^8.1.1"
34
34
  },
35
- "gitHead": "e1f934934d5d8a119f7ed27aa97bc6b9e9791719"
35
+ "gitHead": "40268236c57d5f123c1e8f1815c310464d043d52"
36
36
  }