@primestyleai/tryon 1.5.0 → 2.0.1

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.
package/dist/types.d.ts CHANGED
@@ -57,7 +57,7 @@ export interface ModalStyles {
57
57
  export interface TryOnResponse {
58
58
  jobId: string;
59
59
  status: string;
60
- tokensDeducted: number;
60
+ tryOnsUsed: number;
61
61
  newBalance: number;
62
62
  }
63
63
  /** VTO status update from SSE */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "1.5.0",
3
+ "version": "2.0.1",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",