@xh/hoist 69.0.0-SNAPSHOT.1728035585537 → 69.0.0-SNAPSHOT.1728037136139

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.
@@ -190,7 +190,7 @@ export class ClientErrorsModel extends HoistModel {
190
190
  }
191
191
 
192
192
  private get defaultStartDay() {
193
- return LocalDate.currentAppDay().subtract(6);
193
+ return LocalDate.currentAppDay();
194
194
  }
195
195
 
196
196
  private get defaultEndDay() {
@@ -315,7 +315,7 @@ export class ActivityTrackingModel extends HoistModel {
315
315
  }
316
316
 
317
317
  private get defaultStartDay() {
318
- return LocalDate.currentAppDay().subtract(6);
318
+ return LocalDate.currentAppDay();
319
319
  }
320
320
 
321
321
  private get defaultEndDay() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "69.0.0-SNAPSHOT.1728035585537",
3
+ "version": "69.0.0-SNAPSHOT.1728037136139",
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",