@taquito/michelson-encoder 24.0.0-RC.0 → 24.0.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.
package/dist/lib/version.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VERSION = void 0;
|
|
4
|
-
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT
|
|
4
|
+
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "24.0.0
|
|
6
|
+
"commitHash": "d809b5118dbca5e61edb8228a83b4831be32903b",
|
|
7
|
+
"version": "24.0.0"
|
|
8
8
|
};
|
|
@@ -3939,10 +3939,10 @@ class EventSchema {
|
|
|
3939
3939
|
}
|
|
3940
3940
|
}
|
|
3941
3941
|
|
|
3942
|
-
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT
|
|
3942
|
+
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
3943
3943
|
const VERSION = {
|
|
3944
|
-
"commitHash": "
|
|
3945
|
-
"version": "24.0.0
|
|
3944
|
+
"commitHash": "d809b5118dbca5e61edb8228a83b4831be32903b",
|
|
3945
|
+
"version": "24.0.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 };
|
|
@@ -3939,10 +3939,10 @@
|
|
|
3939
3939
|
}
|
|
3940
3940
|
}
|
|
3941
3941
|
|
|
3942
|
-
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT
|
|
3942
|
+
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
3943
3943
|
const VERSION = {
|
|
3944
|
-
"commitHash": "
|
|
3945
|
-
"version": "24.0.0
|
|
3944
|
+
"commitHash": "d809b5118dbca5e61edb8228a83b4831be32903b",
|
|
3945
|
+
"version": "24.0.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": "24.0.0
|
|
3
|
+
"version": "24.0.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": "^24.0.0
|
|
71
|
-
"@taquito/rpc": "^24.0.0
|
|
72
|
-
"@taquito/signer": "^24.0.0
|
|
73
|
-
"@taquito/utils": "^24.0.0
|
|
70
|
+
"@taquito/core": "^24.0.0",
|
|
71
|
+
"@taquito/rpc": "^24.0.0",
|
|
72
|
+
"@taquito/signer": "^24.0.0",
|
|
73
|
+
"@taquito/utils": "^24.0.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": "
|
|
105
|
+
"gitHead": "5b08d9e0309bb2badcaec920c1ed8849f8284dfe"
|
|
106
106
|
}
|