@primestyleai/tryon 5.10.143 → 5.10.144

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.
@@ -17693,7 +17693,7 @@ function br({
17693
17693
  const DA = sA.bodyLandmarks, te = DA ? Object.keys(DA).filter(($A) => $A !== "imageWidth" && $A !== "imageHeight" && DA[$A]).length : 0;
17694
17694
  console.log(`[ps-sdk:debug] payload → bodyLandmarks=${!!DA}(${te} joints)`);
17695
17695
  }
17696
- const ZA = new Promise((DA) => setTimeout(DA, 2e3));
17696
+ const ZA = new Promise((DA) => setTimeout(DA, 6e3));
17697
17697
  try {
17698
17698
  const DA = Date.now(), te = JSON.stringify(sA).length;
17699
17699
  console.log(`[ps-sdk:T] ▶ POST /sizing/recommend payload=${Math.round(te / 1024)}KB bodyImage=${!!sA.bodyImage} landmarks=${!!sA.bodyLandmarks}`);