@taquito/michel-codec 19.1.0 → 19.2.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/README.md CHANGED
@@ -165,7 +165,7 @@ const data = unpackDataBytes(src);
165
165
 
166
166
  ## API Documentation
167
167
 
168
- TypeDoc style documentation is available on-line [here](https://tezostaquito.io/typedoc/modules/_taquito_michel_codec.html)
168
+ TypeDoc style documentation is available on-line [here](https://taquito.io/typedoc/modules/_taquito_michel_codec.html)
169
169
 
170
170
  ## Disclaimer
171
171
 
@@ -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": "bb48f61207e1806442b0874365e98c7283ba1f68",
7
- "version": "19.1.0"
6
+ "commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
7
+ "version": "19.2.0"
8
8
  };
@@ -5728,8 +5728,8 @@ ${err.data
5728
5728
 
5729
5729
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5730
5730
  const VERSION = {
5731
- "commitHash": "bb48f61207e1806442b0874365e98c7283ba1f68",
5732
- "version": "19.1.0"
5731
+ "commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
5732
+ "version": "19.2.0"
5733
5733
  };
5734
5734
 
5735
5735
  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 };
@@ -5732,8 +5732,8 @@ ${err.data
5732
5732
 
5733
5733
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5734
5734
  const VERSION = {
5735
- "commitHash": "bb48f61207e1806442b0874365e98c7283ba1f68",
5736
- "version": "19.1.0"
5735
+ "commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
5736
+ "version": "19.2.0"
5737
5737
  };
5738
5738
 
5739
5739
  exports.Contract = Contract;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michel-codec",
3
- "version": "19.1.0",
3
+ "version": "19.2.0",
4
4
  "description": "Michelson parser/validator/formatter",
5
5
  "keywords": [
6
6
  "tezos",
@@ -90,5 +90,5 @@
90
90
  "ts-toolbelt": "^9.6.0",
91
91
  "typescript": "~5.2.2"
92
92
  },
93
- "gitHead": "6a8721a56b88c8d09ecb47eda33f70c02e81449f"
93
+ "gitHead": "f489c399ff32dc8d9d0bdb422586e706c298bade"
94
94
  }