@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.
package/dist/lib/version.js
CHANGED
|
@@ -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": "
|
|
7
|
-
"version": "24.3.0-beta.
|
|
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": "
|
|
3955
|
-
"version": "24.3.0-beta.
|
|
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": "
|
|
3955
|
-
"version": "24.3.0-beta.
|
|
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.
|
|
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.
|
|
83
|
-
"@taquito/rpc": "^24.3.0-beta.
|
|
84
|
-
"@taquito/signer": "^24.3.0-beta.
|
|
85
|
-
"@taquito/utils": "^24.3.0-beta.
|
|
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
|
},
|