@abraca/dabra 2.0.9 → 2.0.10

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.
@@ -10265,7 +10265,8 @@ var AbracadabraClient = class {
10265
10265
  deviceName: opts.deviceName,
10266
10266
  displayName: opts.displayName,
10267
10267
  email: opts.email,
10268
- inviteCode: opts.inviteCode
10268
+ inviteCode: opts.inviteCode,
10269
+ x25519Key: opts.x25519Key
10269
10270
  },
10270
10271
  auth: false
10271
10272
  });