@taquito/local-forging
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" | ||
}; |
@@ -1604,4 +1604,4 @@ import { Prefix, buf2hex, b58cdecode, prefix, prefixLength, b58cencode, InvalidKeyHashError, invalidDetail, ValidationResult, InvalidPublicKeyError, validateBlock } from '@taquito/utils'; | ||
const VERSION = { | ||
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54", | ||
"version": "21.0.0-beta.1" | ||
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", | ||
"version": "21.0.0" | ||
}; | ||
@@ -1608,0 +1608,0 @@ |
{ | ||
"name": "@taquito/local-forging", | ||
"version": "21.0.0-beta.1", | ||
"version": "21.0.0", | ||
"description": "Provide local forging functionality to be with taquito", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=20" | ||
"node": ">=18" | ||
}, | ||
@@ -71,12 +71,12 @@ "scripts": { | ||
"dependencies": { | ||
"@taquito/core": "^21.0.0-beta.1", | ||
"@taquito/utils": "^21.0.0-beta.1", | ||
"@taquito/core": "^21.0.0", | ||
"@taquito/utils": "^21.0.0", | ||
"bignumber.js": "^9.1.2" | ||
}, | ||
"devDependencies": { | ||
"@taquito/rpc": "^21.0.0-beta.1", | ||
"@taquito/rpc": "^21.0.0", | ||
"@types/bluebird": "^3.5.42", | ||
"@types/estree": "^1.0.5", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22", | ||
"@types/node": "^18", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
@@ -109,3 +109,3 @@ "@typescript-eslint/parser": "^6.21.0", | ||
}, | ||
"gitHead": "9e6ff6e2527d143a41abd2c012ff5ab1024526cc" | ||
"gitHead": "655216b13995860187b1a1baf3c87e90b4fd69cb" | ||
} |
Sorry, the diff of this file is too big to display
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
263101
Updated@taquito/core@^21.0.0
Updated@taquito/utils@^21.0.0