@veilux/sdk 0.3.1 → 0.3.3

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -99,6 +99,8 @@ export interface EventView {
99
99
  commitment: string;
100
100
  source_command: string;
101
101
  visibility: string;
102
+ redacted: boolean;
103
+ stakeholders: number;
102
104
  payload_json: unknown | null;
103
105
  payload_hex: string | null;
104
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veilux/sdk",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "VEILUX TypeScript SDK — build, sign, and submit commands to a VEILUX node",
5
5
  "license": "MIT",
6
6
  "author": "nathan <nathan@winnode.xyz>",