orbit-db-eventstore
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "orbit-db-eventstore", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Eventlog for orbit-db", | ||
@@ -12,4 +12,4 @@ "main": "src/EventStore.js", | ||
"dependencies": { | ||
"orbit-db-store": "0.0.4" | ||
"orbit-db-store": "0.0.5" | ||
} | ||
} |
@@ -15,3 +15,3 @@ 'use strict'; | ||
add(data) { | ||
const event = { | ||
return this._addOperation({ | ||
op: 'ADD', | ||
@@ -23,4 +23,3 @@ key: null, | ||
} | ||
}; | ||
return this._addOperation(event); | ||
}); | ||
} | ||
@@ -27,0 +26,0 @@ |
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
3769
82
+ Addedorbit-db-store@0.0.5(transitive)
- Removedorbit-db-store@0.0.4(transitive)
Updatedorbit-db-store@0.0.5