@xmtp/node-bindings 1.5.0-dev.7df1c97 → 1.5.0-dev.c1dd81d

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
@@ -221,6 +221,7 @@ export interface ConversationDebugInfo {
221
221
  forkDetails: string
222
222
  isCommitLogForked?: boolean
223
223
  localCommitLog: string
224
+ remoteCommitLog: string
224
225
  cursor: number
225
226
  }
226
227
 
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "branch": "cv/fork-bot-dont-merge",
3
- "version": "7df1c97",
4
- "date": "2025-08-18 22:14:01 +0000"
3
+ "version": "c1dd81d",
4
+ "date": "2025-08-19 22:47:28 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.5.0-dev.7df1c97",
3
+ "version": "1.5.0-dev.c1dd81d",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",