@xmtp/node-bindings 1.4.0-rc2 → 1.5.0-dev.5d1636e
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/index.d.ts +2 -0
- package/dist/version.json +3 -3
- package/package.json +1 -1
- package/dist/bindings_node.win32-x64-msvc.node +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -94,6 +94,7 @@ 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
|
|
97
98
|
}
|
|
98
99
|
|
|
99
100
|
export declare class ConversationListItem {
|
|
@@ -220,6 +221,7 @@ export interface ConversationDebugInfo {
|
|
|
220
221
|
forkDetails: string
|
|
221
222
|
isCommitLogForked?: boolean
|
|
222
223
|
localCommitLog: string
|
|
224
|
+
remoteCommitLog: string
|
|
223
225
|
cursor: number
|
|
224
226
|
}
|
|
225
227
|
|
package/dist/version.json
CHANGED
package/package.json
CHANGED
|
Binary file
|