orbit-db-store
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "orbit-db-store", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Base class for orbit-db data stores", | ||
@@ -5,0 +5,0 @@ "main": "src/Store.js", |
@@ -60,4 +60,4 @@ 'use strict'; | ||
.then(() => { | ||
if(newItems.length > 0) | ||
this.events.emit('updated', this.dbname); | ||
// if(newItems.length > 0) | ||
this.events.emit('updated', this.dbname, newItems); | ||
}) | ||
@@ -64,0 +64,0 @@ .then(() => newItems) |
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
8493