@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.
- package/dist/main/GoTrueApi.d.ts +1 -1
- package/dist/main/GoTrueApi.js +1 -1
- package/dist/main/lib/version.d.ts +1 -1
- package/dist/main/lib/version.js +1 -1
- package/dist/module/GoTrueApi.d.ts +1 -1
- package/dist/module/GoTrueApi.js +1 -1
- package/dist/module/lib/version.d.ts +1 -1
- package/dist/module/lib/version.js +1 -1
- package/package.json +1 -1
- package/src/GoTrueApi.ts +1 -1
- package/src/lib/version.ts +1 -1
package/dist/main/GoTrueApi.d.ts
CHANGED
|
@@ -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
|
|
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
|
*/
|
package/dist/main/GoTrueApi.js
CHANGED
|
@@ -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
|
|
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.
|
|
1
|
+
export declare const version = "1.22.19";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/main/lib/version.js
CHANGED
|
@@ -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
|
|
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
|
*/
|
package/dist/module/GoTrueApi.js
CHANGED
|
@@ -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
|
|
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.
|
|
1
|
+
export declare const version = "1.22.19";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
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
|
|
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
|
*/
|
package/src/lib/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// generated by genversion
|
|
2
|
-
export const version = '1.22.
|
|
2
|
+
export const version = '1.22.19'
|