Skip to content

Commit cc75611

Browse files
fix: patch version change (#15)
Co-authored-by: jonaslagoni <jonas-lt@live.dk>
1 parent a41ca8f commit cc75611

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.**

configs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

src/testclient/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)