@xh/hoist 76.0.0-SNAPSHOT.1755807786142 → 76.0.0-SNAPSHOT.1756219543970

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -73,7 +73,7 @@
73
73
  * WebSockets are now enabled by default for client apps, as they have been on the server since Hoist
74
74
  Core v20.2. Maintaining a WebSocket connection back to the Hoist server enables useful Admin
75
75
  Console functionality and is recommended, but clients that must disable WebSockets can do so via
76
- `AppSpec.disableWebSockets`. Note `AppSpec.enableWebSockets` is deprecated and can be removed.
76
+ `AppSpec.disableWebSockets`. Note `AppSpec.webSocketsEnabled` is deprecated and can be removed.
77
77
  * Hoist now sets a reference to an app's singleton `AuthModel` on a static `instance` property of
78
78
  the app-specified class. App developers can declare a typed static `instance` property on their
79
79
  model class and use it to access the singleton with its proper type, vs. `XH.authModel`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "76.0.0-SNAPSHOT.1755807786142",
3
+ "version": "76.0.0-SNAPSHOT.1756219543970",
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",