@xmtp/node-bindings 1.3.1 → 1.3.2

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.
Binary file
package/dist/index.d.ts CHANGED
@@ -116,7 +116,7 @@ export declare class Conversations {
116
116
  stream(callback: (err: Error | null, result: Conversation | undefined) => void, onClose: () => void, conversationType?: ConversationType): StreamCloser
117
117
  streamAllMessages(callback: (err: null | Error, result: Message | undefined) => void, onClose: () => void, conversationType?: ConversationType, consentStates?: ConsentState[]): StreamCloser
118
118
  streamConsent(callback: (err: null | Error, result: Consent[] | undefined) => void, onClose: () => void): StreamCloser
119
- streamPreferences(callback: (err: null | Error, result: any[] | undefined) => void, onClose: () => void): StreamCloser
119
+ streamPreferences(callback: (err: null | Error, result: any) => void, onClose: () => void): StreamCloser
120
120
  }
121
121
 
122
122
  export declare class GroupMember {
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "HEAD",
3
- "version": "bbf7ac7",
4
- "date": "2025-07-22 21:30:54 +0000"
2
+ "branch": "release/v1.3",
3
+ "version": "5690ef1",
4
+ "date": "2025-07-24 13:50:36 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",