@xmtp/node-bindings 1.5.0-rc3 → 1.6.0-dev.397eb83

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
@@ -72,6 +72,7 @@ export declare class Conversation {
72
72
  removeMembers(accountIdentities: Array<Identifier>): Promise<void>
73
73
  removeMembersByInboxId(inboxIds: Array<string>): Promise<void>
74
74
  updateGroupName(groupName: string): Promise<void>
75
+ updateGroupMinVersionToMatchSelf(): Promise<void>
75
76
  groupName(): string
76
77
  updateGroupImageUrlSquare(groupImageUrlSquare: string): Promise<void>
77
78
  groupImageUrlSquare(): string
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "HEAD",
3
- "version": "7ee9e36",
4
- "date": "2025-09-25 15:02:47 +0000"
2
+ "branch": "cv/update-min-version-bot-one-off",
3
+ "version": "397eb83",
4
+ "date": "2025-09-25 16:54:34 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.5.0-rc3",
3
+ "version": "1.6.0-dev.397eb83",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",