@taquito/michel-codec 22.0.0-beta.0 → 22.0.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.
@@ -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": "f0eb755ed1e0de4d1cd86623df4496f76efd0caf",
7
- "version": "22.0.0-beta.0"
6
+ "commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
7
+ "version": "22.0.0"
8
8
  };
@@ -5763,8 +5763,8 @@ ${err.data
5763
5763
 
5764
5764
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5765
5765
  const VERSION = {
5766
- "commitHash": "f0eb755ed1e0de4d1cd86623df4496f76efd0caf",
5767
- "version": "22.0.0-beta.0"
5766
+ "commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
5767
+ "version": "22.0.0"
5768
5768
  };
5769
5769
 
5770
5770
  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 };
@@ -5767,8 +5767,8 @@ ${err.data
5767
5767
 
5768
5768
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5769
5769
  const VERSION = {
5770
- "commitHash": "f0eb755ed1e0de4d1cd86623df4496f76efd0caf",
5771
- "version": "22.0.0-beta.0"
5770
+ "commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
5771
+ "version": "22.0.0"
5772
5772
  };
5773
5773
 
5774
5774
  exports.Contract = Contract;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michel-codec",
3
- "version": "22.0.0-beta.0",
3
+ "version": "22.0.0",
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": "^22.0.0-beta.0"
69
+ "@taquito/core": "^22.0.0"
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": "239ae96ca142f3f63ecfc7e51731c115c3fe322f"
93
+ "gitHead": "134ec228acbee03b4f40b80c89d78c718557569b"
94
94
  }