@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.
@@ -10295,7 +10295,8 @@ var AbracadabraClient = class {
10295
10295
  deviceName: opts.deviceName,
10296
10296
  displayName: opts.displayName,
10297
10297
  email: opts.email,
10298
- inviteCode: opts.inviteCode
10298
+ inviteCode: opts.inviteCode,
10299
+ x25519Key: opts.x25519Key
10299
10300
  },
10300
10301
  auth: false
10301
10302
  });