File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
22<h1 align =" center " >TypeScript/Node.js NATS client wrapper</h1 >
33<p align =" center " >
4- <em >This is a generated TypeScript/Node.js NATS client for the application - Rust API .</em >
4+ <em >This is a generated TypeScript/Node.js NATS client for the application - Rust processor .</em >
55</p >
66
77** We highly recommend you do not modify this client in any way since it is build for you to re-generate it when your AsyncAPI document changes.**
Original file line number Diff line number Diff line change 11{
2- "template_last_version" : " 0.5.6 " ,
3- "document_last_version" : " 0.1 .0"
2+ "template_last_version" : " 0.5.9 " ,
3+ "document_last_version" : " 0.2 .0"
44}
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ export class NatsAsyncApiClient {
220220 */
221221 async connectToProduction ( codec ? : Nats . Codec < any > ) {
222222 await this . connect ( {
223- servers : [ "test.nats.org:{port} " ]
223+ servers : [ "test.nats.org:4444 " ]
224224 } , codec ) ;
225225 }
226226 /**
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ export class NatsAsyncApiTestClient {
212212 */
213213 async connectToProduction ( codec ? : Nats . Codec < any > ) {
214214 await this . connect ( {
215- servers : [ "test.nats.org:{port} " ]
215+ servers : [ "test.nats.org:4444 " ]
216216 } , codec ) ;
217217 }
218218 /**
You can’t perform that action at this time.
0 commit comments