@xh/hoist 69.0.0-SNAPSHOT.1728081402362 → 69.0.0-SNAPSHOT.1728209550024

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.
@@ -70,7 +70,7 @@ export class ActivityTrackingModel extends HoistModel {
70
70
  }
71
71
 
72
72
  private _monthFormat = 'MMM YYYY';
73
- private _defaultDims = ['day', 'username'];
73
+ private _defaultDims = ['username'];
74
74
 
75
75
  constructor() {
76
76
  super();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "69.0.0-SNAPSHOT.1728081402362",
3
+ "version": "69.0.0-SNAPSHOT.1728209550024",
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",