@xmtp/node-bindings 1.5.0-dev.c1dd81d → 1.5.0-dev.c78b650
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 +0 -1
- package/dist/version.json +3 -3
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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 {
|
package/dist/version.json
CHANGED