We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a2e302 + 9bbc961 commit 80f2e7eCopy full SHA for 80f2e7e
README.md
@@ -30,8 +30,7 @@ Versions to install to match EventStore versions:
30
- 0.2.x for ES from 3.9.4 to 5.x
31
- 20.10.x for ES 20.10 LTS
32
- 21.10.x for ES 21.10 LTS
33
-
34
-*I am working on making version match LTS and latest release of EventStore so that TCP protocol matches*
+- 22.10.x for ES 22.10 LTS
35
36
### Dependencies
37
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-eventstore-client",
3
- "version": "21.10.0",
+ "version": "22.10.0",
4
"description": "A port of the EventStore .Net ClientAPI to Node.js",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments