@taquito/michel-codec 21.0.4-beta.1 → 21.0.4-beta.2
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 OR CHECKIN!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "21.0.4-beta.
|
|
6
|
+
"commitHash": "377d231de2a593315c18d6883adde739af81fcb3",
|
|
7
|
+
"version": "21.0.4-beta.2"
|
|
8
8
|
};
|
|
@@ -5761,8 +5761,8 @@ ${err.data
|
|
|
5761
5761
|
|
|
5762
5762
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
5763
5763
|
const VERSION = {
|
|
5764
|
-
"commitHash": "
|
|
5765
|
-
"version": "21.0.4-beta.
|
|
5764
|
+
"commitHash": "377d231de2a593315c18d6883adde739af81fcb3",
|
|
5765
|
+
"version": "21.0.4-beta.2"
|
|
5766
5766
|
};
|
|
5767
5767
|
|
|
5768
5768
|
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 };
|
|
@@ -5765,8 +5765,8 @@ ${err.data
|
|
|
5765
5765
|
|
|
5766
5766
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
5767
5767
|
const VERSION = {
|
|
5768
|
-
"commitHash": "
|
|
5769
|
-
"version": "21.0.4-beta.
|
|
5768
|
+
"commitHash": "377d231de2a593315c18d6883adde739af81fcb3",
|
|
5769
|
+
"version": "21.0.4-beta.2"
|
|
5770
5770
|
};
|
|
5771
5771
|
|
|
5772
5772
|
exports.Contract = Contract;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/michel-codec",
|
|
3
|
-
"version": "21.0.4-beta.
|
|
3
|
+
"version": "21.0.4-beta.2",
|
|
4
4
|
"description": "Michelson parser/validator/formatter",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@taquito/core": "^21.0.4-beta.
|
|
69
|
+
"@taquito/core": "^21.0.4-beta.2"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/bluebird": "^3.5.42",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"ts-toolbelt": "^9.6.0",
|
|
91
91
|
"typescript": "~5.5.4"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "38d2c3ee738ba7cb16afbe8392df9d698ba3f5af"
|
|
94
94
|
}
|