delivapp-ordering 0.0.151 → 0.0.152

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.
@@ -15,4 +15,5 @@ export interface IOption {
15
15
  pizzaOption: boolean;
16
16
  suboptions: ISuboption[];
17
17
  description?: string;
18
+ constructorOrder?: number;
18
19
  }
package/dist/index.d.ts CHANGED
@@ -475,6 +475,7 @@ interface IOption {
475
475
  pizzaOption: boolean;
476
476
  suboptions: ISuboption[];
477
477
  description?: string;
478
+ constructorOrder?: number;
478
479
  }
479
480
 
480
481
  interface ProductConstructorProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "delivapp-ordering",
3
- "version": "0.0.151",
3
+ "version": "0.0.152",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/cjs/index.js",