@taquito/michel-codec 21.0.0-beta.0 → 21.0.0-beta.1
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.
|
@@ -34,7 +34,7 @@ var Protocol;
|
|
|
34
34
|
Protocol["ProxfordY"] = "ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH";
|
|
35
35
|
Protocol["PtParisBx"] = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ";
|
|
36
36
|
Protocol["PsParisCZ"] = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi";
|
|
37
|
-
Protocol["
|
|
37
|
+
Protocol["PsQuebecn"] = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg";
|
|
38
38
|
Protocol["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";
|
|
39
39
|
})(Protocol || (exports.Protocol = Protocol = {}));
|
|
40
40
|
exports.DefaultProtocol = Protocol.PsParisCZ;
|
|
@@ -66,7 +66,7 @@ const protoLevel = {
|
|
|
66
66
|
ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH: 19,
|
|
67
67
|
PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ: 20,
|
|
68
68
|
PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi: 20,
|
|
69
|
-
|
|
69
|
+
PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg: 21,
|
|
70
70
|
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 22,
|
|
71
71
|
};
|
|
72
72
|
function ProtoGreaterOrEqual(a, b) {
|
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.0-beta.
|
|
6
|
+
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54",
|
|
7
|
+
"version": "21.0.0-beta.1"
|
|
8
8
|
};
|
|
@@ -157,7 +157,7 @@ var Protocol;
|
|
|
157
157
|
Protocol["ProxfordY"] = "ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH";
|
|
158
158
|
Protocol["PtParisBx"] = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ";
|
|
159
159
|
Protocol["PsParisCZ"] = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi";
|
|
160
|
-
Protocol["
|
|
160
|
+
Protocol["PsQuebecn"] = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg";
|
|
161
161
|
Protocol["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";
|
|
162
162
|
})(Protocol || (Protocol = {}));
|
|
163
163
|
const DefaultProtocol = Protocol.PsParisCZ;
|
|
@@ -189,7 +189,7 @@ const protoLevel = {
|
|
|
189
189
|
ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH: 19,
|
|
190
190
|
PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ: 20,
|
|
191
191
|
PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi: 20,
|
|
192
|
-
|
|
192
|
+
PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg: 21,
|
|
193
193
|
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 22,
|
|
194
194
|
};
|
|
195
195
|
function ProtoGreaterOrEqual(a, b) {
|
|
@@ -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.0-beta.
|
|
5764
|
+
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54",
|
|
5765
|
+
"version": "21.0.0-beta.1"
|
|
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 };
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
Protocol["ProxfordY"] = "ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH";
|
|
162
162
|
Protocol["PtParisBx"] = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ";
|
|
163
163
|
Protocol["PsParisCZ"] = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi";
|
|
164
|
-
Protocol["
|
|
164
|
+
Protocol["PsQuebecn"] = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg";
|
|
165
165
|
Protocol["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";
|
|
166
166
|
})(exports.Protocol || (exports.Protocol = {}));
|
|
167
167
|
const DefaultProtocol = exports.Protocol.PsParisCZ;
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH: 19,
|
|
194
194
|
PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ: 20,
|
|
195
195
|
PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi: 20,
|
|
196
|
-
|
|
196
|
+
PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg: 21,
|
|
197
197
|
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 22,
|
|
198
198
|
};
|
|
199
199
|
function ProtoGreaterOrEqual(a, b) {
|
|
@@ -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.0-beta.
|
|
5768
|
+
"commitHash": "dc22d94eecc9c8073103ba09a7493d4604a8cf54",
|
|
5769
|
+
"version": "21.0.0-beta.1"
|
|
5770
5770
|
};
|
|
5771
5771
|
|
|
5772
5772
|
exports.Contract = Contract;
|
|
@@ -126,7 +126,7 @@ export declare enum Protocol {
|
|
|
126
126
|
ProxfordY = "ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH",
|
|
127
127
|
PtParisBx = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ",
|
|
128
128
|
PsParisCZ = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi",
|
|
129
|
-
|
|
129
|
+
PsQuebecn = "PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg",
|
|
130
130
|
ProtoALpha = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"
|
|
131
131
|
}
|
|
132
132
|
export declare const DefaultProtocol = Protocol.PsParisCZ;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/michel-codec",
|
|
3
|
-
"version": "21.0.0-beta.
|
|
3
|
+
"version": "21.0.0-beta.1",
|
|
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.0-beta.
|
|
69
|
+
"@taquito/core": "^21.0.0-beta.1"
|
|
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.22.4",
|
|
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": "9e6ff6e2527d143a41abd2c012ff5ab1024526cc"
|
|
94
94
|
}
|