@silencelaboratories/walletprovider-sdk 4.2.0 → 4.2.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.
@@ -9,6 +9,8 @@ export interface DSGOpts {
9
9
  threshold: number;
10
10
  keyId: string;
11
11
  signAlg: MPCSignAlgorithm;
12
+ /** Optional stringified JSON object forwarded to policy integrations. */
13
+ policyIntegrationContext?: string;
12
14
  }
13
15
  /**
14
16
  * Create a new viem custom account for signing transactions using
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silencelaboratories/walletprovider-sdk",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "author": "Silence Laboratories",
5
5
  "description": "Frontend SDK for Wallet Providers",
6
6
  "repository": {
@@ -76,4 +76,4 @@
76
76
  "browser-tabs-lock": true,
77
77
  "esbuild": true
78
78
  }
79
- }
79
+ }