@thefittingroom/sdk 2.0.0-alpha-0 → 2.0.0-alpha-1
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/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +2 -2
- package/dist/esm/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* thefittingroom v2.0.0-alpha-
|
|
2
|
+
* thefittingroom v2.0.0-alpha-1 (2025-01-17T20:00:16.432Z)
|
|
3
3
|
* Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
// Code generated by tygo. DO NOT EDIT.
|
|
@@ -25720,7 +25720,7 @@ class FirebaseUser {
|
|
|
25720
25720
|
await this.auth.authStateReady();
|
|
25721
25721
|
const user = this.auth.currentUser;
|
|
25722
25722
|
this.setUser(user);
|
|
25723
|
-
this.setBrandUserId(user.uid);
|
|
25723
|
+
this.setBrandUserId(user === null || user === void 0 ? void 0 : user.uid);
|
|
25724
25724
|
return Boolean(user);
|
|
25725
25725
|
}
|
|
25726
25726
|
setUser(user) {
|