@supabase/gotrue-js 1.22.18 → 1.22.19

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.
@@ -312,7 +312,7 @@ export default class GoTrueApi {
312
312
  *
313
313
  * This method is called by the GoTrueClient `update` where
314
314
  * the jwt is set to this.currentSession.access_token
315
- * and therefore, acts like getting the currently authenticated used
315
+ * and therefore, acts like getting the currently authenticated user
316
316
  *
317
317
  * @param jwt A valid, logged-in JWT. Typically, the access_token for the currentSession
318
318
  */
@@ -631,7 +631,7 @@ class GoTrueApi {
631
631
  *
632
632
  * This method is called by the GoTrueClient `update` where
633
633
  * the jwt is set to this.currentSession.access_token
634
- * and therefore, acts like getting the currently authenticated used
634
+ * and therefore, acts like getting the currently authenticated user
635
635
  *
636
636
  * @param jwt A valid, logged-in JWT. Typically, the access_token for the currentSession
637
637
  */
@@ -1,2 +1,2 @@
1
- export declare const version = "1.22.18";
1
+ export declare const version = "1.22.19";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // generated by genversion
5
- exports.version = '1.22.18';
5
+ exports.version = '1.22.19';
6
6
  //# sourceMappingURL=version.js.map
@@ -312,7 +312,7 @@ export default class GoTrueApi {
312
312
  *
313
313
  * This method is called by the GoTrueClient `update` where
314
314
  * the jwt is set to this.currentSession.access_token
315
- * and therefore, acts like getting the currently authenticated used
315
+ * and therefore, acts like getting the currently authenticated user
316
316
  *
317
317
  * @param jwt A valid, logged-in JWT. Typically, the access_token for the currentSession
318
318
  */
@@ -629,7 +629,7 @@ export default class GoTrueApi {
629
629
  *
630
630
  * This method is called by the GoTrueClient `update` where
631
631
  * the jwt is set to this.currentSession.access_token
632
- * and therefore, acts like getting the currently authenticated used
632
+ * and therefore, acts like getting the currently authenticated user
633
633
  *
634
634
  * @param jwt A valid, logged-in JWT. Typically, the access_token for the currentSession
635
635
  */
@@ -1,2 +1,2 @@
1
- export declare const version = "1.22.18";
1
+ export declare const version = "1.22.19";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // generated by genversion
2
- export const version = '1.22.18';
2
+ export const version = '1.22.19';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/gotrue-js",
3
- "version": "1.22.18",
3
+ "version": "1.22.19",
4
4
  "description": "Isomorphic GoTrue client",
5
5
  "keywords": [
6
6
  "gotrue",
package/src/GoTrueApi.ts CHANGED
@@ -802,7 +802,7 @@ export default class GoTrueApi {
802
802
  *
803
803
  * This method is called by the GoTrueClient `update` where
804
804
  * the jwt is set to this.currentSession.access_token
805
- * and therefore, acts like getting the currently authenticated used
805
+ * and therefore, acts like getting the currently authenticated user
806
806
  *
807
807
  * @param jwt A valid, logged-in JWT. Typically, the access_token for the currentSession
808
808
  */
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '1.22.18'
2
+ export const version = '1.22.19'