@near-js/signers
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -8,2 +8,4 @@ import { Signature, PublicKey } from '@near-js/crypto'; | ||
* Creates new key and returns public key. | ||
* @param accountId accountId to retrieve from. | ||
* @param networkId The targeted network. (ex. default, betanet, etc…) | ||
*/ | ||
@@ -10,0 +12,0 @@ abstract createKey(accountId: string, networkId?: string): Promise<PublicKey>; |
{ | ||
"name": "@near-js/signers", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Core dependencies for the NEAR API JavaScript client", | ||
@@ -11,4 +11,4 @@ "main": "lib/index.js", | ||
"@noble/hashes": "1.3.3", | ||
"@near-js/crypto": "1.2.0", | ||
"@near-js/keystores": "0.0.8" | ||
"@near-js/crypto": "1.2.1", | ||
"@near-js/keystores": "0.0.9" | ||
}, | ||
@@ -15,0 +15,0 @@ "devDependencies": { |
@@ -7,4 +7,4 @@ # @near-js/signers | ||
- [Signer](https://github.com/near/near-api-js/blob/master/packages/signer/src/ssigner.ts) abstract class for cryptographic signing | ||
- [InMemorySigner](https://github.com/near/near-api-js/blob/master/packages/signer/src/in_memory_signer.ts) implementation of `Signer` using [InMemoryKeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores/src/in_memory_key_store.ts) to provide keys | ||
- [Signer](https://github.com/near/near-api-js/blob/master/packages/signers/src/signer.ts) abstract class for cryptographic signing | ||
- [InMemorySigner](https://github.com/near/near-api-js/blob/master/packages/signers/src/in_memory_signer.ts) implementation of `Signer` using [InMemoryKeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores/src/in_memory_key_store.ts) to provide keys | ||
@@ -11,0 +11,0 @@ # License |
Sorry, the diff of this file is not supported yet
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
12151
177
+ Added@near-js/crypto@1.2.1(transitive)
+ Added@near-js/keystores@0.0.9(transitive)
+ Added@near-js/utils@0.1.0(transitive)
- Removed@near-js/crypto@1.2.0(transitive)
- Removed@near-js/keystores@0.0.8(transitive)
- Removed@near-js/utils@0.0.5(transitive)
Updated@near-js/crypto@1.2.1
Updated@near-js/keystores@0.0.9