diff --git a/package.json b/package.json index 77a0836..fe3bced 100644 --- a/package.json +++ b/package.json @@ -115,8 +115,8 @@ "@types/node": "^24.10.9", "@types/qrcode": "^1.5.6", "@types/qrcode-terminal": "^0.12.2", - "@xmtp/node-bindings": "1.11.0-nightly.20260612.578abea", - "@xmtp/node-sdk": "6.1.0-nightly.20260612.578abea", + "@xmtp/node-bindings": "1.11.0-nightly.20260613.32d608d", + "@xmtp/node-sdk": "6.1.0-nightly.20260613.32d608d", "execa": "^9.6.1", "oclif": "^4.22.70", "tsx": "^4.21.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3a81bf..80091d7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,11 +61,11 @@ importers: specifier: ^0.12.2 version: 0.12.2 '@xmtp/node-bindings': - specifier: 1.11.0-nightly.20260612.578abea - version: 1.11.0-nightly.20260612.578abea + specifier: 1.11.0-nightly.20260613.32d608d + version: 1.11.0-nightly.20260613.32d608d '@xmtp/node-sdk': - specifier: 6.1.0-nightly.20260612.578abea - version: 6.1.0-nightly.20260612.578abea + specifier: 6.1.0-nightly.20260613.32d608d + version: 6.1.0-nightly.20260613.32d608d execa: specifier: ^9.6.1 version: 9.6.1 @@ -1179,8 +1179,8 @@ packages: '@xmtp/content-type-remote-attachment@2.0.4': resolution: {integrity: sha512-dHXXIsbn1y+PbNMXbQPkfjXr9LQ0QfQS8tIu/Hz6nL4h5QG5ECHsHfHVzVWE3P0eHlGfLVnQaKqg2dFiP8uwXw==} - '@xmtp/node-bindings@1.11.0-nightly.20260612.578abea': - resolution: {integrity: sha512-P/DZehfDXvcbf1t7BpozO75gGudtIpP5ESByVi0xgh/gzH+Mn5NZDU24PM1ET9aFAAbDSjGKY8WRi5bBnjEqzg==} + '@xmtp/node-bindings@1.11.0-nightly.20260613.32d608d': + resolution: {integrity: sha512-BMeyMUBosg965Znzqnpt3yI1vmb1uCn0/X9S+NIb1AQ6hGSTnYPT4rbSGEGRWvQ4EPDHjJ0Yfc1XcIRO8ymd5A==} engines: {node: '>=22'} '@xmtp/node-bindings@1.8.0': @@ -1191,8 +1191,8 @@ packages: resolution: {integrity: sha512-0cnAq7j8dPvxDZ5d7JpdbWTgSIKDiN421dxZj4sy1qw7QLOH4yTUKuuMY7CxoChoGa7/QPZGm+0sIIx/Gs2bAg==} engines: {node: '>=22'} - '@xmtp/node-sdk@6.1.0-nightly.20260612.578abea': - resolution: {integrity: sha512-NtTeMkcW/O6xYyBpIIEJjDnFWIJod6X3XE6DQgZMl+CMGKdsJZfsy/h1SpGPZ0+nT0IpjZdA27MFXG93ULmbSA==} + '@xmtp/node-sdk@6.1.0-nightly.20260613.32d608d': + resolution: {integrity: sha512-xe9iGnurpQMJwJj3+pax2FII2S5iiFABgZYs2vFPhw9yzKE0TCfI4xqjYdjf5VY5I3hc+mf2NSOamAjNIJnezw==} engines: {node: '>=22'} '@xmtp/proto@3.78.0': @@ -3984,16 +3984,16 @@ snapshots: '@xmtp/content-type-primitives': 2.0.3 '@xmtp/proto': 3.78.0 - '@xmtp/node-bindings@1.11.0-nightly.20260612.578abea': {} + '@xmtp/node-bindings@1.11.0-nightly.20260613.32d608d': {} '@xmtp/node-bindings@1.8.0': {} '@xmtp/node-bindings@1.9.1': {} - '@xmtp/node-sdk@6.1.0-nightly.20260612.578abea': + '@xmtp/node-sdk@6.1.0-nightly.20260613.32d608d': dependencies: '@xmtp/content-type-primitives': 3.0.0 - '@xmtp/node-bindings': 1.11.0-nightly.20260612.578abea + '@xmtp/node-bindings': 1.11.0-nightly.20260613.32d608d '@xmtp/proto@3.78.0': dependencies: diff --git a/src/commands/agent/serve.ts b/src/commands/agent/serve.ts index a85a46c..f20b087 100644 --- a/src/commands/agent/serve.ts +++ b/src/commands/agent/serve.ts @@ -1281,7 +1281,7 @@ STDERR: QR code, diagnostic logs (does not interfere with protocol)`; contentLength: encrypted.payload.length, filename, }, - false, + {}, ); } @@ -1321,7 +1321,7 @@ STDERR: QR code, diagnostic logs (does not interfere with protocol)`; const remoteMessageId = await conversation.sendRemoteAttachment( remoteAttachment, - false, + {}, ); this.emit({ diff --git a/src/commands/conversation/send-attachment.ts b/src/commands/conversation/send-attachment.ts index cb63912..095e3fc 100644 --- a/src/commands/conversation/send-attachment.ts +++ b/src/commands/conversation/send-attachment.ts @@ -164,7 +164,7 @@ without sending (for manual upload workflows).`; contentLength: encrypted.payload.length, filename, }, - false, + {}, ); this.output({ diff --git a/src/commands/conversation/send-remote-attachment.ts b/src/commands/conversation/send-remote-attachment.ts index a32a27b..191b1c1 100644 --- a/src/commands/conversation/send-remote-attachment.ts +++ b/src/commands/conversation/send-remote-attachment.ts @@ -94,7 +94,7 @@ command to send the message.`; const messageId = await conversation.sendRemoteAttachment( remoteAttachment, - false, + {}, ); this.output({