@taquito/michelson-encoder 24.3.0-beta.0 → 24.3.0-beta.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": "27675679db6515e8b092195ef5c58c2c0ea5f5c8",
7
- "version": "24.3.0-beta.0"
6
+ "commitHash": "05df48fee92f846cba793920d6fa829afd6a1847",
7
+ "version": "24.3.0-beta.1"
8
8
  };
@@ -3951,8 +3951,8 @@ class EventSchema {
3951
3951
 
3952
3952
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3953
3953
  const VERSION = {
3954
- "commitHash": "27675679db6515e8b092195ef5c58c2c0ea5f5c8",
3955
- "version": "24.3.0-beta.0"
3954
+ "commitHash": "05df48fee92f846cba793920d6fa829afd6a1847",
3955
+ "version": "24.3.0-beta.1"
3956
3956
  };
3957
3957
 
3958
3958
  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 };
@@ -3951,8 +3951,8 @@
3951
3951
 
3952
3952
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
3953
3953
  const VERSION = {
3954
- "commitHash": "27675679db6515e8b092195ef5c58c2c0ea5f5c8",
3955
- "version": "24.3.0-beta.0"
3954
+ "commitHash": "05df48fee92f846cba793920d6fa829afd6a1847",
3955
+ "version": "24.3.0-beta.1"
3956
3956
  };
3957
3957
 
3958
3958
  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.0",
3
+ "version": "24.3.0-beta.1",
4
4
  "description": "Michelson encoding and decoding utilities for Taquito.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -79,10 +79,10 @@
79
79
  ]
80
80
  },
81
81
  "dependencies": {
82
- "@taquito/core": "^24.3.0-beta.0",
83
- "@taquito/rpc": "^24.3.0-beta.0",
84
- "@taquito/signer": "^24.3.0-beta.0",
85
- "@taquito/utils": "^24.3.0-beta.0",
82
+ "@taquito/core": "^24.3.0-beta.1",
83
+ "@taquito/rpc": "^24.3.0-beta.1",
84
+ "@taquito/signer": "^24.3.0-beta.1",
85
+ "@taquito/utils": "^24.3.0-beta.1",
86
86
  "bignumber.js": "^9.1.2",
87
87
  "fast-json-stable-stringify": "^2.1.0"
88
88
  },