@taquito/michel-codec 24.1.0 → 24.2.0-beta.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.
|
|
6
|
+
"commitHash": "809a0e8196889f48bd41c8fb70b429a3e4e0f9d1",
|
|
7
|
+
"version": "24.2.0-beta.0"
|
|
8
8
|
};
|
|
@@ -5782,8 +5782,8 @@ ${err.data
|
|
|
5782
5782
|
|
|
5783
5783
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
5784
5784
|
const VERSION = {
|
|
5785
|
-
"commitHash": "
|
|
5786
|
-
"version": "24.
|
|
5785
|
+
"commitHash": "809a0e8196889f48bd41c8fb70b429a3e4e0f9d1",
|
|
5786
|
+
"version": "24.2.0-beta.0"
|
|
5787
5787
|
};
|
|
5788
5788
|
|
|
5789
5789
|
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 };
|
|
@@ -5786,8 +5786,8 @@ ${err.data
|
|
|
5786
5786
|
|
|
5787
5787
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
5788
5788
|
const VERSION = {
|
|
5789
|
-
"commitHash": "
|
|
5790
|
-
"version": "24.
|
|
5789
|
+
"commitHash": "809a0e8196889f48bd41c8fb70b429a3e4e0f9d1",
|
|
5790
|
+
"version": "24.2.0-beta.0"
|
|
5791
5791
|
};
|
|
5792
5792
|
|
|
5793
5793
|
exports.Contract = Contract;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/michel-codec",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.2.0-beta.0",
|
|
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": "^24.
|
|
69
|
+
"@taquito/core": "^24.2.0-beta.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/bluebird": "^3.5.42",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"lodash.camelcase": "^4.3.0",
|
|
83
83
|
"prettier": "^3.3.3",
|
|
84
84
|
"rimraf": "^6.0.1",
|
|
85
|
-
"rollup": "^4.
|
|
85
|
+
"rollup": "^4.59.0",
|
|
86
86
|
"rollup-plugin-json": "^4.0.0",
|
|
87
87
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
88
88
|
"ts-jest": "^29.2.3",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"ts-toolbelt": "^9.6.0",
|
|
91
91
|
"typescript": "~5.5.4"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "c4577abf1c335b62171a6b40029a223ee1b2eefb"
|
|
94
94
|
}
|