rerobe-js-orm 3.1.7 → 3.1.8

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.
@@ -58,7 +58,7 @@ exports.PRODUCT_STATE_LABELS = {
58
58
  reserved: 'In a shopping cart',
59
59
  sold: 'Sold—return period open',
60
60
  returned: 'Returned-pending publication',
61
- soldSellerToBePaid: 'SOLD-pendingy payment',
61
+ soldSellerToBePaid: 'SOLD-pending payment',
62
62
  soldSellerPaid: 'Paid out',
63
63
  sellerSelfReject: 'Declined by you',
64
64
  liquidationRequested: 'Requested to take back',
@@ -66,7 +66,7 @@ exports.PRODUCT_STATE_LABELS = {
66
66
  sellerLiquidated: 'You’ve taken back',
67
67
  loading: 'Loading',
68
68
  shoppingBag: 'In a shopping bag',
69
- reservationQueue: 'In ',
69
+ reservationQueue: 'In waiting list',
70
70
  availableInStore: 'Listed for sale in store',
71
71
  sellerDonated: 'Donated by you',
72
72
  merchantDonated: 'Donated by merchant',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "3.1.7",
3
+ "version": "3.1.8",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",