@taquito/local-forging
Advanced tools
Comparing version 20.2.0-beta.0 to 21.0.0-RC.0
@@ -26,2 +26,3 @@ "use strict"; | ||
ProtocolsHash["PsParisCZ"] = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi"; | ||
ProtocolsHash["PsQuebecn"] = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg"; | ||
ProtocolsHash["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"; | ||
@@ -49,3 +50,4 @@ })(ProtocolsHash || (exports.ProtocolsHash = ProtocolsHash = {})); | ||
PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi: 20, | ||
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 21, | ||
PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg: 21, | ||
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 22, | ||
}; | ||
@@ -52,0 +54,0 @@ function ProtoInferiorTo(a, b) { |
@@ -44,3 +44,3 @@ "use strict"; | ||
Object.defineProperty(exports, "ProtocolsHash", { enumerable: true, get: function () { return protocols_2.ProtocolsHash; } }); | ||
const PROTOCOL_CURRENT = protocols_1.ProtocolsHash.PsParisCZ; | ||
const PROTOCOL_CURRENT = protocols_1.ProtocolsHash.PsQuebecn; | ||
function getCodec(codec, _proto) { | ||
@@ -47,0 +47,0 @@ return { |
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "3e5b607831fe4d2e3ec023b1648b84a890c0035e", | ||
"version": "20.2.0-beta.0" | ||
"commitHash": "721b5ae690b0a3df4a0148901f1529da553bb5da", | ||
"version": "21.0.0-RC.0" | ||
}; |
@@ -1598,2 +1598,3 @@ import { Prefix, buf2hex, b58cdecode, prefix, prefixLength, b58cencode, InvalidKeyHashError, invalidDetail, ValidationResult, InvalidPublicKeyError, validateBlock } from '@taquito/utils'; | ||
ProtocolsHash["PsParisCZ"] = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi"; | ||
ProtocolsHash["PsQuebecn"] = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg"; | ||
ProtocolsHash["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"; | ||
@@ -1604,4 +1605,4 @@ })(ProtocolsHash || (ProtocolsHash = {})); | ||
const VERSION = { | ||
"commitHash": "3e5b607831fe4d2e3ec023b1648b84a890c0035e", | ||
"version": "20.2.0-beta.0" | ||
"commitHash": "721b5ae690b0a3df4a0148901f1529da553bb5da", | ||
"version": "21.0.0-RC.0" | ||
}; | ||
@@ -1613,3 +1614,3 @@ | ||
*/ | ||
const PROTOCOL_CURRENT = ProtocolsHash.PsParisCZ; | ||
const PROTOCOL_CURRENT = ProtocolsHash.PsQuebecn; | ||
function getCodec(codec, _proto) { | ||
@@ -1616,0 +1617,0 @@ return { |
@@ -21,4 +21,5 @@ export declare enum ProtocolsHash { | ||
PsParisCZ = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi", | ||
PsQuebecn = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg", | ||
ProtoALpha = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK" | ||
} | ||
export declare function ProtoInferiorTo(a: ProtocolsHash, b: ProtocolsHash): boolean; |
{ | ||
"name": "@taquito/local-forging", | ||
"version": "20.2.0-beta.0", | ||
"version": "21.0.0-RC.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": "^20.2.0-beta.0", | ||
"@taquito/utils": "^20.2.0-beta.0", | ||
"@taquito/core": "^21.0.0-RC.0", | ||
"@taquito/utils": "^21.0.0-RC.0", | ||
"bignumber.js": "^9.1.2" | ||
}, | ||
"devDependencies": { | ||
"@taquito/rpc": "^20.2.0-beta.0", | ||
"@taquito/rpc": "^21.0.0-RC.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": "de49571826b30682dd74d3ebc17a0e191128c617" | ||
"gitHead": "59c34fa54e004973acb11afb485969a3110a5bbf" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
263136
6108
+ Added@taquito/core@21.0.2(transitive)
+ Added@taquito/utils@21.0.2(transitive)
- Removed@taquito/core@20.2.0-beta.0(transitive)
- Removed@taquito/utils@20.2.0-beta.0(transitive)
Updated@taquito/core@^21.0.0-RC.0
Updated@taquito/utils@^21.0.0-RC.0