@primestyleai/tryon 5.10.130 → 5.10.131

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.
@@ -29658,7 +29658,7 @@ function PrimeStyleTryonInner({
29658
29658
  lastUsedAt: Date.now()
29659
29659
  };
29660
29660
  const nextProfiles = [newProfile, ...profiles];
29661
- lsSet("profiles", nextProfiles);
29661
+ saveProfiles(nextProfiles);
29662
29662
  setProfiles(nextProfiles);
29663
29663
  setActiveProfileId$1(newProfile.id);
29664
29664
  const heightVal = newProfile.heightCm || newProfile.height || 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "5.10.130",
3
+ "version": "5.10.131",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",