@spine-event-engine/client-web 2.0.0-snapshot.5 → 2.0.0-snapshot.7

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/README.md +5 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,7 +7,7 @@ in `@spine-event-engine/client-react`.
7
7
  For protocol, browser-session, reconnect, and security limits, read the
8
8
  [reference](REFERENCE.md).
9
9
 
10
- The [browser client and gateway guide](https://github.com/SpineEventEngine/spine-ts/blob/main/docs/BROWSER_CLIENT_AUTH_EXTENSION_GUIDE.md)
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 application sign-in and gateway composition.
12
12
 
13
13
  ## Install and prepare an application
@@ -21,7 +21,7 @@ pnpm add @bufbuild/protobuf@2.12.1 @spine-event-engine/core@snapshot @spine-even
21
21
  ```
22
22
 
23
23
  Generate your application's model from its authored Proto sources with the
24
- [Proto tools guide](https://github.com/SpineEventEngine/spine-ts/tree/main/packages/proto-tools#readme), then import its published
24
+ [Proto tools guide](https://github.com/SpineEventEngine/spine-ts/tree/master/packages/proto-tools#readme), then import its published
25
25
  schemas from your own model package. The Message Board schema used below is a
26
26
  repository example of that application-owned output, not a package to install.
27
27
 
@@ -136,7 +136,7 @@ may be duplicated, reordered, or missed while disconnected.
136
136
 
137
137
  ## 🔗 Learn more
138
138
 
139
- - [React adapter](https://github.com/SpineEventEngine/spine-ts/blob/main/packages/client-react/README.md)
140
- - [Authentication package](https://github.com/SpineEventEngine/spine-ts/blob/main/packages/auth/README.md)
141
- - [Browser authentication and extension guide](https://github.com/SpineEventEngine/spine-ts/blob/main/docs/BROWSER_CLIENT_AUTH_EXTENSION_GUIDE.md)
139
+ - [React adapter](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/client-react/README.md)
140
+ - [Authentication package](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/auth/README.md)
141
+ - [Browser authentication and extension guide](https://github.com/SpineEventEngine/spine-ts/blob/master/docs/BROWSER_CLIENT_AUTH_EXTENSION_GUIDE.md)
142
142
  - [Detailed coding-agent reference](REFERENCE.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spine-event-engine/client-web",
3
- "version": "2.0.0-snapshot.5",
3
+ "version": "2.0.0-snapshot.7",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "repository": {
@@ -28,8 +28,8 @@
28
28
  "@bufbuild/protobuf": "2.12.1",
29
29
  "@connectrpc/connect": "2.1.2",
30
30
  "@connectrpc/connect-web": "2.1.2",
31
- "@spine-event-engine/core": "2.0.0-snapshot.5",
32
- "@spine-event-engine/proto": "2.0.0-snapshot.5"
31
+ "@spine-event-engine/core": "2.0.0-snapshot.7",
32
+ "@spine-event-engine/proto": "2.0.0-snapshot.7"
33
33
  },
34
34
  "scripts": {
35
35
  "check:dependencies": "node ../../scripts/check-client-web-dependencies.mjs"