delivapp-ordering 0.0.146 → 0.0.147

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.
@@ -9,5 +9,5 @@ export interface ISuboption {
9
9
  description?: string;
10
10
  fullPrice?: number;
11
11
  full_price?: number;
12
- halfOption: HALF_OPTION;
12
+ halfOption?: HALF_OPTION;
13
13
  }
package/dist/index.d.ts CHANGED
@@ -435,7 +435,7 @@ interface ISuboption {
435
435
  description?: string;
436
436
  fullPrice?: number;
437
437
  full_price?: number;
438
- halfOption: HALF_OPTION;
438
+ halfOption?: HALF_OPTION;
439
439
  }
440
440
 
441
441
  interface SuboptionMultiSelectorProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "delivapp-ordering",
3
- "version": "0.0.146",
3
+ "version": "0.0.147",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/cjs/index.js",