@sip-protocol/sdk 0.6.3 → 0.6.4

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/browser.js CHANGED
@@ -6682,7 +6682,9 @@ var SIP = class {
6682
6682
  async createIntent(params) {
6683
6683
  const intent = await createShieldedIntent(params, {
6684
6684
  senderAddress: this.wallet?.address,
6685
- proofProvider: this.proofProvider
6685
+ proofProvider: this.proofProvider,
6686
+ // Allow placeholder signatures in demo mode for development/testing
6687
+ allowPlaceholders: this.config.mode === "demo"
6686
6688
  });
6687
6689
  return trackIntent(intent);
6688
6690
  }
package/dist/browser.mjs CHANGED
@@ -263,7 +263,7 @@ import {
263
263
  walletRegistry,
264
264
  withSecureBuffer,
265
265
  withSecureBufferSync
266
- } from "./chunk-AB3SCLVT.mjs";
266
+ } from "./chunk-H5W3IPDU.mjs";
267
267
  import {
268
268
  fulfillment_proof_default,
269
269
  funding_proof_default,