@xh/hoist 73.0.0-SNAPSHOT.1747414332661 → 73.0.0
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v73.0.0-
|
|
3
|
+
## v73.0.0 - 2025-05-16
|
|
4
4
|
|
|
5
5
|
### 💥 Breaking Changes (upgrade difficulty: 🟢 TRIVIAL - minor upgrade to Hoist Core)
|
|
6
6
|
|
|
7
|
-
* Requires `hoist-core >=
|
|
7
|
+
* Requires `hoist-core >= 31` with new APIs to support the consolidated Admin Console "Clients"
|
|
8
8
|
tab and new properties on `TrackLog`.
|
|
9
9
|
* Apps with a custom `AppModel` for their admin app that extends `@xh/hoist/admin/AppModel` must
|
|
10
10
|
ensure they call `super.initAsync()` within their override of that lifecycle method, if
|
|
@@ -112,7 +112,6 @@ export interface WebSocketTelemetry {
|
|
|
112
112
|
msgSent?: WebSocketEventTelemetry;
|
|
113
113
|
heartbeatReceived?: WebSocketEventTelemetry;
|
|
114
114
|
heartbeatSent?: WebSocketEventTelemetry;
|
|
115
|
-
heartbeatFailed?: WebSocketEventTelemetry;
|
|
116
115
|
heartbeatReconnectAttempt?: WebSocketEventTelemetry;
|
|
117
116
|
instanceChangeReconnectAttempt?: WebSocketEventTelemetry;
|
|
118
117
|
};
|
package/package.json
CHANGED
package/svc/WebSocketService.ts
CHANGED
|
@@ -369,7 +369,6 @@ export interface WebSocketTelemetry {
|
|
|
369
369
|
msgSent?: WebSocketEventTelemetry;
|
|
370
370
|
heartbeatReceived?: WebSocketEventTelemetry;
|
|
371
371
|
heartbeatSent?: WebSocketEventTelemetry;
|
|
372
|
-
heartbeatFailed?: WebSocketEventTelemetry;
|
|
373
372
|
heartbeatReconnectAttempt?: WebSocketEventTelemetry;
|
|
374
373
|
instanceChangeReconnectAttempt?: WebSocketEventTelemetry;
|
|
375
374
|
};
|