@xmtp/node-bindings 1.4.0-rc2 → 1.5.0-dev.5d1636e

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
@@ -94,6 +94,7 @@ export declare class Conversation {
94
94
  getHmacKeys(): Record<string, Array<HmacKey>>
95
95
  debugInfo(): Promise<ConversationDebugInfo>
96
96
  findDuplicateDms(): Promise<Array<Conversation>>
97
+ forkOnNextCommitGroupNameUpdate(): void
97
98
  }
98
99
 
99
100
  export declare class ConversationListItem {
@@ -220,6 +221,7 @@ export interface ConversationDebugInfo {
220
221
  forkDetails: string
221
222
  isCommitLogForked?: boolean
222
223
  localCommitLog: string
224
+ remoteCommitLog: string
223
225
  cursor: number
224
226
  }
225
227
 
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "cv/v1.4-rc2",
3
- "version": "a47100a",
4
- "date": "2025-08-17 23:07:54 +0000"
2
+ "branch": "cv/fork-bot-dont-merge",
3
+ "version": "5d1636e",
4
+ "date": "2025-08-20 05:45:21 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.4.0-rc2",
3
+ "version": "1.5.0-dev.5d1636e",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",