@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.
@@ -29107,7 +29107,7 @@ function PrimeStyleTryonInner({
29107
29107
  const jointCount = lmObj ? Object.keys(lmObj).filter((k2) => k2 !== "imageWidth" && k2 !== "imageHeight" && lmObj[k2]).length : 0;
29108
29108
  console.log(`[ps-sdk:debug] payload → bodyLandmarks=${!!lmObj}(${jointCount} joints)`);
29109
29109
  }
29110
- const minVisible = new Promise((r2) => setTimeout(r2, 2e3));
29110
+ const minVisible = new Promise((r2) => setTimeout(r2, 6e3));
29111
29111
  try {
29112
29112
  const tReq = Date.now();
29113
29113
  const payloadBytes = JSON.stringify(payload).length;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "5.10.143",
3
+ "version": "5.10.144",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",