@taquito/michel-codec 13.0.0 → 13.0.1

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "01d3579d51bb8d70038a304cd4dbb7c6366a244b",
7
- "version": "13.0.0"
6
+ "commitHash": "6d90b3d5e616a6e9b9ad9dd8453b5068e7396fff",
7
+ "version": "13.0.1"
8
8
  };
9
9
  //# sourceMappingURL=version.js.map
@@ -2644,7 +2644,7 @@ function assertDataListIfAny(d) {
2644
2644
  return true;
2645
2645
  }
2646
2646
 
2647
- /*! *****************************************************************************
2647
+ /******************************************************************************
2648
2648
  Copyright (c) Microsoft Corporation.
2649
2649
 
2650
2650
  Permission to use, copy, modify, and/or distribute this software for any
@@ -5639,8 +5639,8 @@ ${err.data
5639
5639
 
5640
5640
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5641
5641
  const VERSION = {
5642
- "commitHash": "01d3579d51bb8d70038a304cd4dbb7c6366a244b",
5643
- "version": "13.0.0"
5642
+ "commitHash": "6d90b3d5e616a6e9b9ad9dd8453b5068e7396fff",
5643
+ "version": "13.0.1"
5644
5644
  };
5645
5645
 
5646
5646
  export { Contract, DefaultProtocol, JSONParseError, MacroError, MichelineParseError, MichelsonError, MichelsonInstructionError, MichelsonTypeError, MichelsonValidationError, Parser, ProtoGreaterOfEqual, ProtoInferiorTo, Protocol, VERSION, assertContractValid, assertDataListIfAny, assertDataValid, assertMichelsonBigMapStorableType, assertMichelsonComparableType, assertMichelsonContract, assertMichelsonData, assertMichelsonInstruction, assertMichelsonPackableType, assertMichelsonPassableType, assertMichelsonPushableType, assertMichelsonStorableType, assertMichelsonType, assertTypeAnnotationsValid, assertTypesEqual, assertViewNameValid, contractEntryPoint, contractEntryPoints, contractSection, contractViews, decodeAddressBytes, decodePublicKeyBytes, decodePublicKeyHashBytes, dummyContract, emitMicheline, formatError, formatStack, functionType, instructionIDs, isContractValid, isDataValid, isInstruction, isMichelsonCode, isMichelsonData, isMichelsonError, isMichelsonScript, isMichelsonType, isTypeAnnotationsValid, isTypeEqual, packData, packDataBytes, refContract, sourceReference, traceDumpFunc, unpackData, unpackDataBytes };