@xh/hoist 68.0.0-SNAPSHOT.1726224822379 → 68.0.0-SNAPSHOT.1726237236739

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.
@@ -154,7 +154,8 @@ export const instance: ColumnSpec = {
154
154
  field: {
155
155
  name: 'instance',
156
156
  type: 'string',
157
- displayName: 'Instance'
157
+ isDimension: true,
158
+ aggregator: 'UNIQUE'
158
159
  },
159
160
  width: 100
160
161
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "68.0.0-SNAPSHOT.1726224822379",
3
+ "version": "68.0.0-SNAPSHOT.1726237236739",
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",