@taquito/michel-codec 24.3.0-beta.5 → 24.3.0-beta.7

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,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
5
5
  exports.VERSION = {
6
- "commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
7
- "version": "24.3.0-beta.5"
6
+ "commitHash": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
7
+ "version": "24.3.0-beta.7"
8
8
  };
@@ -5758,8 +5758,8 @@ ${err.data
5758
5758
 
5759
5759
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
5760
5760
  const VERSION = {
5761
- "commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
5762
- "version": "24.3.0-beta.5"
5761
+ "commitHash": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
5762
+ "version": "24.3.0-beta.7"
5763
5763
  };
5764
5764
 
5765
5765
  export { Contract, DefaultProtocol, JSONParseError, MacroError, MichelineParseError, MichelsonError, MichelsonInstructionError, MichelsonTypeError, MichelsonValidationError, Parser, ProtoGreaterOrEqual, 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 };
@@ -5762,8 +5762,8 @@ ${err.data
5762
5762
 
5763
5763
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
5764
5764
  const VERSION = {
5765
- "commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
5766
- "version": "24.3.0-beta.5"
5765
+ "commitHash": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
5766
+ "version": "24.3.0-beta.7"
5767
5767
  };
5768
5768
 
5769
5769
  exports.Contract = Contract;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michel-codec",
3
- "version": "24.3.0-beta.5",
3
+ "version": "24.3.0-beta.7",
4
4
  "description": "Michelson parser, validator, and formatter for Taquito.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -57,7 +57,7 @@
57
57
  ]
58
58
  },
59
59
  "dependencies": {
60
- "@taquito/core": "^24.3.0-beta.5"
60
+ "@taquito/core": "^24.3.0-beta.7"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/bluebird": "^3.5.42",