@libp2p/interface-keychain
Advanced tools
Comparing version 2.0.4 to 2.0.5-1c6702c8
@@ -22,4 +22,4 @@ /** | ||
*/ | ||
import type { PeerId } from '@libp2p/interface-peer-id'; | ||
import type { Multibase } from 'multiformats/bases/interface'; | ||
import type { PeerId } from '@libp2p/interface-peer-id'; | ||
export interface KeyInfo { | ||
@@ -26,0 +26,0 @@ /** |
{ | ||
"name": "@libp2p/interface-keychain", | ||
"version": "2.0.4", | ||
"version": "2.0.5-1c6702c8", | ||
"description": "Keychain interface for libp2p", | ||
"license": "Apache-2.0 OR MIT", | ||
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-keychain#readme", | ||
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface-keychain#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/libp2p/js-libp2p-interfaces.git" | ||
"url": "git+https://github.com/libp2p/js-libp2p.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/libp2p/js-libp2p-interfaces/issues" | ||
"url": "https://github.com/libp2p/js-libp2p/issues" | ||
}, | ||
@@ -18,6 +18,2 @@ "keywords": [ | ||
], | ||
"engines": { | ||
"node": ">=16.0.0", | ||
"npm": ">=7.0.0" | ||
}, | ||
"type": "module", | ||
@@ -136,7 +132,7 @@ "types": "./dist/src/index.d.ts", | ||
"dependencies": { | ||
"@libp2p/interface-peer-id": "^2.0.0", | ||
"@libp2p/interface-peer-id": "2.0.2-1c6702c8", | ||
"multiformats": "^11.0.0" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^38.1.0" | ||
"aegir": "^39.0.5" | ||
}, | ||
@@ -143,0 +139,0 @@ "typedoc": { |
@@ -5,4 +5,4 @@ # @libp2p/interface-keychain <!-- omit in toc --> | ||
[![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io) | ||
[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-interfaces.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-interfaces) | ||
[![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p-interfaces/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p-interfaces/actions/workflows/js-test-and-release.yml?query=branch%3Amaster) | ||
[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p) | ||
[![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p/main.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p/actions/workflows/main.yml?query=branch%3Amaster) | ||
@@ -90,3 +90,3 @@ > Keychain interface for libp2p | ||
- <https://libp2p.github.io/js-libp2p-interfaces/modules/_libp2p_interface_keychain.html> | ||
- <https://libp2p.github.io/js-libp2p/modules/_libp2p_interface_keychain.html> | ||
@@ -93,0 +93,0 @@ ## License |
@@ -23,4 +23,4 @@ /** | ||
import type { PeerId } from '@libp2p/interface-peer-id' | ||
import type { Multibase } from 'multiformats/bases/interface' | ||
import type { PeerId } from '@libp2p/interface-peer-id' | ||
@@ -27,0 +27,0 @@ export interface KeyInfo { |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
17643
9
332
2
+ Added@libp2p/interface-peer-id@2.0.2-1c6702c8(transitive)
- Removed@libp2p/interface-peer-id@2.0.2(transitive)