@thefittingroom/sdk 2.0.0-alpha-2 → 2.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.
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* thefittingroom v2.0.0-alpha-
|
|
2
|
+
* thefittingroom v2.0.0-alpha-3 (2025-07-15T19:34:00.661Z)
|
|
3
3
|
* Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
// Code generated by tygo. DO NOT EDIT.
|
|
@@ -26116,7 +26116,10 @@ class TfrShop {
|
|
|
26116
26116
|
if (error)
|
|
26117
26117
|
throw error;
|
|
26118
26118
|
try {
|
|
26119
|
-
|
|
26119
|
+
try {
|
|
26120
|
+
this.requestColorwaySizeAssetFrames(colorwaySizeAsset.id);
|
|
26121
|
+
}
|
|
26122
|
+
catch (_a) { }
|
|
26120
26123
|
return this.awaitColorwaySizeAssetFrames(colorwaySizeAssetSku);
|
|
26121
26124
|
}
|
|
26122
26125
|
catch (error) {
|