@xmtp/node-bindings 1.4.0-dev.256c8fc → 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
@@ -2,7 +2,6 @@
2
2
  /* eslint-disable */
3
3
  export declare class Client {
4
4
  accountIdentifier: Identifier
5
- appVersion?: string
6
5
  inboxId(): string
7
6
  isRegistered(): boolean
8
7
  installationId(): string
@@ -100,6 +99,7 @@ export declare class Conversation {
100
99
  export declare class ConversationListItem {
101
100
  get conversation(): Conversation
102
101
  get lastMessage(): Message | null
102
+ get isCommitLogForked(): boolean | null
103
103
  }
104
104
 
105
105
  export declare class Conversations {
@@ -218,7 +218,9 @@ export interface ConversationDebugInfo {
218
218
  epoch: bigint
219
219
  maybeForked: boolean
220
220
  forkDetails: string
221
+ isCommitLogForked?: boolean
221
222
  localCommitLog: string
223
+ remoteCommitLog: string
222
224
  cursor: number
223
225
  }
224
226
 
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "main",
3
- "version": "256c8fc",
4
- "date": "2025-08-01 23:35:15 +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.256c8fc",
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",
@@ -41,7 +41,7 @@
41
41
  "devDependencies": {
42
42
  "@ianvs/prettier-plugin-sort-imports": "^4.5.1",
43
43
  "@napi-rs/cli": "^3.0.0-alpha.64",
44
- "@types/node": "^24.0.1",
44
+ "@types/node": "^24.1.0",
45
45
  "@types/uuid": "^10.0.0",
46
46
  "@xmtp/content-type-group-updated": "^2.0.2",
47
47
  "@xmtp/content-type-text": "^2.0.2",
@@ -49,7 +49,7 @@
49
49
  "prettier": "^3.6.0",
50
50
  "prettier-plugin-packagejson": "^2.5.8",
51
51
  "tsx": "^4.20.3",
52
- "typescript": "^5.8.2",
52
+ "typescript": "^5.9.2",
53
53
  "uuid": "^11.1.0",
54
54
  "viem": "^2.33.0",
55
55
  "vite": "^7.0.5",