@live-change/db-store-indexeddb
Advanced tools
Comparing version 0.5.9 to 0.5.10
@@ -131,2 +131,3 @@ const IntervalTree = require('@live-change/interval-tree').default | ||
} else if(this.list[i].id > id) { | ||
if(i == this.list.length - 1) return // last element is bigger, do nothing | ||
this.list.splice(i + 1, 0, object) | ||
@@ -133,0 +134,0 @@ this.fireObservers('putByField', 'id', id, object, true, oldObject) |
{ | ||
"name": "@live-change/db-store-indexeddb", | ||
"version": "0.5.9", | ||
"version": "0.5.10", | ||
"description": "Database with observable data for live queries", | ||
@@ -29,7 +29,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"@live-change/dao": "0.4.6", | ||
"@live-change/dao": "0.4.10", | ||
"@live-change/interval-tree": "^1.0.12", | ||
"broadcast-channel": "^4.2.0" | ||
}, | ||
"gitHead": "3e27e47bddae99c97898a119b97a13745fb03f70" | ||
"gitHead": "6236c001558f60998b0e5bce5e97e7ebb1f50e45" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46163
1274
210
162
54
2
+ Added@live-change/dao@0.4.10(transitive)
- Removed@live-change/dao@0.4.6(transitive)
Updated@live-change/dao@0.4.10