@taquito/michelson-encoder 24.3.0-beta.6 → 24.3.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": "3d5ea7e96f2c88d3bb96cae59beb95808c6eaa17",
7
- "version": "24.3.0-beta.6"
6
+ "commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
7
+ "version": "24.3.0-rc.1"
8
8
  };
@@ -3972,8 +3972,8 @@ class EventSchema {
3972
3972
 
3973
3973
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3974
3974
  const VERSION = {
3975
- "commitHash": "3d5ea7e96f2c88d3bb96cae59beb95808c6eaa17",
3976
- "version": "24.3.0-beta.6"
3975
+ "commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
3976
+ "version": "24.3.0-rc.1"
3977
3977
  };
3978
3978
 
3979
3979
  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 };
@@ -3972,8 +3972,8 @@
3972
3972
 
3973
3973
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3974
3974
  const VERSION = {
3975
- "commitHash": "3d5ea7e96f2c88d3bb96cae59beb95808c6eaa17",
3976
- "version": "24.3.0-beta.6"
3975
+ "commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
3976
+ "version": "24.3.0-rc.1"
3977
3977
  };
3978
3978
 
3979
3979
  exports.AddressValidationError = AddressValidationError;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michelson-encoder",
3
- "version": "24.3.0-beta.6",
3
+ "version": "24.3.0-rc.1",
4
4
  "description": "Michelson encoding and decoding utilities for Taquito.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -56,10 +56,10 @@
56
56
  ]
57
57
  },
58
58
  "dependencies": {
59
- "@taquito/core": "^24.3.0-beta.6",
60
- "@taquito/rpc": "^24.3.0-beta.6",
61
- "@taquito/signer": "^24.3.0-beta.6",
62
- "@taquito/utils": "^24.3.0-beta.6",
59
+ "@taquito/core": "^24.3.0-rc.1",
60
+ "@taquito/rpc": "^24.3.0-rc.1",
61
+ "@taquito/signer": "^24.3.0-rc.1",
62
+ "@taquito/utils": "^24.3.0-rc.1",
63
63
  "bignumber.js": "^10.0.2",
64
64
  "fast-json-stable-stringify": "^2.1.0"
65
65
  },