@xmtp/node-bindings 1.0.0-rc1 → 1.0.0-rc2

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
@@ -264,7 +264,6 @@ export interface HmacKey {
264
264
  export interface Identifier {
265
265
  identifier: string
266
266
  identifierKind: IdentifierKind
267
- relyingParty?: string
268
267
  }
269
268
 
270
269
  export declare const enum IdentifierKind {
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "branch": "main",
3
- "version": "070b27a",
4
- "date": "2025-03-11 15:23:17 +0000"
3
+ "version": "e8c52be",
4
+ "date": "2025-03-11 22:26:53 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/node-bindings",
3
- "version": "1.0.0-rc1",
3
+ "version": "1.0.0-rc2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://git@github.com/xmtp/libxmtp.git",