@taquito/ledger-signer
Advanced tools
Comparing version 19.0.0 to 19.0.1
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "801b9525f497845e778696ccac8df3a7b0f299d8", | ||
"version": "19.0.0" | ||
"commitHash": "fc66aa741c240cb367082d1294ef915654c341a6", | ||
"version": "19.0.1" | ||
}; |
@@ -207,4 +207,4 @@ import { invalidDetail, ValidationResult, prefix, Prefix, b58cencode } from '@taquito/utils'; | ||
const VERSION = { | ||
"commitHash": "801b9525f497845e778696ccac8df3a7b0f299d8", | ||
"version": "19.0.0" | ||
"commitHash": "fc66aa741c240cb367082d1294ef915654c341a6", | ||
"version": "19.0.1" | ||
}; | ||
@@ -211,0 +211,0 @@ |
@@ -208,4 +208,4 @@ (function (global, factory) { | ||
const VERSION = { | ||
"commitHash": "801b9525f497845e778696ccac8df3a7b0f299d8", | ||
"version": "19.0.0" | ||
"commitHash": "fc66aa741c240cb367082d1294ef915654c341a6", | ||
"version": "19.0.1" | ||
}; | ||
@@ -212,0 +212,0 @@ |
{ | ||
"name": "@taquito/ledger-signer", | ||
"version": "19.0.0", | ||
"version": "19.0.1", | ||
"description": "Ledger signer provider", | ||
@@ -62,5 +62,5 @@ "keywords": [ | ||
"@stablelib/blake2b": "^1.0.1", | ||
"@taquito/core": "^19.0.0", | ||
"@taquito/taquito": "^19.0.0", | ||
"@taquito/utils": "^19.0.0", | ||
"@taquito/core": "^19.0.1", | ||
"@taquito/taquito": "^19.0.1", | ||
"@taquito/utils": "^19.0.1", | ||
"buffer": "^6.0.3" | ||
@@ -96,3 +96,3 @@ }, | ||
}, | ||
"gitHead": "ae3f8b62cf0eb3e5e0ec8fecf104e22a5d6c7e45" | ||
"gitHead": "140d5895d9781a13d53d00fe301499cea9a85091" | ||
} |
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! | ||
export const VERSION = { | ||
commitHash: '801b9525f497845e778696ccac8df3a7b0f299d8', | ||
version: '19.0.0', | ||
commitHash: 'fc66aa741c240cb367082d1294ef915654c341a6', | ||
version: '19.0.1', | ||
}; |
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
Updated@taquito/core@^19.0.1
Updated@taquito/taquito@^19.0.1
Updated@taquito/utils@^19.0.1