datastore-core
Advanced tools
Comparing version 9.0.4 to 9.1.0
{ | ||
"name": "datastore-core", | ||
"version": "9.0.4", | ||
"version": "9.1.0", | ||
"description": "Wrapper implementation for interface-datastore", | ||
"author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>", | ||
"license": "Apache-2.0 OR MIT", | ||
"homepage": "https://github.com/ipfs/js-datastore-core#readme", | ||
"homepage": "https://github.com/ipfs/js-stores/tree/master/packages/datastore-core#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ipfs/js-datastore-core.git" | ||
"url": "git+https://github.com/ipfs/js-stores.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ipfs/js-datastore-core/issues" | ||
"url": "https://github.com/ipfs/js-stores/issues" | ||
}, | ||
@@ -199,7 +199,7 @@ "keywords": [ | ||
"err-code": "^3.0.1", | ||
"interface-store": "^5.0.1", | ||
"interface-store": "^5.0.0", | ||
"it-all": "^2.0.0", | ||
"it-drain": "^2.0.0", | ||
"it-filter": "^2.0.0", | ||
"it-map": "^2.0.0", | ||
"it-filter": "^2.0.1", | ||
"it-map": "^2.0.1", | ||
"it-merge": "^2.0.0", | ||
@@ -214,5 +214,8 @@ "it-pipe": "^2.0.3", | ||
"aegir": "^38.1.7", | ||
"interface-datastore": "^8.1.2", | ||
"interface-datastore": "^8.0.0", | ||
"interface-datastore-tests": "^5.0.0" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
@@ -5,4 +5,4 @@ # datastore-core <!-- 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-datastore-core.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-datastore-core) | ||
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-datastore-core/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-datastore-core/actions/workflows/js-test-and-release.yml?query=branch%3Amaster) | ||
[![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) | ||
@@ -20,2 +20,3 @@ > Wrapper implementation for interface-datastore | ||
- [Contribute](#contribute) | ||
- [API Docs](#api-docs) | ||
- [License](#license) | ||
@@ -95,2 +96,6 @@ - [Contribute](#contribute-1) | ||
## API Docs | ||
- <https://ipfs.github.io/js-stores/modules/datastore_core.html> | ||
## License | ||
@@ -105,3 +110,3 @@ | ||
Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-datastore-core/issues). | ||
Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-stores/issues). | ||
@@ -108,0 +113,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
156087
60
2065
116
Updatedinterface-store@^5.0.0
Updatedit-filter@^2.0.1
Updatedit-map@^2.0.1