datastore-idb
Advanced tools
Comparing version 1.0.2 to 1.1.0
module.exports = { | ||
bundlesize: { maxSize: '12kB' } | ||
bundlesize: { maxSize: '12.1kB' } | ||
} |
@@ -0,1 +1,11 @@ | ||
<a name="1.1.0"></a> | ||
# [1.1.0](https://github.com/ipfs/js-datastore-idb/compare/v1.0.2...v1.1.0) (2020-05-07) | ||
### Features | ||
* add streaming/cancellable API ([6d32b7f](https://github.com/ipfs/js-datastore-idb/commit/6d32b7f)) | ||
<a name="1.0.2"></a> | ||
@@ -2,0 +12,0 @@ ## [1.0.2](https://github.com/ipfs/js-datastore-idb/compare/v1.0.1...v1.0.2) (2020-04-24) |
{ | ||
"name": "datastore-idb", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Datastore implementation with IndexedDB backend.", | ||
@@ -35,9 +35,9 @@ "leadMaintainer": "Hugo Dias <hugomrdias@gmail.com>", | ||
"idb": "^5.0.2", | ||
"interface-datastore": "^0.8.3" | ||
"interface-datastore": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^21.4.5", | ||
"aegir": "^22.0.0", | ||
"chai": "^4.2.0", | ||
"datastore-core": "^1.0.0", | ||
"datastore-level": "^0.14.1", | ||
"datastore-core": "^1.1.0", | ||
"datastore-level": "^1.1.0", | ||
"dirty-chai": "^2.0.1", | ||
@@ -48,4 +48,6 @@ "ipfs-utils": "^2.2.0", | ||
"contributors": [ | ||
"Hugo Dias <hugomrdias@gmail.com>" | ||
"Hugo Dias <hugomrdias@gmail.com>", | ||
"achingbrain <alex@achingbrain.net>", | ||
"Hector Sanjuan <code@hector.link>" | ||
] | ||
} |
@@ -5,3 +5,3 @@ 'use strict' | ||
const { openDB, deleteDB } = require('idb') | ||
const { Key, Errors, utils } = require('interface-datastore') | ||
const { Key, Errors, utils, Adapter } = require('interface-datastore') | ||
const { filter, sortAll } = utils | ||
@@ -74,4 +74,6 @@ | ||
class IdbDatastore { | ||
class IdbDatastore extends Adapter { | ||
constructor (location, options = {}) { | ||
super() | ||
this.store = null | ||
@@ -78,0 +80,0 @@ this.options = options |
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
22111
11
372
+ Addedany-signal@1.2.0(transitive)
+ Addedfast-fifo@1.3.2(transitive)
+ Addedinterface-datastore@1.0.4(transitive)
+ Addedipfs-utils@2.4.0(transitive)
+ Addedit-all@1.0.6(transitive)
+ Addedit-drain@1.0.5(transitive)
+ Addedit-glob@0.0.8(transitive)
+ Addedit-to-stream@0.1.2(transitive)
+ Addedp-defer@3.0.0(transitive)
+ Addedp-fifo@1.0.0(transitive)
- Removedinterface-datastore@0.8.3(transitive)
- Removedipfs-utils@1.2.4(transitive)
- Removedit-glob@0.0.7(transitive)
- Removednanoid@2.1.11(transitive)
Updatedinterface-datastore@^1.0.2