@taquito/signer
Advanced tools
Comparing version 17.5.1 to 17.5.2
@@ -18,3 +18,3 @@ "use strict"; | ||
* | ||
* @warn The JSON faucets are no longer available on https://teztnets.xyz/ | ||
* @warn The JSON faucets are no longer available on https://teztnets.com/ | ||
* @param toolkit The toolkit instance to attach a signer | ||
@@ -21,0 +21,0 @@ * @param privateKeyOrEmail Key to load in memory |
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80", | ||
"version": "17.5.1" | ||
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461", | ||
"version": "17.5.2" | ||
}; |
@@ -581,3 +581,3 @@ import { openSecretBox } from '@stablelib/nacl'; | ||
* | ||
* @warn The JSON faucets are no longer available on https://teztnets.xyz/ | ||
* @warn The JSON faucets are no longer available on https://teztnets.com/ | ||
* @param toolkit The toolkit instance to attach a signer | ||
@@ -619,4 +619,4 @@ * @param privateKeyOrEmail Key to load in memory | ||
const VERSION = { | ||
"commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80", | ||
"version": "17.5.1" | ||
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461", | ||
"version": "17.5.2" | ||
}; | ||
@@ -623,0 +623,0 @@ |
@@ -593,3 +593,3 @@ (function (global, factory) { | ||
* | ||
* @warn The JSON faucets are no longer available on https://teztnets.xyz/ | ||
* @warn The JSON faucets are no longer available on https://teztnets.com/ | ||
* @param toolkit The toolkit instance to attach a signer | ||
@@ -631,4 +631,4 @@ * @param privateKeyOrEmail Key to load in memory | ||
const VERSION = { | ||
"commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80", | ||
"version": "17.5.1" | ||
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461", | ||
"version": "17.5.2" | ||
}; | ||
@@ -635,0 +635,0 @@ |
@@ -6,3 +6,3 @@ import { TezosToolkit } from '@taquito/taquito'; | ||
* | ||
* @warn The JSON faucets are no longer available on https://teztnets.xyz/ | ||
* @warn The JSON faucets are no longer available on https://teztnets.com/ | ||
* @param toolkit The toolkit instance to attach a signer | ||
@@ -9,0 +9,0 @@ * @param privateKeyOrEmail Key to load in memory |
{ | ||
"name": "@taquito/signer", | ||
"version": "17.5.1", | ||
"version": "17.5.2", | ||
"description": "Provide signing functionality to be with taquito", | ||
@@ -75,5 +75,5 @@ "keywords": [ | ||
"@stablelib/sha512": "^1.0.1", | ||
"@taquito/core": "^17.5.1", | ||
"@taquito/taquito": "^17.5.1", | ||
"@taquito/utils": "^17.5.1", | ||
"@taquito/core": "^17.5.2", | ||
"@taquito/taquito": "^17.5.2", | ||
"@taquito/utils": "^17.5.2", | ||
"@types/bn.js": "^5.1.2", | ||
@@ -115,3 +115,3 @@ "bip39": "3.1.0", | ||
}, | ||
"gitHead": "c7fb6e7aa6d9eca65b6c24a8492ba83a0762d85c" | ||
"gitHead": "16d75a1beefb47874b696ee49d61769d6cf04f7b" | ||
} |
# Taquito Signer package | ||
*Documentation can be found [here](https://tezostaquito.io/docs/inmemory_signer)* | ||
*Documentation can be found [here](https://tezostaquito.io/docs/inmemory_signer)* | ||
*TypeDoc style documentation is available on-line [here](https://tezostaquito.io/typedoc/modules/_taquito_signer.html)* | ||
@@ -16,3 +16,3 @@ | ||
## Install | ||
## Install | ||
``` | ||
@@ -49,3 +49,3 @@ npm i --save @taquito/taquito | ||
The following link can be used to fund an address on the different testnets: https://teztnets.xyz/. | ||
The following link can be used to fund an address on the different testnets: https://teztnets.com/. | ||
@@ -52,0 +52,0 @@ ## Additional info |
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
129997
Updated@taquito/core@^17.5.2
Updated@taquito/taquito@^17.5.2
Updated@taquito/utils@^17.5.2