@live-change/db-store-lmdb 0.6.6 → 0.6.7

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 +1 -0
  2. package/package.json +3 -3
package/lib/Store.js CHANGED
@@ -598,6 +598,7 @@ class Store {
598
598
  console.log("ERROR WHILE PUTTING OBJECT", id)
599
599
  console.error(err)
600
600
  console.log("OBJECT DATA", JSON.stringify(object))
601
+ process.exit(1)
601
602
  throw err
602
603
  } finally {
603
604
  txn.commit()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/db-store-lmdb",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Database with observable data for live queries",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,10 +25,10 @@
25
25
  "tape": "^5.3.2"
26
26
  },
27
27
  "dependencies": {
28
- "@live-change/dao": "0.5.18",
28
+ "@live-change/dao": "0.5.19",
29
29
  "@live-change/interval-tree": "^1.0.12",
30
30
  "napi-macros": "^2.0.0",
31
31
  "node-lmdb": "^0.9.6"
32
32
  },
33
- "gitHead": "3a16e043de07836bc79e82c9c519cc7bf48d57a3"
33
+ "gitHead": "d19a5504abdb15ac5fe2312a60b12f827dbc6079"
34
34
  }