@taquito/michel-codec 24.3.0-rc.3 → 24.3.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
|
@@ -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
|
|
6
|
+
"commitHash": "f724c83a603e3623928be71c46030af223a779ee",
|
|
7
|
+
"version": "24.3.0"
|
|
8
8
|
};
|
|
@@ -5758,8 +5758,8 @@ ${err.data
|
|
|
5758
5758
|
|
|
5759
5759
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
5760
5760
|
const VERSION = {
|
|
5761
|
-
"commitHash": "
|
|
5762
|
-
"version": "24.3.0
|
|
5761
|
+
"commitHash": "f724c83a603e3623928be71c46030af223a779ee",
|
|
5762
|
+
"version": "24.3.0"
|
|
5763
5763
|
};
|
|
5764
5764
|
|
|
5765
5765
|
export { Contract, DefaultProtocol, JSONParseError, MacroError, MichelineParseError, MichelsonError, MichelsonInstructionError, MichelsonTypeError, MichelsonValidationError, Parser, ProtoGreaterOrEqual, ProtoInferiorTo, Protocol, VERSION, assertContractValid, assertDataListIfAny, assertDataValid, assertMichelsonBigMapStorableType, assertMichelsonComparableType, assertMichelsonContract, assertMichelsonData, assertMichelsonInstruction, assertMichelsonPackableType, assertMichelsonPassableType, assertMichelsonPushableType, assertMichelsonStorableType, assertMichelsonType, assertTypeAnnotationsValid, assertTypesEqual, assertViewNameValid, contractEntryPoint, contractEntryPoints, contractSection, contractViews, decodeAddressBytes, decodePublicKeyBytes, decodePublicKeyHashBytes, dummyContract, emitMicheline, formatError, formatStack, functionType, instructionIDs, isContractValid, isDataValid, isInstruction, isMichelsonCode, isMichelsonData, isMichelsonError, isMichelsonScript, isMichelsonType, isTypeAnnotationsValid, isTypeEqual, packData, packDataBytes, refContract, sourceReference, traceDumpFunc, unpackData, unpackDataBytes };
|
|
@@ -5762,8 +5762,8 @@ ${err.data
|
|
|
5762
5762
|
|
|
5763
5763
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
5764
5764
|
const VERSION = {
|
|
5765
|
-
"commitHash": "
|
|
5766
|
-
"version": "24.3.0
|
|
5765
|
+
"commitHash": "f724c83a603e3623928be71c46030af223a779ee",
|
|
5766
|
+
"version": "24.3.0"
|
|
5767
5767
|
};
|
|
5768
5768
|
|
|
5769
5769
|
exports.Contract = Contract;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/michel-codec",
|
|
3
|
-
"version": "24.3.0
|
|
3
|
+
"version": "24.3.0",
|
|
4
4
|
"description": "Michelson parser, validator, and formatter for Taquito.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
]
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@taquito/core": "^24.3.0
|
|
60
|
+
"@taquito/core": "^24.3.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/bluebird": "^3.5.42",
|