@taquito/michel-codec 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
|
@@ -5759,7 +5759,7 @@ ${err.data
|
|
|
5759
5759
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
5760
5760
|
const VERSION = {
|
|
5761
5761
|
"commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
|
|
5762
|
-
"version": "24.3.0-beta.
|
|
5762
|
+
"version": "24.3.0-beta.5"
|
|
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 };
|
|
@@ -5763,7 +5763,7 @@ ${err.data
|
|
|
5763
5763
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
5764
5764
|
const VERSION = {
|
|
5765
5765
|
"commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
|
|
5766
|
-
"version": "24.3.0-beta.
|
|
5766
|
+
"version": "24.3.0-beta.5"
|
|
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-beta.
|
|
3
|
+
"version": "24.3.0-beta.5",
|
|
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-beta.
|
|
60
|
+
"@taquito/core": "^24.3.0-beta.5"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/bluebird": "^3.5.42",
|