@taquito/michel-codec 20.1.0 → 20.1.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": "20.1.
|
|
6
|
+
"commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f",
|
|
7
|
+
"version": "20.1.2"
|
|
8
8
|
};
|
|
@@ -5759,8 +5759,8 @@ ${err.data
|
|
|
5759
5759
|
|
|
5760
5760
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
5761
5761
|
const VERSION = {
|
|
5762
|
-
"commitHash": "
|
|
5763
|
-
"version": "20.1.
|
|
5762
|
+
"commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f",
|
|
5763
|
+
"version": "20.1.2"
|
|
5764
5764
|
};
|
|
5765
5765
|
|
|
5766
5766
|
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,8 +5763,8 @@ ${err.data
|
|
|
5763
5763
|
|
|
5764
5764
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
5765
5765
|
const VERSION = {
|
|
5766
|
-
"commitHash": "
|
|
5767
|
-
"version": "20.1.
|
|
5766
|
+
"commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f",
|
|
5767
|
+
"version": "20.1.2"
|
|
5768
5768
|
};
|
|
5769
5769
|
|
|
5770
5770
|
exports.Contract = Contract;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/michel-codec",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.2",
|
|
4
4
|
"description": "Michelson parser/validator/formatter",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"engines": {
|
|
27
|
-
"node": ">=
|
|
27
|
+
"node": ">=18"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"test": "jest --coverage",
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@taquito/core": "^20.1.
|
|
69
|
+
"@taquito/core": "^20.1.2"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/bluebird": "^3.5.42",
|
|
73
73
|
"@types/jest": "^29.5.12",
|
|
74
|
-
"@types/node": "^
|
|
74
|
+
"@types/node": "^18",
|
|
75
75
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
76
76
|
"@typescript-eslint/parser": "^6.21.0",
|
|
77
77
|
"eslint": "^8.57.0",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"ts-toolbelt": "^9.6.0",
|
|
91
91
|
"typescript": "~5.5.4"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "27feea0339732501687a6ce132e1b8e8d969e0e3"
|
|
94
94
|
}
|