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

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.
@@ -186,7 +186,7 @@ export class DistributedObjectsModel extends BaseInstanceModel {
186
186
  ? className
187
187
  : className.startsWith('xh')
188
188
  ? 'Hoist'
189
- : obj.type == 'Cache'
189
+ : obj.type == 'Hibernate Cache'
190
190
  ? 'Hibernate'
191
191
  : 'Other';
192
192
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "71.0.0-SNAPSHOT.1732369566945",
3
+ "version": "71.0.0-SNAPSHOT.1732733427409",
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",