datastore-core
Advanced tools
Comparing version 10.0.0 to 10.0.1
{ | ||
"name": "datastore-core", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "Wrapper implementation for interface-datastore", | ||
@@ -113,23 +113,24 @@ "author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>", | ||
"test:electron-main": "aegir test -t electron-main", | ||
"dep-check": "aegir dep-check" | ||
"dep-check": "aegir dep-check", | ||
"release": "aegir release" | ||
}, | ||
"dependencies": { | ||
"@libp2p/logger": "^4.0.6", | ||
"@libp2p/logger": "^5.0.0", | ||
"interface-datastore": "^8.0.0", | ||
"interface-store": "6.0.0", | ||
"it-drain": "^3.0.5", | ||
"it-filter": "^3.0.4", | ||
"it-map": "^3.0.5", | ||
"it-merge": "^3.0.3", | ||
"interface-store": "^6.0.0", | ||
"it-drain": "^3.0.7", | ||
"it-filter": "^3.1.1", | ||
"it-map": "^3.1.1", | ||
"it-merge": "^3.0.5", | ||
"it-pipe": "^3.0.1", | ||
"it-pushable": "^3.2.3", | ||
"it-sort": "^3.0.4", | ||
"it-take": "^3.0.4" | ||
"it-sort": "^3.0.6", | ||
"it-take": "^3.0.6" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^42.2.3", | ||
"interface-datastore-tests": "6.0.0", | ||
"it-all": "^3.0.4", | ||
"uint8arrays": "^5.0.2" | ||
"aegir": "^44.1.0", | ||
"interface-datastore-tests": "^6.0.0", | ||
"it-all": "^3.0.6", | ||
"uint8arrays": "^5.1.0" | ||
} | ||
} |
@@ -94,3 +94,3 @@ # datastore-core | ||
Loading this module through a script tag will make it's exports available as `DatastoreCore` in the global namespace. | ||
Loading this module through a script tag will make its exports available as `DatastoreCore` in the global namespace. | ||
@@ -109,4 +109,4 @@ ```html | ||
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>) | ||
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>) | ||
- Apache 2.0, ([LICENSE-APACHE](https://github.com/ipfs/js-stores/blob/main/packages/datastore-core/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>) | ||
- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/packages/datastore-core/LICENSE-MIT) / <http://opensource.org/licenses/MIT>) | ||
@@ -113,0 +113,0 @@ # Contribute |
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
169504
+ Added@libp2p/interface@2.2.1(transitive)
+ Added@libp2p/logger@5.1.4(transitive)
+ Addedinterface-store@6.0.2(transitive)
- Removed@libp2p/interface@1.7.0(transitive)
- Removed@libp2p/logger@4.0.20(transitive)
- Removedinterface-store@6.0.0(transitive)
Updated@libp2p/logger@^5.0.0
Updatedinterface-store@^6.0.0
Updatedit-drain@^3.0.7
Updatedit-filter@^3.1.1
Updatedit-map@^3.1.1
Updatedit-merge@^3.0.5
Updatedit-sort@^3.0.6
Updatedit-take@^3.0.6