@taquito/michel-codec 23.0.0-beta.1 → 23.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.
@@ -39,7 +39,7 @@ var Protocol;
39
39
  Protocol["PtSeouLou"] = "PtSeouLouXkxhg39oWzjxDWaCydNfR3RxCUrNe4Q9Ro8BTehcbh";
40
40
  Protocol["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";
41
41
  })(Protocol || (exports.Protocol = Protocol = {}));
42
- exports.DefaultProtocol = Protocol.PsRiotuma;
42
+ exports.DefaultProtocol = Protocol.PtSeouLou;
43
43
  const protoLevel = {
44
44
  Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P: 0,
45
45
  PtCJ7pwoxe8JasnHY8YonnLYjcVHmhiARPJvqcC6VfHT5s8k8sY: 1,
@@ -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": "10b3de10de15ae68d47b1fca922d3129d2f79641",
7
- "version": "23.0.0-beta.1"
6
+ "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
7
+ "version": "23.0.0"
8
8
  };
@@ -162,7 +162,7 @@ var Protocol;
162
162
  Protocol["PtSeouLou"] = "PtSeouLouXkxhg39oWzjxDWaCydNfR3RxCUrNe4Q9Ro8BTehcbh";
163
163
  Protocol["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";
164
164
  })(Protocol || (Protocol = {}));
165
- const DefaultProtocol = Protocol.PsRiotuma;
165
+ const DefaultProtocol = Protocol.PtSeouLou;
166
166
  const protoLevel = {
167
167
  Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P: 0,
168
168
  PtCJ7pwoxe8JasnHY8YonnLYjcVHmhiARPJvqcC6VfHT5s8k8sY: 1,
@@ -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": "10b3de10de15ae68d47b1fca922d3129d2f79641",
5774
- "version": "23.0.0-beta.1"
5773
+ "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
5774
+ "version": "23.0.0"
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 };
@@ -166,7 +166,7 @@
166
166
  Protocol["PtSeouLou"] = "PtSeouLouXkxhg39oWzjxDWaCydNfR3RxCUrNe4Q9Ro8BTehcbh";
167
167
  Protocol["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";
168
168
  })(exports.Protocol || (exports.Protocol = {}));
169
- const DefaultProtocol = exports.Protocol.PsRiotuma;
169
+ const DefaultProtocol = exports.Protocol.PtSeouLou;
170
170
  const protoLevel = {
171
171
  Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P: 0,
172
172
  PtCJ7pwoxe8JasnHY8YonnLYjcVHmhiARPJvqcC6VfHT5s8k8sY: 1,
@@ -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": "10b3de10de15ae68d47b1fca922d3129d2f79641",
5778
- "version": "23.0.0-beta.1"
5777
+ "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
5778
+ "version": "23.0.0"
5779
5779
  };
5780
5780
 
5781
5781
  exports.Contract = Contract;
@@ -136,7 +136,7 @@ export declare enum Protocol {
136
136
  PtSeouLou = "PtSeouLouXkxhg39oWzjxDWaCydNfR3RxCUrNe4Q9Ro8BTehcbh",
137
137
  ProtoALpha = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"
138
138
  }
139
- export declare const DefaultProtocol = Protocol.PsRiotuma;
139
+ export declare const DefaultProtocol = Protocol.PtSeouLou;
140
140
  export type ProtocolID = `${Protocol}`;
141
141
  export declare function ProtoGreaterOrEqual(a: ProtocolID, b: ProtocolID): boolean;
142
142
  export declare function ProtoInferiorTo(a: ProtocolID, b: ProtocolID): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michel-codec",
3
- "version": "23.0.0-beta.1",
3
+ "version": "23.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": "^23.0.0-beta.1"
69
+ "@taquito/core": "^23.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": "1469d6f0d55134a4b853598a2eec48e6f71b3da3"
93
+ "gitHead": "4ac77876be144da54f292e639b5b977a13642de9"
94
94
  }