@xh/hoist 75.0.0-SNAPSHOT.1753474244586 → 75.0.0-SNAPSHOT.1753485410401
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -289,7 +289,7 @@ available to application code, use the`XH.installServicesAsync()` method. This m
|
|
|
289
289
|
construct, initialize, and install the services as a property on the XH object. Note that there is a
|
|
290
290
|
strict expectation that service classes will be named ending with the word 'Service', e.g.
|
|
291
291
|
`MyCustomService.`. The installed instance in this case would then be made available to application
|
|
292
|
-
code as `XH.myCustomService
|
|
292
|
+
code as `XH.myCustomService`.
|
|
293
293
|
|
|
294
294
|
Many core Hoist features are exposed on the client via services such as `PrefService`,
|
|
295
295
|
`ConfigService`, and `IdentityService`. See these examples for a better understanding of the kind of
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "75.0.0-SNAPSHOT.
|
|
3
|
+
"version": "75.0.0-SNAPSHOT.1753485410401",
|
|
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",
|