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