@xmtp/node-bindings 1.5.0-dev.c1dd81d → 1.5.0-rc1

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,7 +94,6 @@ 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
98
97
  }
99
98
 
100
99
  export declare class ConversationListItem {
@@ -228,7 +227,8 @@ export interface ConversationDebugInfo {
228
227
  export declare const enum ConversationType {
229
228
  Dm = 0,
230
229
  Group = 1,
231
- Sync = 2
230
+ Sync = 2,
231
+ Oneshot = 3
232
232
  }
233
233
 
234
234
  /**
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "cv/fork-bot-dont-merge",
3
- "version": "c1dd81d",
4
- "date": "2025-08-19 22:47:28 +0000"
2
+ "branch": "release/v1.5",
3
+ "version": "e5c3c75",
4
+ "date": "2025-09-19 19:17:34 +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.c1dd81d",
3
+ "version": "1.5.0-rc1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",