@taquito/michel-codec 16.2.0-beta-RC.0 → 17.0.0-beta-RC.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/michelson-types.js +6 -4
- package/dist/lib/michelson-types.js.map +1 -1
- package/dist/lib/version.js +2 -2
- package/dist/taquito-michel-codec.es6.js +7 -5
- package/dist/taquito-michel-codec.es6.js.map +1 -1
- package/dist/taquito-michel-codec.umd.js +7 -5
- package/dist/taquito-michel-codec.umd.js.map +1 -1
- package/dist/types/michelson-types.d.ts +2 -1
- package/package.json +3 -3
|
@@ -158,6 +158,7 @@
|
|
|
158
158
|
Protocol["PtLimaPtL"] = "PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW";
|
|
159
159
|
Protocol["PtMumbaii"] = "PtMumbaiiFFEGbew1rRjzSPyzRbA51Tm3RVZL5suHPxSZYDhCEc";
|
|
160
160
|
Protocol["PtMumbai2"] = "PtMumbai2TmsJHNGRkD8v8YDbtao7BLUC3wjASn1inAKLFCjaH1";
|
|
161
|
+
Protocol["PtNairobi"] = "PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf";
|
|
161
162
|
Protocol["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";
|
|
162
163
|
})(exports.Protocol || (exports.Protocol = {}));
|
|
163
164
|
const DefaultProtocol = exports.Protocol.Psithaca2;
|
|
@@ -185,9 +186,10 @@
|
|
|
185
186
|
PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW: 15,
|
|
186
187
|
PtMumbaiiFFEGbew1rRjzSPyzRbA51Tm3RVZL5suHPxSZYDhCEc: 16,
|
|
187
188
|
PtMumbai2TmsJHNGRkD8v8YDbtao7BLUC3wjASn1inAKLFCjaH1: 16,
|
|
188
|
-
|
|
189
|
+
PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf: 17,
|
|
190
|
+
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 18,
|
|
189
191
|
};
|
|
190
|
-
function
|
|
192
|
+
function ProtoGreaterOrEqual(a, b) {
|
|
191
193
|
return protoLevel[a] >= protoLevel[b];
|
|
192
194
|
}
|
|
193
195
|
function ProtoInferiorTo(a, b) {
|
|
@@ -5705,8 +5707,8 @@ ${err.data
|
|
|
5705
5707
|
|
|
5706
5708
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
5707
5709
|
const VERSION = {
|
|
5708
|
-
"commitHash": "
|
|
5709
|
-
"version": "
|
|
5710
|
+
"commitHash": "1169170fdbf4efd03283dc902bc03b9df5bb2fb1",
|
|
5711
|
+
"version": "17.0.0-beta-RC.0"
|
|
5710
5712
|
};
|
|
5711
5713
|
|
|
5712
5714
|
exports.Contract = Contract;
|
|
@@ -5719,7 +5721,7 @@ ${err.data
|
|
|
5719
5721
|
exports.MichelsonTypeError = MichelsonTypeError;
|
|
5720
5722
|
exports.MichelsonValidationError = MichelsonValidationError;
|
|
5721
5723
|
exports.Parser = Parser;
|
|
5722
|
-
exports.
|
|
5724
|
+
exports.ProtoGreaterOrEqual = ProtoGreaterOrEqual;
|
|
5723
5725
|
exports.ProtoInferiorTo = ProtoInferiorTo;
|
|
5724
5726
|
exports.VERSION = VERSION;
|
|
5725
5727
|
exports.assertContractValid = assertContractValid;
|