@xh/hoist 74.0.0-SNAPSHOT.1748002015150 → 74.0.0-SNAPSHOT.1748011347837

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.
@@ -372,7 +372,7 @@ export class ActivityTrackingModel extends HoistModel implements ActivityDetailP
372
372
  {field: 'instance'},
373
373
  {field: 'loadId'},
374
374
  {field: 'msg', displayName: 'Message'},
375
- {field: 'severity'},
375
+ {field: 'severity', values: ['DEBUG', 'INFO', 'WARN', 'ERROR']},
376
376
  {field: 'tabId'},
377
377
  {field: 'userAgent'},
378
378
  {field: 'username', displayName: 'User'},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "74.0.0-SNAPSHOT.1748002015150",
3
+ "version": "74.0.0-SNAPSHOT.1748011347837",
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",