@xh/hoist 69.0.0-SNAPSHOT.1727896048900 → 69.0.0-SNAPSHOT.1727923437594

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.
@@ -55,7 +55,7 @@ export class RoleDetailsModel extends HoistModel {
55
55
  //------------------
56
56
  // Implementation
57
57
  //------------------
58
- private setTabTitle(id: string, name: string, col: []) {
58
+ private setTabTitle(id: string, name: string, col: any[]) {
59
59
  const title = col != null ? hbox(name, badge(col.length)) : name;
60
60
  this.tabContainerModel.setTabTitle(id, title);
61
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "69.0.0-SNAPSHOT.1727896048900",
3
+ "version": "69.0.0-SNAPSHOT.1727923437594",
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",