@xh/hoist 71.0.0-SNAPSHOT.1732733427409 → 71.0.0-SNAPSHOT.1733171277504

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.
@@ -101,7 +101,7 @@ export class LogViewerModel extends BaseInstanceModel {
101
101
  store.loadData(files);
102
102
  if (selModel.isEmpty) {
103
103
  const latestAppLog = store.records.find(
104
- rec => rec.data.filename === `${XH.appCode}-${instanceName}.log`
104
+ rec => rec.data.filename === `${XH.appCode}-${instanceName}-app.log`
105
105
  );
106
106
  if (latestAppLog) {
107
107
  selModel.select(latestAppLog);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "71.0.0-SNAPSHOT.1732733427409",
3
+ "version": "71.0.0-SNAPSHOT.1733171277504",
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",