@xmtp/node-bindings 1.4.0-dev.7f5d8e0 → 1.4.0-dev.8148c3f

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
@@ -99,6 +99,7 @@ export declare class Conversation {
99
99
  export declare class ConversationListItem {
100
100
  get conversation(): Conversation
101
101
  get lastMessage(): Message | null
102
+ get isCommitLogForked(): boolean | null
102
103
  }
103
104
 
104
105
  export declare class Conversations {
@@ -217,7 +218,9 @@ export interface ConversationDebugInfo {
217
218
  epoch: bigint
218
219
  maybeForked: boolean
219
220
  forkDetails: string
221
+ isCommitLogForked?: boolean
220
222
  localCommitLog: string
223
+ remoteCommitLog: string
221
224
  cursor: number
222
225
  }
223
226
 
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "main",
3
- "version": "7f5d8e0",
4
- "date": "2025-08-04 22:22:03 +0000"
2
+ "branch": "cv/final-release-v1.4.0-updates",
3
+ "version": "8148c3f",
4
+ "date": "2025-08-21 23:36:25 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.4.0-dev.7f5d8e0",
3
+ "version": "1.4.0-dev.8148c3f",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",