@xmtp/node-bindings 1.2.0-dev.4ba3b55 → 1.2.0-dev.80439bb

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
@@ -89,6 +89,7 @@ export declare class Conversation {
89
89
  messageDisappearingSettings(): MessageDisappearingSettings | null
90
90
  isMessageDisappearingEnabled(): boolean
91
91
  getHmacKeys(): Array<HmacKey>
92
+ debugInfo(): Promise<ConversationDebugInfo>
92
93
  }
93
94
 
94
95
  export declare class ConversationListItem {
@@ -193,6 +194,12 @@ export interface ContentTypeId {
193
194
  versionMinor: number
194
195
  }
195
196
 
197
+ export interface ConversationDebugInfo {
198
+ epoch: bigint
199
+ maybeForked: boolean
200
+ forkDetails: string
201
+ }
202
+
196
203
  export declare const enum ConversationType {
197
204
  Dm = 0,
198
205
  Group = 1,
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "main",
3
- "version": "4ba3b55",
4
- "date": "2025-04-21 18:59:39 +0000"
2
+ "branch": "stream-fix",
3
+ "version": "80439bb",
4
+ "date": "2025-05-02 01:38:05 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.2.0-dev.4ba3b55",
3
+ "version": "1.2.0-dev.80439bb",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",
@@ -40,7 +40,7 @@
40
40
  "devDependencies": {
41
41
  "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
42
42
  "@napi-rs/cli": "^3.0.0-alpha.64",
43
- "@types/node": "^22.14.0",
43
+ "@types/node": "^22.15.2",
44
44
  "@types/uuid": "^10.0.0",
45
45
  "fast-glob": "^3.3.3",
46
46
  "prettier": "^3.5.0",
@@ -48,7 +48,7 @@
48
48
  "tsx": "^4.19.3",
49
49
  "typescript": "^5.8.2",
50
50
  "uuid": "^11.1.0",
51
- "viem": "^2.27.2",
51
+ "viem": "^2.28.0",
52
52
  "vite": "^6.3.2",
53
53
  "vite-tsconfig-paths": "^5.1.4",
54
54
  "vitest": "^3.1.1",