@leadmetrics-ai/website-sdk 1.1.7 → 1.1.8

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
@@ -190,6 +190,7 @@ interface ProductData {
190
190
  tags?: string[];
191
191
  trackInventory?: boolean;
192
192
  currentQuantity?: number;
193
+ minimumOrderQuantity?: number;
193
194
  seo?: {
194
195
  title?: string;
195
196
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leadmetrics-ai/website-sdk",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Leadmetrics SDK for building Websites",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",