@taquito/local-forging
Advanced tools
Comparing version 20.1.1 to 20.1.2
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", | ||
"version": "20.1.1" | ||
"commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", | ||
"version": "20.1.2" | ||
}; |
@@ -1603,4 +1603,4 @@ import { Prefix, buf2hex, b58cdecode, prefix, prefixLength, b58cencode, InvalidKeyHashError, invalidDetail, ValidationResult, InvalidPublicKeyError, validateBlock } from '@taquito/utils'; | ||
const VERSION = { | ||
"commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", | ||
"version": "20.1.1" | ||
"commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", | ||
"version": "20.1.2" | ||
}; | ||
@@ -1607,0 +1607,0 @@ |
{ | ||
"name": "@taquito/local-forging", | ||
"version": "20.1.1", | ||
"version": "20.1.2", | ||
"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": "^20.1.1", | ||
"@taquito/utils": "^20.1.1", | ||
"@taquito/core": "^20.1.2", | ||
"@taquito/utils": "^20.1.2", | ||
"bignumber.js": "^9.1.2" | ||
}, | ||
"devDependencies": { | ||
"@taquito/rpc": "^20.1.1", | ||
"@taquito/rpc": "^20.1.2", | ||
"@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": "627487e12b34190712f1f29a91f5be9c2b8c6c52" | ||
"gitHead": "27feea0339732501687a6ce132e1b8e8d969e0e3" | ||
} |
Sorry, the diff of this file is too big to display
Updated@taquito/core@^20.1.2
Updated@taquito/utils@^20.1.2