@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.
- package/dist/bindings_node.darwin-arm64.node +0 -0
- package/dist/bindings_node.darwin-x64.node +0 -0
- package/dist/bindings_node.linux-arm64-gnu.node +0 -0
- package/dist/bindings_node.linux-arm64-musl.node +0 -0
- package/dist/bindings_node.linux-x64-gnu.node +0 -0
- package/dist/bindings_node.linux-x64-musl.node +0 -0
- package/dist/bindings_node.win32-x64-msvc.node +0 -0
- package/dist/index.d.ts +7 -0
- package/dist/version.json +3 -3
- package/package.json +3 -3
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmtp/node-bindings",
|
|
3
|
-
"version": "1.2.0-dev.
|
|
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.
|
|
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.
|
|
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",
|