@meshsdk/common 1.7.15 → 1.7.17

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/index.d.cts CHANGED
@@ -13,7 +13,7 @@ type Data = string | number | bigint | Array<Data> | Map<Data, Data> | {
13
13
  fields: Array<Data>;
14
14
  };
15
15
 
16
- type RedeemerTagType = "CERT" | "MINT" | "REWARD" | "SPEND";
16
+ type RedeemerTagType = "CERT" | "MINT" | "REWARD" | "SPEND" | "VOTE" | "PROPOSE";
17
17
  type Action = {
18
18
  data: Data;
19
19
  index: number;
package/dist/index.d.ts CHANGED
@@ -13,7 +13,7 @@ type Data = string | number | bigint | Array<Data> | Map<Data, Data> | {
13
13
  fields: Array<Data>;
14
14
  };
15
15
 
16
- type RedeemerTagType = "CERT" | "MINT" | "REWARD" | "SPEND";
16
+ type RedeemerTagType = "CERT" | "MINT" | "REWARD" | "SPEND" | "VOTE" | "PROPOSE";
17
17
  type Action = {
18
18
  data: Data;
19
19
  index: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/common",
3
- "version": "1.7.15",
3
+ "version": "1.7.17",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "browser": "./dist/index.js",