@spine-event-engine/deployment 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.
- package/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -76,5 +76,5 @@ Discovery is not a domain repository, a Stand subscription registry, or a
|
|
|
76
76
|
routing cap; an expected node count is only an operational expectation. The
|
|
77
77
|
registry does not provide a public deployment API or select storage settings
|
|
78
78
|
for you. Read the [reference](REFERENCE.md) for expiry, cleanup, TLS-origin,
|
|
79
|
-
and reconciliation rules, then choose [Datastore](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
80
|
-
or [MySQL](https://github.com/SpineEventEngine/spine-ts/blob/
|
|
79
|
+
and reconciliation rules, then choose [Datastore](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/storage-datastore/README.md)
|
|
80
|
+
or [MySQL](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/storage-rdbms/README.md) when durable leases are required.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spine-event-engine/deployment",
|
|
3
|
-
"version": "2.0.0-snapshot.
|
|
3
|
+
"version": "2.0.0-snapshot.7",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@bufbuild/protobuf": "2.12.1",
|
|
33
33
|
"loglayer": "9.4.0",
|
|
34
|
-
"@spine-event-engine/proto": "2.0.0-snapshot.
|
|
35
|
-
"@spine-event-engine/storage": "2.0.0-snapshot.
|
|
34
|
+
"@spine-event-engine/proto": "2.0.0-snapshot.7",
|
|
35
|
+
"@spine-event-engine/storage": "2.0.0-snapshot.7"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"mysql2": "3.23.1",
|
|
39
|
-
"@spine-event-engine/storage-
|
|
40
|
-
"@spine-event-engine/storage-
|
|
39
|
+
"@spine-event-engine/storage-rdbms": "2.0.0-snapshot.7",
|
|
40
|
+
"@spine-event-engine/storage-datastore": "2.0.0-snapshot.7"
|
|
41
41
|
}
|
|
42
42
|
}
|