@taquito/ledger-signer
Advanced tools
Comparing version 21.0.0-beta.1 to 21.0.0
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54", | ||
"version": "21.0.0-beta.1" | ||
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", | ||
"version": "21.0.0" | ||
}; |
@@ -207,4 +207,4 @@ import { invalidDetail, ValidationResult, prefix, Prefix, b58cencode } from '@taquito/utils'; | ||
const VERSION = { | ||
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54", | ||
"version": "21.0.0-beta.1" | ||
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", | ||
"version": "21.0.0" | ||
}; | ||
@@ -211,0 +211,0 @@ |
@@ -208,4 +208,4 @@ (function (global, factory) { | ||
const VERSION = { | ||
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54", | ||
"version": "21.0.0-beta.1" | ||
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", | ||
"version": "21.0.0" | ||
}; | ||
@@ -212,0 +212,0 @@ |
{ | ||
"name": "@taquito/ledger-signer", | ||
"version": "21.0.0-beta.1", | ||
"version": "21.0.0", | ||
"description": "Ledger signer provider", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=20" | ||
"node": ">=18" | ||
}, | ||
@@ -63,5 +63,5 @@ "scripts": { | ||
"@stablelib/blake2b": "^1.0.1", | ||
"@taquito/core": "^21.0.0-beta.1", | ||
"@taquito/taquito": "^21.0.0-beta.1", | ||
"@taquito/utils": "^21.0.0-beta.1", | ||
"@taquito/core": "^21.0.0", | ||
"@taquito/taquito": "^21.0.0", | ||
"@taquito/utils": "^21.0.0", | ||
"buffer": "^6.0.3" | ||
@@ -72,3 +72,3 @@ }, | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22", | ||
"@types/node": "^18", | ||
"@types/ws": "^8.5.12", | ||
@@ -98,3 +98,3 @@ "@typescript-eslint/eslint-plugin": "^6.21.0", | ||
}, | ||
"gitHead": "9e6ff6e2527d143a41abd2c012ff5ab1024526cc" | ||
"gitHead": "655216b13995860187b1a1baf3c87e90b4fd69cb" | ||
} |
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! | ||
export const VERSION = { | ||
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54", | ||
"version": "21.0.0-beta.1" | ||
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", | ||
"version": "21.0.0" | ||
}; |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
269953
Updated@taquito/core@^21.0.0
Updated@taquito/taquito@^21.0.0
Updated@taquito/utils@^21.0.0