rerobe-js-orm 3.6.2 → 3.6.3

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.
@@ -161,6 +161,7 @@ class Order extends Base_1.default {
161
161
  totalRefunded: this.totalRefunded,
162
162
  totalShippingPrice: this.totalShippingPrice,
163
163
  totalTax: this.totalTax,
164
+ taxTitle: this.taxTitle,
164
165
  originalTotalPrice: this.originalTotalPrice,
165
166
  lineItems: this.lineItems,
166
167
  cancelReason: this.cancelReason,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "3.6.2",
3
+ "version": "3.6.3",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",