@taquito/local-forging
Advanced tools
Comparing version 21.0.0-beta.0 to 21.0.0-beta.1
@@ -26,3 +26,3 @@ "use strict"; | ||
ProtocolsHash["PsParisCZ"] = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi"; | ||
ProtocolsHash["PsQuebecB"] = "PsQuebecBo3zZmhQT7KdEQ2RRDtncE6gQFRPgwkKEyC1ea995G1"; | ||
ProtocolsHash["PsQuebecn"] = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg"; | ||
ProtocolsHash["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"; | ||
@@ -50,3 +50,3 @@ })(ProtocolsHash || (exports.ProtocolsHash = ProtocolsHash = {})); | ||
PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi: 20, | ||
PsQuebecBo3zZmhQT7KdEQ2RRDtncE6gQFRPgwkKEyC1ea995G1: 21, | ||
PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg: 21, | ||
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 22, | ||
@@ -53,0 +53,0 @@ }; |
@@ -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": "bbfe9f5a28ecf81757bf3895aaba6d2aeaa656cb", | ||
"version": "21.0.0-beta.0" | ||
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54", | ||
"version": "21.0.0-beta.1" | ||
}; |
@@ -1598,3 +1598,3 @@ import { Prefix, buf2hex, b58cdecode, prefix, prefixLength, b58cencode, InvalidKeyHashError, invalidDetail, ValidationResult, InvalidPublicKeyError, validateBlock } from '@taquito/utils'; | ||
ProtocolsHash["PsParisCZ"] = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi"; | ||
ProtocolsHash["PsQuebecB"] = "PsQuebecBo3zZmhQT7KdEQ2RRDtncE6gQFRPgwkKEyC1ea995G1"; | ||
ProtocolsHash["PsQuebecn"] = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg"; | ||
ProtocolsHash["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"; | ||
@@ -1605,4 +1605,4 @@ })(ProtocolsHash || (ProtocolsHash = {})); | ||
const VERSION = { | ||
"commitHash": "bbfe9f5a28ecf81757bf3895aaba6d2aeaa656cb", | ||
"version": "21.0.0-beta.0" | ||
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54", | ||
"version": "21.0.0-beta.1" | ||
}; | ||
@@ -1614,3 +1614,3 @@ | ||
*/ | ||
const PROTOCOL_CURRENT = ProtocolsHash.PsParisCZ; | ||
const PROTOCOL_CURRENT = ProtocolsHash.PsQuebecn; | ||
function getCodec(codec, _proto) { | ||
@@ -1617,0 +1617,0 @@ return { |
@@ -21,5 +21,5 @@ export declare enum ProtocolsHash { | ||
PsParisCZ = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi", | ||
PsQuebecB = "PsQuebecBo3zZmhQT7KdEQ2RRDtncE6gQFRPgwkKEyC1ea995G1", | ||
PsQuebecn = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg", | ||
ProtoALpha = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK" | ||
} | ||
export declare function ProtoInferiorTo(a: ProtocolsHash, b: ProtocolsHash): boolean; |
{ | ||
"name": "@taquito/local-forging", | ||
"version": "21.0.0-beta.0", | ||
"version": "21.0.0-beta.1", | ||
"description": "Provide local forging functionality to be with taquito", | ||
@@ -70,8 +70,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@taquito/core": "^21.0.0-beta.0", | ||
"@taquito/utils": "^21.0.0-beta.0", | ||
"@taquito/core": "^21.0.0-beta.1", | ||
"@taquito/utils": "^21.0.0-beta.1", | ||
"bignumber.js": "^9.1.2" | ||
}, | ||
"devDependencies": { | ||
"@taquito/rpc": "^21.0.0-beta.0", | ||
"@taquito/rpc": "^21.0.0-beta.1", | ||
"@types/bluebird": "^3.5.42", | ||
@@ -95,3 +95,3 @@ "@types/estree": "^1.0.5", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.19.1", | ||
"rollup": "^4.22.4", | ||
"rollup-plugin-json": "^4.0.0", | ||
@@ -109,3 +109,3 @@ "rollup-plugin-typescript2": "^0.36.0", | ||
}, | ||
"gitHead": "44bfadbebbff97b8bf6beaef091b0aae72e2e8a6" | ||
"gitHead": "9e6ff6e2527d143a41abd2c012ff5ab1024526cc" | ||
} |
Sorry, the diff of this file is too big to display