@taquito/signer
Advanced tools
Comparing version 17.1.1 to 17.2.0-beta-RC.0
@@ -7,3 +7,3 @@ "use strict"; | ||
* @category Error | ||
* @description Error indicates an invalid Mnemonic being passed or used | ||
* @description Error that indicates an invalid Mnemonic being passed or used | ||
*/ | ||
@@ -21,3 +21,3 @@ class InvalidMnemonicError extends core_1.ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a curve with incorrect bit size being passed or used | ||
* @description Error that indicates a curve with incorrect bit size being passed or used | ||
*/ | ||
@@ -34,3 +34,3 @@ class InvalidBitSize extends core_1.ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates an unsupported cureve being passed or used | ||
* @description Error that indicates an unsupported cureve being passed or used | ||
*/ | ||
@@ -47,3 +47,3 @@ class InvalidCurveError extends core_1.ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a seed with invalid length being passed or used | ||
* @description Error that indicates a seed with invalid length being passed or used | ||
*/ | ||
@@ -61,3 +61,3 @@ class InvalidSeedLengthError extends core_1.ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a feature still under developement | ||
* @description Error that indicates a feature still under developement | ||
*/ | ||
@@ -74,3 +74,3 @@ class ToBeImplemented extends core_1.UnsupportedActionError { | ||
* @category Error | ||
* @description Error indicates an invalid passphrase being passed or used | ||
* @description Error that indicates an invalid passphrase being passed or used | ||
*/ | ||
@@ -77,0 +77,0 @@ class InvalidPassphraseError extends core_1.ParameterValidationError { |
@@ -6,5 +6,5 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "15732f9b7d575aa46427c94501fb8677a754b733", | ||
"version": "17.1.1" | ||
"commitHash": "96c9d60e1d08c7ac01d81e4d23ba5038c7779c92", | ||
"version": "17.2.0-beta-RC.0" | ||
}; | ||
//# sourceMappingURL=version.js.map |
@@ -240,3 +240,3 @@ import { openSecretBox } from '@stablelib/nacl'; | ||
* @category Error | ||
* @description Error indicates an invalid Mnemonic being passed or used | ||
* @description Error that indicates an invalid Mnemonic being passed or used | ||
*/ | ||
@@ -253,3 +253,3 @@ class InvalidMnemonicError extends ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a curve with incorrect bit size being passed or used | ||
* @description Error that indicates a curve with incorrect bit size being passed or used | ||
*/ | ||
@@ -265,3 +265,3 @@ class InvalidBitSize extends ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates an unsupported cureve being passed or used | ||
* @description Error that indicates an unsupported cureve being passed or used | ||
*/ | ||
@@ -277,3 +277,3 @@ class InvalidCurveError extends ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a seed with invalid length being passed or used | ||
* @description Error that indicates a seed with invalid length being passed or used | ||
*/ | ||
@@ -290,3 +290,3 @@ class InvalidSeedLengthError extends ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a feature still under developement | ||
* @description Error that indicates a feature still under developement | ||
*/ | ||
@@ -302,3 +302,3 @@ class ToBeImplemented extends UnsupportedActionError { | ||
* @category Error | ||
* @description Error indicates an invalid passphrase being passed or used | ||
* @description Error that indicates an invalid passphrase being passed or used | ||
*/ | ||
@@ -622,4 +622,4 @@ class InvalidPassphraseError extends ParameterValidationError { | ||
const VERSION = { | ||
"commitHash": "15732f9b7d575aa46427c94501fb8677a754b733", | ||
"version": "17.1.1" | ||
"commitHash": "96c9d60e1d08c7ac01d81e4d23ba5038c7779c92", | ||
"version": "17.2.0-beta-RC.0" | ||
}; | ||
@@ -626,0 +626,0 @@ |
@@ -259,3 +259,3 @@ (function (global, factory) { | ||
* @category Error | ||
* @description Error indicates an invalid Mnemonic being passed or used | ||
* @description Error that indicates an invalid Mnemonic being passed or used | ||
*/ | ||
@@ -272,3 +272,3 @@ class InvalidMnemonicError extends core.ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a curve with incorrect bit size being passed or used | ||
* @description Error that indicates a curve with incorrect bit size being passed or used | ||
*/ | ||
@@ -284,3 +284,3 @@ class InvalidBitSize extends core.ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates an unsupported cureve being passed or used | ||
* @description Error that indicates an unsupported cureve being passed or used | ||
*/ | ||
@@ -296,3 +296,3 @@ class InvalidCurveError extends core.ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a seed with invalid length being passed or used | ||
* @description Error that indicates a seed with invalid length being passed or used | ||
*/ | ||
@@ -309,3 +309,3 @@ class InvalidSeedLengthError extends core.ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a feature still under developement | ||
* @description Error that indicates a feature still under developement | ||
*/ | ||
@@ -321,3 +321,3 @@ class ToBeImplemented extends core.UnsupportedActionError { | ||
* @category Error | ||
* @description Error indicates an invalid passphrase being passed or used | ||
* @description Error that indicates an invalid passphrase being passed or used | ||
*/ | ||
@@ -641,4 +641,4 @@ class InvalidPassphraseError extends core.ParameterValidationError { | ||
const VERSION = { | ||
"commitHash": "15732f9b7d575aa46427c94501fb8677a754b733", | ||
"version": "17.1.1" | ||
"commitHash": "96c9d60e1d08c7ac01d81e4d23ba5038c7779c92", | ||
"version": "17.2.0-beta-RC.0" | ||
}; | ||
@@ -645,0 +645,0 @@ |
import { ParameterValidationError, UnsupportedActionError } from '@taquito/core'; | ||
/** | ||
* @category Error | ||
* @description Error indicates an invalid Mnemonic being passed or used | ||
* @description Error that indicates an invalid Mnemonic being passed or used | ||
*/ | ||
@@ -12,3 +12,3 @@ export declare class InvalidMnemonicError extends ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a curve with incorrect bit size being passed or used | ||
* @description Error that indicates a curve with incorrect bit size being passed or used | ||
*/ | ||
@@ -21,3 +21,3 @@ export declare class InvalidBitSize extends ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates an unsupported cureve being passed or used | ||
* @description Error that indicates an unsupported cureve being passed or used | ||
*/ | ||
@@ -30,3 +30,3 @@ export declare class InvalidCurveError extends ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a seed with invalid length being passed or used | ||
* @description Error that indicates a seed with invalid length being passed or used | ||
*/ | ||
@@ -39,3 +39,3 @@ export declare class InvalidSeedLengthError extends ParameterValidationError { | ||
* @category Error | ||
* @description Error indicates a feature still under developement | ||
* @description Error that indicates a feature still under developement | ||
*/ | ||
@@ -47,3 +47,3 @@ export declare class ToBeImplemented extends UnsupportedActionError { | ||
* @category Error | ||
* @description Error indicates an invalid passphrase being passed or used | ||
* @description Error that indicates an invalid passphrase being passed or used | ||
*/ | ||
@@ -50,0 +50,0 @@ export declare class InvalidPassphraseError extends ParameterValidationError { |
{ | ||
"name": "@taquito/signer", | ||
"version": "17.1.1", | ||
"version": "17.2.0-beta-RC.0", | ||
"description": "Provide signing functionality to be with taquito", | ||
@@ -76,4 +76,4 @@ "keywords": [ | ||
"@stablelib/sha512": "^1.0.1", | ||
"@taquito/taquito": "^17.1.1", | ||
"@taquito/utils": "^17.1.1", | ||
"@taquito/taquito": "^17.2.0-beta-RC.0", | ||
"@taquito/utils": "^17.2.0-beta-RC.0", | ||
"@types/bn.js": "^5.1.1", | ||
@@ -116,3 +116,3 @@ "bip39": "3.0.4", | ||
}, | ||
"gitHead": "8f685d3d4fef68a2cfc44f8da7ba866a11478681" | ||
"gitHead": "14abfbab9dc46c1370a6c2e4483c2585b0f76d88" | ||
} |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
233804
2