@spine-event-engine/proto-tools 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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -97,7 +97,7 @@ it does not discover undeclared packages or create a running application.
|
|
|
97
97
|
|
|
98
98
|
## 🔗 Learn more
|
|
99
99
|
|
|
100
|
-
- [Spine Protobuf package](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
101
|
-
- [Core message tools](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
102
|
-
- [Message Board model example](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
100
|
+
- [Spine Protobuf package](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/proto/README.md)
|
|
101
|
+
- [Core message tools](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/core/README.md)
|
|
102
|
+
- [Message Board model example](https://github.com/SpineEventEngine/spine-ts/blob/master/examples/message-board/model/README.md)
|
|
103
103
|
- [Reference for coding agents](REFERENCE.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spine-event-engine/proto-tools",
|
|
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": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"REFERENCE.md"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@spine-event-engine/proto": "2.0.0-snapshot.
|
|
38
|
+
"@spine-event-engine/proto": "2.0.0-snapshot.6",
|
|
39
39
|
"@bufbuild/buf": "1.71.0",
|
|
40
40
|
"@bufbuild/protoc-gen-es": "2.12.1",
|
|
41
41
|
"@bufbuild/protobuf": "2.12.1",
|