@xmtp/node-bindings 1.5.0-dev.c78b650 → 1.5.0-rc2

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
@@ -227,7 +227,8 @@ export interface ConversationDebugInfo {
227
227
  export declare const enum ConversationType {
228
228
  Dm = 0,
229
229
  Group = 1,
230
- Sync = 2
230
+ Sync = 2,
231
+ Oneshot = 3
231
232
  }
232
233
 
233
234
  /**
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "cv/test-1.4.1-release",
3
- "version": "c78b650",
4
- "date": "2025-09-05 07:46:41 +0000"
2
+ "branch": "release/v1.5",
3
+ "version": "e5ff534",
4
+ "date": "2025-09-23 22:59:27 +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.c78b650",
3
+ "version": "1.5.0-rc2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",