@primestyleai/tryon 4.9.1 → 4.9.2

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.
@@ -5618,8 +5618,8 @@ function BodyProfileView({
5618
5618
  onSnapSubmit({
5619
5619
  photoFile,
5620
5620
  photoBase64,
5621
- height: 0,
5622
- weight: 0,
5621
+ height: 170,
5622
+ weight: 65,
5623
5623
  heightUnit: "cm",
5624
5624
  weightUnit: "kg",
5625
5625
  gender
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "4.9.1",
3
+ "version": "4.9.2",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",