@taquito/ledger-signer
Advanced tools
Comparing version 17.1.0-beta-RC.0 to 17.1.0-beta-RC.1
@@ -6,5 +6,5 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "5e47743ada31a9c8118f836c31b50a94d97255a6", | ||
"version": "17.1.0-beta-RC.0" | ||
"commitHash": "35185f70bf071114f22f169d2e1f7f8747ced2d0", | ||
"version": "17.1.0-beta-RC.1" | ||
}; | ||
//# sourceMappingURL=version.js.map |
@@ -205,4 +205,4 @@ import { invalidDetail, ValidationResult, prefix, Prefix, b58cencode } from '@taquito/utils'; | ||
const VERSION = { | ||
"commitHash": "5e47743ada31a9c8118f836c31b50a94d97255a6", | ||
"version": "17.1.0-beta-RC.0" | ||
"commitHash": "35185f70bf071114f22f169d2e1f7f8747ced2d0", | ||
"version": "17.1.0-beta-RC.1" | ||
}; | ||
@@ -209,0 +209,0 @@ |
@@ -206,4 +206,4 @@ (function (global, factory) { | ||
const VERSION = { | ||
"commitHash": "5e47743ada31a9c8118f836c31b50a94d97255a6", | ||
"version": "17.1.0-beta-RC.0" | ||
"commitHash": "35185f70bf071114f22f169d2e1f7f8747ced2d0", | ||
"version": "17.1.0-beta-RC.1" | ||
}; | ||
@@ -210,0 +210,0 @@ |
@@ -7,3 +7,3 @@ import { ParameterValidationError, TaquitoError } from '@taquito/core'; | ||
export declare class InvalidLedgerResponseError extends TaquitoError { | ||
message: string; | ||
readonly message: string; | ||
constructor(message: string); | ||
@@ -16,3 +16,3 @@ } | ||
export declare class PublicKeyRetrievalError extends TaquitoError { | ||
cause: any; | ||
readonly cause: any; | ||
constructor(cause: any); | ||
@@ -32,4 +32,4 @@ } | ||
export declare class InvalidDerivationTypeError extends ParameterValidationError { | ||
derivationType: string; | ||
readonly derivationType: string; | ||
constructor(derivationType: string); | ||
} |
{ | ||
"name": "@taquito/ledger-signer", | ||
"version": "17.1.0-beta-RC.0", | ||
"version": "17.1.0-beta-RC.1", | ||
"description": "Ledger signer provider", | ||
@@ -63,4 +63,4 @@ "keywords": [ | ||
"@stablelib/blake2b": "^1.0.1", | ||
"@taquito/taquito": "^17.1.0-beta-RC.0", | ||
"@taquito/utils": "^17.1.0-beta-RC.0", | ||
"@taquito/taquito": "^17.1.0-beta-RC.1", | ||
"@taquito/utils": "^17.1.0-beta-RC.1", | ||
"buffer": "^6.0.3" | ||
@@ -97,3 +97,3 @@ }, | ||
}, | ||
"gitHead": "37b7cea2af882794ddd67b1228df808888af9fc4" | ||
"gitHead": "c0494008115163a124fa466444585d7f3f1de48c" | ||
} |
@@ -8,3 +8,3 @@ import { ParameterValidationError, TaquitoError } from '@taquito/core'; | ||
export class InvalidLedgerResponseError extends TaquitoError { | ||
constructor(public message: string) { | ||
constructor(public readonly message: string) { | ||
super(); | ||
@@ -20,3 +20,3 @@ this.name = 'InvalidLedgerResponseError'; | ||
export class PublicKeyRetrievalError extends TaquitoError { | ||
constructor(public cause: any) { | ||
constructor(public readonly cause: any) { | ||
super(); | ||
@@ -45,3 +45,3 @@ this.name = 'PublicKeyRetrievalError'; | ||
export class InvalidDerivationTypeError extends ParameterValidationError { | ||
constructor(public derivationType: string) { | ||
constructor(public readonly derivationType: string) { | ||
super(); | ||
@@ -48,0 +48,0 @@ this.name = 'InvalidDerivationTypeError'; |
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! | ||
export const VERSION = { | ||
commitHash: '5e47743ada31a9c8118f836c31b50a94d97255a6', | ||
version: '17.1.0-beta-RC.0', | ||
commitHash: '35185f70bf071114f22f169d2e1f7f8747ced2d0', | ||
version: '17.1.0-beta-RC.1', | ||
}; |
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
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
327723