@leadmetrics-ai/website-sdk 1.1.11 → 1.1.12

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -196,6 +196,7 @@ interface ProductData {
196
196
  gstAmount?: number;
197
197
  gst?: number;
198
198
  currency?: string | null;
199
+ currencySymbol?: string | null;
199
200
  attributes?: Record<string, string>;
200
201
  variants?: ProductVariant[];
201
202
  categoryInfo?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leadmetrics-ai/website-sdk",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "Leadmetrics SDK for building Websites",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",