@spine-event-engine/core 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
|
@@ -35,7 +35,7 @@ A generated interface export has one name in two TypeScript namespaces: use it
|
|
|
35
35
|
as a type for message shape and as a value token in a repository `.route(...)`
|
|
36
36
|
call. The To-Do `TaskEvent` token groups task events; its authored
|
|
37
37
|
`TaskAssignmentEvent` counterpart groups assignment events. Start with the
|
|
38
|
-
[To-Do walkthrough](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
38
|
+
[To-Do walkthrough](https://github.com/SpineEventEngine/spine-ts/blob/master/examples/todo/USER_GUIDE.md) for the complete path.
|
|
39
39
|
|
|
40
40
|
For the detailed contract and integration notes, see
|
|
41
41
|
[REFERENCE documentation for agents](REFERENCE.md).
|
|
@@ -169,7 +169,7 @@ by hand.
|
|
|
169
169
|
|
|
170
170
|
## 🔗 Learn more
|
|
171
171
|
|
|
172
|
-
- [Protobuf package](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
173
|
-
- [Model-generation tools](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
174
|
-
- [Server](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
172
|
+
- [Protobuf package](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/proto/README.md)
|
|
173
|
+
- [Model-generation tools](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/proto-tools/README.md)
|
|
174
|
+
- [Server](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/server/README.md)
|
|
175
175
|
- [Reference for coding agents](REFERENCE.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spine-event-engine/core",
|
|
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": {
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@bufbuild/protobuf": "2.12.1",
|
|
33
33
|
"@spine-event-engine/validation": "2.0.0-snapshot.7",
|
|
34
|
-
"@spine-event-engine/proto": "2.0.0-snapshot.
|
|
34
|
+
"@spine-event-engine/proto": "2.0.0-snapshot.6"
|
|
35
35
|
}
|
|
36
36
|
}
|