@mercurjs/admin 2.0.0-canary.31 → 2.0.0-canary.32

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.
package/dist/index.js CHANGED
@@ -3269,7 +3269,7 @@ function getRouteMap({
3269
3269
  children: [
3270
3270
  {
3271
3271
  path: "",
3272
- lazy: () => import("./order-list-P75CDQ2O.js")
3272
+ lazy: () => import("./order-list-EMWOUSYA.js")
3273
3273
  },
3274
3274
  {
3275
3275
  path: ":id",
@@ -73,7 +73,17 @@ var DEFAULT_PROPERTIES = [
73
73
  "customer_id",
74
74
  "seller_count",
75
75
  "total",
76
- "created_at"
76
+ "created_at",
77
+ "orders.id",
78
+ "orders.status",
79
+ "orders.created_at",
80
+ "orders.email",
81
+ "orders.display_id",
82
+ "orders.custom_display_id",
83
+ "orders.payment_status",
84
+ "orders.fulfillment_status",
85
+ "orders.total",
86
+ "orders.currency_code"
77
87
  ];
78
88
  var DEFAULT_RELATIONS = [
79
89
  "*orders",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/admin",
3
- "version": "2.0.0-canary.31",
3
+ "version": "2.0.0-canary.32",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",