@xmtp/node-bindings 1.4.0-rc1 → 1.4.0

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
@@ -220,6 +220,7 @@ export interface ConversationDebugInfo {
220
220
  forkDetails: string
221
221
  isCommitLogForked?: boolean
222
222
  localCommitLog: string
223
+ remoteCommitLog: string
223
224
  cursor: number
224
225
  }
225
226
 
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "release/v1.4",
3
- "version": "f7c7226",
4
- "date": "2025-08-13 22:20:36 +0000"
2
+ "branch": "HEAD",
3
+ "version": "a9d19aa",
4
+ "date": "2025-08-25 21:45:01 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.4.0-rc1",
3
+ "version": "1.4.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",