@taquito/michel-codec 25.0.0-beta.1 → 25.0.0-rc.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,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": "9851c9b7e8387a82f8ff0aa6a34277a9108bb68c",
7
- "version": "25.0.0-beta.1"
6
+ "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
7
+ "version": "25.0.0-rc.1"
8
8
  };
@@ -5760,8 +5760,8 @@ ${err.data
5760
5760
 
5761
5761
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
5762
5762
  const VERSION = {
5763
- "commitHash": "9851c9b7e8387a82f8ff0aa6a34277a9108bb68c",
5764
- "version": "25.0.0-beta.1"
5763
+ "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
5764
+ "version": "25.0.0-rc.1"
5765
5765
  };
5766
5766
 
5767
5767
  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 };
@@ -5764,8 +5764,8 @@ ${err.data
5764
5764
 
5765
5765
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
5766
5766
  const VERSION = {
5767
- "commitHash": "9851c9b7e8387a82f8ff0aa6a34277a9108bb68c",
5768
- "version": "25.0.0-beta.1"
5767
+ "commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
5768
+ "version": "25.0.0-rc.1"
5769
5769
  };
5770
5770
 
5771
5771
  exports.Contract = Contract;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michel-codec",
3
- "version": "25.0.0-beta.1",
3
+ "version": "25.0.0-rc.1",
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": "^25.0.0-beta.1"
60
+ "@taquito/core": "^25.0.0-rc.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/bluebird": "^3.5.42",