Merge branch 'release-22.10'

This commit is contained in:
Nicolas Dextraze 2023-01-30 16:17:53 -05:00
commit 80f2e7e50f
2 changed files with 2 additions and 3 deletions

View File

@ -30,8 +30,7 @@ Versions to install to match EventStore versions:
- 0.2.x for ES from 3.9.4 to 5.x - 0.2.x for ES from 3.9.4 to 5.x
- 20.10.x for ES 20.10 LTS - 20.10.x for ES 20.10 LTS
- 21.10.x for ES 21.10 LTS - 21.10.x for ES 21.10 LTS
- 22.10.x for ES 22.10 LTS
*I am working on making version match LTS and latest release of EventStore so that TCP protocol matches*
### Dependencies ### Dependencies

View File

@ -1,6 +1,6 @@
{ {
"name": "node-eventstore-client", "name": "node-eventstore-client",
"version": "21.10.0", "version": "22.10.0",
"description": "A port of the EventStore .Net ClientAPI to Node.js", "description": "A port of the EventStore .Net ClientAPI to Node.js",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",