@spine-event-engine/client-react 2.0.0-snapshot.5 → 2.0.0-snapshot.6
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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ system.
|
|
|
7
7
|
|
|
8
8
|
For detailed hook lifecycles and error behavior, read the [reference](REFERENCE.md).
|
|
9
9
|
|
|
10
|
-
The [browser client and gateway guide](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
10
|
+
The [browser client and gateway guide](https://github.com/SpineEventEngine/spine-ts/blob/master/docs/BROWSER_CLIENT_AUTH_EXTENSION_GUIDE.md)
|
|
11
11
|
explains the subscription and authentication limits inherited from the browser client.
|
|
12
12
|
|
|
13
13
|
## Install and prepare an application
|
|
@@ -22,7 +22,7 @@ pnpm add @bufbuild/protobuf@2.12.1 @spine-event-engine/core@snapshot @spine-even
|
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
Generate and publish the application's model schemas using the [Proto tools
|
|
25
|
-
guide](https://github.com/SpineEventEngine/spine-ts/tree/
|
|
25
|
+
guide](https://github.com/SpineEventEngine/spine-ts/tree/master/packages/proto-tools#readme). The Message Board schema in this guide is a
|
|
26
26
|
repository example of such output; it is not a public dependency to install.
|
|
27
27
|
|
|
28
28
|
The application, not React, creates the authenticated Gateway connection and
|
|
@@ -136,6 +136,6 @@ a possible gap.
|
|
|
136
136
|
|
|
137
137
|
## 🔗 Learn more
|
|
138
138
|
|
|
139
|
-
- [Browser client](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
140
|
-
- [Message Board web example](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
139
|
+
- [Browser client](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/client-web/README.md)
|
|
140
|
+
- [Message Board web example](https://github.com/SpineEventEngine/spine-ts/blob/master/examples/message-board/web/README.md)
|
|
141
141
|
- [Detailed coding-agent reference](REFERENCE.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spine-event-engine/client-react",
|
|
3
|
-
"version": "2.0.0-snapshot.
|
|
3
|
+
"version": "2.0.0-snapshot.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"react": "^19.2.8"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@spine-event-engine/client-web": "2.0.0-snapshot.
|
|
32
|
+
"@spine-event-engine/client-web": "2.0.0-snapshot.6"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"check:dependencies": "node ../../scripts/check-client-react-dependencies.mjs"
|