@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.
@@ -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
- ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 17,
189
+ PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf: 17,
190
+ ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 18,
189
191
  };
190
- function ProtoGreaterOfEqual(a, b) {
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": "babcbaf464fd3571a3b88cf7023fefe87809d86d",
5709
- "version": "16.2.0-beta-RC.0"
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.ProtoGreaterOfEqual = ProtoGreaterOfEqual;
5724
+ exports.ProtoGreaterOrEqual = ProtoGreaterOrEqual;
5723
5725
  exports.ProtoInferiorTo = ProtoInferiorTo;
5724
5726
  exports.VERSION = VERSION;
5725
5727
  exports.assertContractValid = assertContractValid;