@xh/hoist 69.0.0-SNAPSHOT.1728960616985 → 69.0.0-SNAPSHOT.1729088865150

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.
@@ -63,10 +63,10 @@ export class ServiceModel extends BaseInstanceModel {
63
63
  {name: 'lastCachesCleared', type: 'date', displayName: 'Last Cleared'}
64
64
  ]
65
65
  },
66
- sortBy: 'displayName',
66
+ sortBy: ['provider', 'displayName'],
67
67
  columns: [
68
- {field: 'displayName', flex: 1},
69
68
  {field: 'provider'},
69
+ {field: 'displayName', flex: 1},
70
70
  {...timestampNoYear, field: 'lastCachesCleared'},
71
71
  {...timestampNoYear, field: 'initializedDate'}
72
72
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "69.0.0-SNAPSHOT.1728960616985",
3
+ "version": "69.0.0-SNAPSHOT.1729088865150",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",