@near-js/keystores
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -44,2 +44,3 @@ import { KeyPair } from '@near-js/crypto'; | ||
* @param keyStores read calls are attempted from start to end of array | ||
* @param options KeyStore options | ||
* @param options.writeKeyStoreIndex the keystore index that will receive all write calls | ||
@@ -46,0 +47,0 @@ */ |
@@ -17,2 +17,3 @@ "use strict"; | ||
* @param keyStores read calls are attempted from start to end of array | ||
* @param options KeyStore options | ||
* @param options.writeKeyStoreIndex the keystore index that will receive all write calls | ||
@@ -19,0 +20,0 @@ */ |
{ | ||
"name": "@near-js/keystores", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Key storage and management implementations", | ||
@@ -10,3 +10,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@near-js/crypto": "1.2.0", | ||
"@near-js/crypto": "1.2.1", | ||
"@near-js/types": "0.0.4" | ||
@@ -13,0 +13,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
22223
428
+ Added@near-js/crypto@1.2.1(transitive)
+ Added@near-js/utils@0.1.0(transitive)
- Removed@near-js/crypto@1.2.0(transitive)
- Removed@near-js/utils@0.0.5(transitive)
Updated@near-js/crypto@1.2.1