@primestyleai/tryon 4.9.6 → 4.9.7

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.
@@ -5624,7 +5624,7 @@ function BodyProfileView({
5624
5624
  weight: 0,
5625
5625
  heightUnit: "ft",
5626
5626
  weightUnit: "lbs",
5627
- gender,
5627
+ gender: "unisex",
5628
5628
  snapMode: true
5629
5629
  });
5630
5630
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "4.9.6",
3
+ "version": "4.9.7",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",