@taquito/michelson-encoder 23.1.0 → 24.0.0-RC.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": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
7
- "version": "23.1.0"
6
+ "commitHash": "0e66f21b0164a7add990b5c0d60698086daece99",
7
+ "version": "24.0.0-RC.0"
8
8
  };
@@ -3941,8 +3941,8 @@ class EventSchema {
3941
3941
 
3942
3942
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
3943
3943
  const VERSION = {
3944
- "commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
3945
- "version": "23.1.0"
3944
+ "commitHash": "0e66f21b0164a7add990b5c0d60698086daece99",
3945
+ "version": "24.0.0-RC.0"
3946
3946
  };
3947
3947
 
3948
3948
  export { AddressValidationError, BigMapEncodingError, BigMapValidationError, BytesValidationError, ChainIDValidationError, ContractValidationError, EncodeTicketError, EventSchema, IntValidationError, InvalidBigMapDiffError, InvalidBigMapSchemaError, InvalidMapTypeError, InvalidRpcResponseError, InvalidScriptError, KeyHashValidationError, KeyValidationError, ListValidationError, MapTypecheckError, MapValidationError, MichelsonMap, MissingArgumentError, MutezValidationError, NatValidationError, OrValidationError, ParameterEncodingError, ParameterSchema, SaplingStateValue, Schema, SetValidationError, SignatureValidationError, StorageEncodingError, Token, TokenArgumentValidationError, TokenComparisonError, UnitValue, VERSION, ViewSchema, deepEqual };
@@ -3941,8 +3941,8 @@
3941
3941
 
3942
3942
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
3943
3943
  const VERSION = {
3944
- "commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
3945
- "version": "23.1.0"
3944
+ "commitHash": "0e66f21b0164a7add990b5c0d60698086daece99",
3945
+ "version": "24.0.0-RC.0"
3946
3946
  };
3947
3947
 
3948
3948
  exports.AddressValidationError = AddressValidationError;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michelson-encoder",
3
- "version": "23.1.0",
3
+ "version": "24.0.0-RC.0",
4
4
  "description": "converts michelson data and types into convenient JS/TS objects",
5
5
  "keywords": [
6
6
  "tezos",
@@ -67,10 +67,10 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@taquito/core": "^23.1.0",
71
- "@taquito/rpc": "^23.1.0",
72
- "@taquito/signer": "^23.1.0",
73
- "@taquito/utils": "^23.1.0",
70
+ "@taquito/core": "^24.0.0-RC.0",
71
+ "@taquito/rpc": "^24.0.0-RC.0",
72
+ "@taquito/signer": "^24.0.0-RC.0",
73
+ "@taquito/utils": "^24.0.0-RC.0",
74
74
  "bignumber.js": "^9.1.2",
75
75
  "fast-json-stable-stringify": "^2.1.0"
76
76
  },
@@ -102,5 +102,5 @@
102
102
  "ts-toolbelt": "^9.6.0",
103
103
  "typescript": "~5.5.4"
104
104
  },
105
- "gitHead": "bcf60513cade1e3272cd50c47a786d4bd45f70c8"
105
+ "gitHead": "784d536e73487529e402a3379be899bc5ac0342c"
106
106
  }