@vendure/common 1.3.0 → 1.3.4

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.
@@ -1748,7 +1748,7 @@ export declare type OrderItem = Node & {
1748
1748
  /** The price of a single unit including discounts and tax */
1749
1749
  discountedUnitPriceWithTax: Scalars['Int'];
1750
1750
  /**
1751
- * The actual unit price, taking into account both item discounts _and_ prorated (proportially-distributed)
1751
+ * The actual unit price, taking into account both item discounts _and_ prorated (proportionally-distributed)
1752
1752
  * Order-level discounts. This value is the true economic value of the OrderItem, and is used in tax
1753
1753
  * and refund calculations.
1754
1754
  */
@@ -1796,7 +1796,7 @@ export declare type OrderLine = Node & {
1796
1796
  /** The price of a single unit including discounts and tax */
1797
1797
  discountedUnitPriceWithTax: Scalars['Int'];
1798
1798
  /**
1799
- * The actual unit price, taking into account both item discounts _and_ prorated (proportially-distributed)
1799
+ * The actual unit price, taking into account both item discounts _and_ prorated (proportionally-distributed)
1800
1800
  * Order-level discounts. This value is the true economic value of the OrderItem, and is used in tax
1801
1801
  * and refund calculations.
1802
1802
  */
@@ -1808,14 +1808,14 @@ export declare type OrderLine = Node & {
1808
1808
  taxRate: Scalars['Float'];
1809
1809
  /** The total price of the line excluding tax and discounts. */
1810
1810
  linePrice: Scalars['Int'];
1811
- /** The total price of the line including tax bit excluding discounts. */
1811
+ /** The total price of the line including tax but excluding discounts. */
1812
1812
  linePriceWithTax: Scalars['Int'];
1813
1813
  /** The price of the line including discounts, excluding tax */
1814
1814
  discountedLinePrice: Scalars['Int'];
1815
1815
  /** The price of the line including discounts and tax */
1816
1816
  discountedLinePriceWithTax: Scalars['Int'];
1817
1817
  /**
1818
- * The actual line price, taking into account both item discounts _and_ prorated (proportially-distributed)
1818
+ * The actual line price, taking into account both item discounts _and_ prorated (proportionally-distributed)
1819
1819
  * Order-level discounts. This value is the true economic value of the OrderLine, and is used in tax
1820
1820
  * and refund calculations.
1821
1821
  */
@@ -2722,7 +2722,7 @@ export declare type OrderItem = Node & {
2722
2722
  /** The price of a single unit including discounts and tax */
2723
2723
  discountedUnitPriceWithTax: Scalars['Int'];
2724
2724
  /**
2725
- * The actual unit price, taking into account both item discounts _and_ prorated (proportially-distributed)
2725
+ * The actual unit price, taking into account both item discounts _and_ prorated (proportionally-distributed)
2726
2726
  * Order-level discounts. This value is the true economic value of the OrderItem, and is used in tax
2727
2727
  * and refund calculations.
2728
2728
  */
@@ -2770,7 +2770,7 @@ export declare type OrderLine = Node & {
2770
2770
  /** The price of a single unit including discounts and tax */
2771
2771
  discountedUnitPriceWithTax: Scalars['Int'];
2772
2772
  /**
2773
- * The actual unit price, taking into account both item discounts _and_ prorated (proportially-distributed)
2773
+ * The actual unit price, taking into account both item discounts _and_ prorated (proportionally-distributed)
2774
2774
  * Order-level discounts. This value is the true economic value of the OrderItem, and is used in tax
2775
2775
  * and refund calculations.
2776
2776
  */
@@ -2782,14 +2782,14 @@ export declare type OrderLine = Node & {
2782
2782
  taxRate: Scalars['Float'];
2783
2783
  /** The total price of the line excluding tax and discounts. */
2784
2784
  linePrice: Scalars['Int'];
2785
- /** The total price of the line including tax bit excluding discounts. */
2785
+ /** The total price of the line including tax but excluding discounts. */
2786
2786
  linePriceWithTax: Scalars['Int'];
2787
2787
  /** The price of the line including discounts, excluding tax */
2788
2788
  discountedLinePrice: Scalars['Int'];
2789
2789
  /** The price of the line including discounts and tax */
2790
2790
  discountedLinePriceWithTax: Scalars['Int'];
2791
2791
  /**
2792
- * The actual line price, taking into account both item discounts _and_ prorated (proportially-distributed)
2792
+ * The actual line price, taking into account both item discounts _and_ prorated (proportionally-distributed)
2793
2793
  * Order-level discounts. This value is the true economic value of the OrderLine, and is used in tax
2794
2794
  * and refund calculations.
2795
2795
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/common",
3
- "version": "1.3.0",
3
+ "version": "1.3.4",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -22,5 +22,5 @@
22
22
  "rimraf": "^3.0.2",
23
23
  "typescript": "4.3.5"
24
24
  },
25
- "gitHead": "ac851bb030d281e3fc31078d2e9d61620eae5b29"
25
+ "gitHead": "c56b85f6d87b5687595ae79c8889bd633101e0d5"
26
26
  }