@artisan-commerce/types 0.14.0-canary.42 → 0.14.0-canary.43

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/bundle.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/bundle.d.ts CHANGED
@@ -586,7 +586,7 @@ interface ShippingCost<T extends AdditionalInfo = AdditionalInfo> {
586
586
  /** Shipping cost additional info */
587
587
  additionalInfo?: T;
588
588
  /** Discount net price */
589
- discountNetPrice: number;
589
+ discountNetPrice?: number;
590
590
  }
591
591
  /**
592
592
  * Representation of a shipping cost tax.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@artisan-commerce/types",
3
3
  "description": "Artisn's types and interfaces library",
4
- "version": "0.14.0-canary.42",
4
+ "version": "0.14.0-canary.43",
5
5
  "types": "./dist/bundle.d.ts",
6
6
  "files": [
7
7
  "dist"
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "author": "Luis Eduardo Andrade",
25
25
  "license": "MIT",
26
- "gitHead": "afab4d87d2e537759fd4d5fb7e26d5092df147cd",
26
+ "gitHead": "53fa0d2cd8daa65d03f7749456a38b83f06cbd82",
27
27
  "nx": {
28
28
  "targets": {
29
29
  "build": {