@stacks/codec 1.7.0 → 1.8.0-pox5.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/index.d.ts +2 -1
- package/index.js +1 -0
- package/index.mjs +1 -0
- package/native/darwin-arm64.node +0 -0
- package/native/linux-arm64-glibc.node +0 -0
- package/native/linux-arm64-musl.node +0 -0
- package/native/linux-x64-glibc.node +0 -0
- package/native/linux-x64-musl.node +0 -0
- package/native/win32-x64.node +0 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -259,7 +259,8 @@ export declare enum ClarityVersion {
|
|
|
259
259
|
Clarity2 = 2,
|
|
260
260
|
Clarity3 = 3,
|
|
261
261
|
Clarity4 = 4,
|
|
262
|
-
Clarity5 = 5
|
|
262
|
+
Clarity5 = 5,
|
|
263
|
+
Clarity6 = 6
|
|
263
264
|
}
|
|
264
265
|
export interface DecodedTxSpendingConditionSingleSig {
|
|
265
266
|
hash_mode: TxSpendingConditionSingleSigHashMode;
|
package/index.js
CHANGED
|
@@ -148,6 +148,7 @@ var ClarityVersion;
|
|
|
148
148
|
ClarityVersion[ClarityVersion["Clarity3"] = 3] = "Clarity3";
|
|
149
149
|
ClarityVersion[ClarityVersion["Clarity4"] = 4] = "Clarity4";
|
|
150
150
|
ClarityVersion[ClarityVersion["Clarity5"] = 5] = "Clarity5";
|
|
151
|
+
ClarityVersion[ClarityVersion["Clarity6"] = 6] = "Clarity6";
|
|
151
152
|
})(ClarityVersion || (exports.ClarityVersion = ClarityVersion = {}));
|
|
152
153
|
var TxAuthFieldTypeID;
|
|
153
154
|
(function (TxAuthFieldTypeID) {
|
package/index.mjs
CHANGED
|
@@ -92,6 +92,7 @@ var ClarityVersion = /* @__PURE__ */ ((ClarityVersion2) => {
|
|
|
92
92
|
ClarityVersion2[ClarityVersion2["Clarity3"] = 3] = "Clarity3";
|
|
93
93
|
ClarityVersion2[ClarityVersion2["Clarity4"] = 4] = "Clarity4";
|
|
94
94
|
ClarityVersion2[ClarityVersion2["Clarity5"] = 5] = "Clarity5";
|
|
95
|
+
ClarityVersion2[ClarityVersion2["Clarity6"] = 6] = "Clarity6";
|
|
95
96
|
return ClarityVersion2;
|
|
96
97
|
})(ClarityVersion || {});
|
|
97
98
|
var TxAuthFieldTypeID = /* @__PURE__ */ ((TxAuthFieldTypeID2) => {
|
package/native/darwin-arm64.node
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/native/win32-x64.node
CHANGED
|
Binary file
|
package/package.json
CHANGED