@primestyleai/tryon 5.10.112 → 5.10.113

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.
@@ -29117,6 +29117,7 @@ function PrimeStyleTryonInner({
29117
29117
  const restoreHistory = reactExports.useCallback((entry) => {
29118
29118
  historySavedRef.current = true;
29119
29119
  historyTryonSavedRef.current = !!entry.resultImageUrl;
29120
+ autoTryOnFiredRef.current = true;
29120
29121
  if (entry.sizingResult) {
29121
29122
  setSizingResult(entry.sizingResult);
29122
29123
  } else if (entry.recommendedSize) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "5.10.112",
3
+ "version": "5.10.113",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",