blockstore-level
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"LevelBlockstore": "https://ipfs.github.io/js-blockstore-level/classes/LevelBlockstore.html", | ||
"LevelBlockstoreInit": "https://ipfs.github.io/js-blockstore-level/interfaces/LevelBlockstoreInit.html" | ||
"LevelBlockstore": "https://ipfs.github.io/js-stores/classes/LevelBlockstore.html", | ||
"LevelBlockstoreInit": "https://ipfs.github.io/js-stores/interfaces/LevelBlockstoreInit.html" | ||
} |
{ | ||
"name": "blockstore-level", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Blockstore implementation with level(up|down) backend", | ||
"license": "Apache-2.0 OR MIT", | ||
"homepage": "https://github.com/ipfs/js-blockstore-level#readme", | ||
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/blockstore-level#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ipfs/js-blockstore-level.git" | ||
"url": "git+https://github.com/ipfs/js-stores.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ipfs/js-blockstore-level/issues" | ||
"url": "https://github.com/ipfs/js-stores/issues" | ||
}, | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"branches": [ | ||
"main" | ||
"master" | ||
], | ||
@@ -149,5 +149,5 @@ "plugins": [ | ||
"dependencies": { | ||
"blockstore-core": "^4.0.2", | ||
"interface-blockstore": "^5.1.1", | ||
"interface-store": "^5.0.1", | ||
"blockstore-core": "^4.0.0", | ||
"interface-blockstore": "^5.0.0", | ||
"interface-store": "^5.0.0", | ||
"level": "^8.0.0", | ||
@@ -161,3 +161,6 @@ "multiformats": "^11.0.2" | ||
"memory-level": "^1.0.0" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
@@ -5,4 +5,4 @@ # blockstore-level <!-- omit in toc --> | ||
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) | ||
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-blockstore-level.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-blockstore-level) | ||
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-blockstore-level/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/js-blockstore-level/actions/workflows/js-test-and-release.yml?query=branch%3Amain) | ||
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-stores.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-stores) | ||
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-stores/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-stores/actions/workflows/js-test-and-release.yml?query=branch%3Amaster) | ||
@@ -35,3 +35,3 @@ > Blockstore implementation with level(up|down) backend | ||
- <https://ipfs.github.io/js-blockstore-level> | ||
- <https://ipfs.github.io/js-stores/modules/blockstore_level.html> | ||
@@ -47,3 +47,3 @@ ## License | ||
Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-blockstore-level/issues). | ||
Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-stores/issues). | ||
@@ -50,0 +50,0 @@ Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. |
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
113814
+ Added@types/node@22.9.1(transitive)
- Removed@types/node@22.9.2(transitive)
Updatedblockstore-core@^4.0.0
Updatedinterface-blockstore@^5.0.0
Updatedinterface-store@^5.0.0