@thefittingroom/sdk 2.0.0-alpha-0 → 2.0.0-alpha-2

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * thefittingroom v2.0.0-alpha-0 (2025-01-17T19:54:05.370Z)
2
+ * thefittingroom v2.0.0-alpha-2 (2025-04-18T19:07:04.956Z)
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) {
@@ -26116,7 +26116,7 @@ class TfrShop {
26116
26116
  if (error)
26117
26117
  throw error;
26118
26118
  try {
26119
- await this.requestColorwaySizeAssetFrames(colorwaySizeAsset.id);
26119
+ this.requestColorwaySizeAssetFrames(colorwaySizeAsset.id);
26120
26120
  return this.awaitColorwaySizeAssetFrames(colorwaySizeAssetSku);
26121
26121
  }
26122
26122
  catch (error) {