@sprucelabs/spruce-invite-utils 10.3.20 → 12.0.0

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.
@@ -48,7 +48,7 @@ class CountingLoginAndConfirmController {
48
48
  this.auth.setSessionToken((0, test_utils_2.generateId)(), response);
49
49
  }
50
50
  else if (response === null) {
51
- this.auth.clearSession();
51
+ await this.auth.clearSession();
52
52
  }
53
53
  return true;
54
54
  }
@@ -56,7 +56,7 @@ class CountingLoginAndConfirmController {
56
56
  this.auth.setSessionToken(generateId(), response);
57
57
  }
58
58
  else if (response === null) {
59
- this.auth.clearSession();
59
+ yield this.auth.clearSession();
60
60
  }
61
61
  return true;
62
62
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-invite-utils",
3
3
  "description": "Invite Utilities",
4
- "version": "10.3.20",
4
+ "version": "12.0.0",
5
5
  "skill": {
6
6
  "namespace": "invite"
7
7
  },