@xh/hoist 73.0.0-SNAPSHOT.1741967769000 → 73.0.0-SNAPSHOT.1742503059030

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.
@@ -117,8 +117,6 @@ export class LogDisplayModel extends HoistModel {
117
117
  },
118
118
  loadSpec
119
119
  });
120
- // Backward compatibility for Hoist Core < v22, which returned exception in-band
121
- if (!response.success) throw XH.exception(response.exception);
122
120
  this.updateGridData(response.content);
123
121
  }
124
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "73.0.0-SNAPSHOT.1741967769000",
3
+ "version": "73.0.0-SNAPSHOT.1742503059030",
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",