@libp2p/interface-keychain
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -12,3 +12,3 @@ import type { Multibase } from 'multiformats/bases/interface'; | ||
} | ||
export declare type KeyType = 'Ed25519' | 'RSA'; | ||
export type KeyType = 'Ed25519' | 'RSA'; | ||
export interface KeyChain { | ||
@@ -15,0 +15,0 @@ exportKey: (name: string, password: string) => Promise<Multibase<'m'>>; |
{ | ||
"name": "@libp2p/interface-keychain", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Keychain interface for libp2p", | ||
@@ -26,3 +26,3 @@ "license": "Apache-2.0 OR MIT", | ||
"src", | ||
"dist/src", | ||
"dist", | ||
"!dist/test", | ||
@@ -139,4 +139,7 @@ "!**/*.tsbuildinfo" | ||
"devDependencies": { | ||
"aegir": "^37.4.0" | ||
"aegir": "^37.7.3" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
@@ -20,2 +20,3 @@ # @libp2p/interface-keychain <!-- omit in toc --> | ||
- [provide](#provide) | ||
- [API Docs](#api-docs) | ||
- [License](#license) | ||
@@ -87,2 +88,6 @@ - [Contribute](#contribute) | ||
## API Docs | ||
- <https://libp2p.github.io/js-libp2p-interfaces> | ||
## License | ||
@@ -89,0 +94,0 @@ |
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
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
10451
10
53
101