@taquito/michelson-encoder 24.3.0-beta.4 → 24.3.0-beta.5
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
|
@@ -3973,7 +3973,7 @@ class EventSchema {
|
|
|
3973
3973
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
3974
3974
|
const VERSION = {
|
|
3975
3975
|
"commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
|
|
3976
|
-
"version": "24.3.0-beta.
|
|
3976
|
+
"version": "24.3.0-beta.5"
|
|
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 };
|
|
@@ -3973,7 +3973,7 @@
|
|
|
3973
3973
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
3974
3974
|
const VERSION = {
|
|
3975
3975
|
"commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
|
|
3976
|
-
"version": "24.3.0-beta.
|
|
3976
|
+
"version": "24.3.0-beta.5"
|
|
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.
|
|
3
|
+
"version": "24.3.0-beta.5",
|
|
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.
|
|
60
|
-
"@taquito/rpc": "^24.3.0-beta.
|
|
61
|
-
"@taquito/signer": "^24.3.0-beta.
|
|
62
|
-
"@taquito/utils": "^24.3.0-beta.
|
|
59
|
+
"@taquito/core": "^24.3.0-beta.5",
|
|
60
|
+
"@taquito/rpc": "^24.3.0-beta.5",
|
|
61
|
+
"@taquito/signer": "^24.3.0-beta.5",
|
|
62
|
+
"@taquito/utils": "^24.3.0-beta.5",
|
|
63
63
|
"bignumber.js": "^10.0.2",
|
|
64
64
|
"fast-json-stable-stringify": "^2.1.0"
|
|
65
65
|
},
|