@taquito/michel-codec 12.1.0 → 12.1.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.
- package/dist/lib/michelson-typecheck.js +5 -5
- package/dist/lib/michelson-typecheck.js.map +1 -1
- package/dist/lib/michelson-types.js +3 -1
- package/dist/lib/michelson-types.js.map +1 -1
- package/dist/lib/version.js +2 -2
- package/dist/taquito-michel-codec.es6.js +5 -3
- package/dist/taquito-michel-codec.es6.js.map +1 -1
- package/dist/taquito-michel-codec.umd.js +5 -3
- package/dist/taquito-michel-codec.umd.js.map +1 -1
- package/dist/types/michelson-types.d.ts +1 -0
- package/package.json +2 -2
|
@@ -153,6 +153,7 @@
|
|
|
153
153
|
Protocol["PsiThaCa"] = "PsiThaCaT47Zboaw71QWScM8sXeMM7bbQFncK9FLqYc6EKdpjVP";
|
|
154
154
|
Protocol["Psithaca2"] = "Psithaca2MLRFYargivpo7YvUr7wUDqyxrdhC5CQq78mRvimz6A";
|
|
155
155
|
Protocol["PtJakarta"] = "PtJakartaiDz69SfDDLXJSiuZqTSeSKRDbKVZC8MNzJnvRjvnGw";
|
|
156
|
+
Protocol["PtJakart2"] = "PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY";
|
|
156
157
|
Protocol["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK";
|
|
157
158
|
})(exports.Protocol || (exports.Protocol = {}));
|
|
158
159
|
const DefaultProtocol = exports.Protocol.Psithaca2;
|
|
@@ -175,7 +176,8 @@
|
|
|
175
176
|
PsiThaCaT47Zboaw71QWScM8sXeMM7bbQFncK9FLqYc6EKdpjVP: 12,
|
|
176
177
|
Psithaca2MLRFYargivpo7YvUr7wUDqyxrdhC5CQq78mRvimz6A: 12,
|
|
177
178
|
PtJakartaiDz69SfDDLXJSiuZqTSeSKRDbKVZC8MNzJnvRjvnGw: 13,
|
|
178
|
-
|
|
179
|
+
PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY: 13,
|
|
180
|
+
ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK: 14,
|
|
179
181
|
};
|
|
180
182
|
function ProtoGreaterOfEqual(a, b) {
|
|
181
183
|
return protoLevel[a] >= protoLevel[b];
|
|
@@ -5634,8 +5636,8 @@ ${err.data
|
|
|
5634
5636
|
|
|
5635
5637
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
5636
5638
|
const VERSION = {
|
|
5637
|
-
"commitHash": "
|
|
5638
|
-
"version": "12.1.
|
|
5639
|
+
"commitHash": "38da814ec2bb4e81c7ad5a45b6b183a4d0b8dc25",
|
|
5640
|
+
"version": "12.1.1"
|
|
5639
5641
|
};
|
|
5640
5642
|
|
|
5641
5643
|
exports.Contract = Contract;
|