@xh/hoist 73.0.0-SNAPSHOT.1746050507413 → 73.0.0-SNAPSHOT.1746051498287

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/admin/AppModel.ts CHANGED
@@ -170,7 +170,8 @@ export class AppModel extends HoistAppModel {
170
170
  async initViewManagerModelsAsync() {
171
171
  this.viewManagerModels.activityTracking = await ViewManagerModel.createAsync({
172
172
  type: 'xhAdminActivityTrackingView',
173
- typeDisplayName: 'View'
173
+ typeDisplayName: 'View',
174
+ manageGlobal: XH.getUser().isHoistAdmin
174
175
  });
175
176
  }
176
177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "73.0.0-SNAPSHOT.1746050507413",
3
+ "version": "73.0.0-SNAPSHOT.1746051498287",
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",