@taquito/michel-codec 23.0.2 → 23.0.3

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 OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
7
- "version": "23.0.2"
6
+ "commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
7
+ "version": "23.0.3"
8
8
  };
@@ -5770,8 +5770,8 @@ ${err.data
5770
5770
 
5771
5771
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5772
5772
  const VERSION = {
5773
- "commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
5774
- "version": "23.0.2"
5773
+ "commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
5774
+ "version": "23.0.3"
5775
5775
  };
5776
5776
 
5777
5777
  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 };
@@ -5774,8 +5774,8 @@ ${err.data
5774
5774
 
5775
5775
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5776
5776
  const VERSION = {
5777
- "commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
5778
- "version": "23.0.2"
5777
+ "commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
5778
+ "version": "23.0.3"
5779
5779
  };
5780
5780
 
5781
5781
  exports.Contract = Contract;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michel-codec",
3
- "version": "23.0.2",
3
+ "version": "23.0.3",
4
4
  "description": "Michelson parser/validator/formatter",
5
5
  "keywords": [
6
6
  "tezos",
@@ -66,7 +66,7 @@
66
66
  ]
67
67
  },
68
68
  "dependencies": {
69
- "@taquito/core": "^23.0.2"
69
+ "@taquito/core": "^23.0.3"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/bluebird": "^3.5.42",
@@ -90,5 +90,5 @@
90
90
  "ts-toolbelt": "^9.6.0",
91
91
  "typescript": "~5.5.4"
92
92
  },
93
- "gitHead": "f7a7e829bd8876ead6888bea6bafb2f8f76a5359"
93
+ "gitHead": "2abf349e97af45f11210b3121078b9d96699d5da"
94
94
  }