@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 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) => {
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacks/codec",
3
- "version": "1.7.0",
3
+ "version": "1.8.0-pox5.1",
4
4
  "description": "Encoding & decoding functions for the Stacks blockchain exposed as a fast native Node.js addon",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",