@xmtp/node-bindings 1.2.0-rc2 → 1.3.0-dev.30b3d7c

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
@@ -87,7 +87,7 @@ export declare class Conversation {
87
87
  removeMessageDisappearingSettings(): Promise<void>
88
88
  messageDisappearingSettings(): MessageDisappearingSettings | null
89
89
  isMessageDisappearingEnabled(): boolean
90
- getHmacKeys(): Array<HmacKey>
90
+ getHmacKeys(): Record<string, Array<HmacKey>>
91
91
  debugInfo(): Promise<ConversationDebugInfo>
92
92
  findDuplicateDms(): Promise<Array<Conversation>>
93
93
  }
@@ -109,7 +109,6 @@ export declare class Conversations {
109
109
  processStreamedWelcomeMessage(envelopeBytes: Uint8Array): Promise<Conversation>
110
110
  sync(): Promise<void>
111
111
  syncAllConversations(consentStates?: Array<ConsentState> | undefined | null): Promise<bigint>
112
- syncDeviceSync(): Promise<void>
113
112
  list(opts?: ListConversationsOptions | undefined | null): Array<ConversationListItem>
114
113
  getHmacKeys(): Record<string, Array<HmacKey>>
115
114
  stream(callback: (err: Error | null, result: Conversation | undefined) => void, conversationType?: ConversationType): StreamCloser
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "release/v1.2",
3
- "version": "51542b6",
4
- "date": "2025-05-08 23:42:20 +0000"
2
+ "branch": "insipx/stream-fixes",
3
+ "version": "30b3d7c",
4
+ "date": "2025-05-20 23:13:38 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.2.0-rc2",
3
+ "version": "1.3.0-dev.30b3d7c",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",
@@ -48,7 +48,7 @@
48
48
  "tsx": "^4.19.3",
49
49
  "typescript": "^5.8.2",
50
50
  "uuid": "^11.1.0",
51
- "viem": "^2.28.0",
51
+ "viem": "^2.29.2",
52
52
  "vite": "^6.3.2",
53
53
  "vite-tsconfig-paths": "^5.1.4",
54
54
  "vitest": "^3.1.1",