@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.
- package/lib/Store.js +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.
|
|
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.
|
|
30
|
-
"@live-change/flatten-interval-tree": "^0.9.
|
|
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.
|
|
33
|
+
"p-queue": "^8.1.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "40268236c57d5f123c1e8f1815c310464d043d52"
|
|
36
36
|
}
|