blockstore-core
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "blockstore-core", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Contains various implementations of the API contract described in interface-blockstore", | ||
@@ -97,20 +97,21 @@ "author": "Alex Potsides <alex.potsides@protocol.ai>", | ||
"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-blockstore": "^5.0.0", | ||
"interface-store": "6.0.0", | ||
"it-drain": "^3.0.5", | ||
"it-filter": "^3.0.4", | ||
"it-merge": "^3.0.3", | ||
"interface-store": "^6.0.0", | ||
"it-drain": "^3.0.7", | ||
"it-filter": "^3.1.1", | ||
"it-merge": "^3.0.5", | ||
"it-pushable": "^3.2.3", | ||
"multiformats": "^13.0.1" | ||
"multiformats": "^13.2.2" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^42.2.3", | ||
"interface-blockstore-tests": "7.0.0", | ||
"it-all": "^3.0.4", | ||
"uint8arrays": "^5.0.2" | ||
"aegir": "^44.1.0", | ||
"interface-blockstore-tests": "^7.0.0", | ||
"it-all": "^3.0.6", | ||
"uint8arrays": "^5.1.0" | ||
} | ||
} |
@@ -115,3 +115,3 @@ # blockstore-core | ||
Loading this module through a script tag will make it's exports available as `BlockstoreCore` in the global namespace. | ||
Loading this module through a script tag will make its exports available as `BlockstoreCore` in the global namespace. | ||
@@ -130,4 +130,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/blockstore-core/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>) | ||
- MIT ([LICENSE-MIT](https://github.com/ipfs/js-stores/blob/main/packages/blockstore-core/LICENSE-MIT) / <http://opensource.org/licenses/MIT>) | ||
@@ -134,0 +134,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
75626
+ Added@libp2p/interface@2.3.0(transitive)
+ Added@libp2p/logger@5.1.5(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-merge@^3.0.5
Updatedmultiformats@^13.2.2