Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
arashalaei committed Dec 13, 2024
1 parent acecd07 commit 560542b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 19 deletions.
11 changes: 1 addition & 10 deletions dist/service/src/apis/AccountsApi.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"apiPackage": "api",
"modelPackage": "model",
"npmName": "zarban",
"npmVersion": "0.1.4",
"npmVersion": "0.1.5",
"modelPropertyNaming": "camelCase",
"enumPropertyNaming": "UPPERCASE",
"nullSafeAdditionalProps": true
Expand All @@ -40,7 +40,7 @@
"apiPackage": "api",
"modelPackage": "model",
"npmName": "zarban",
"npmVersion": "0.1.4",
"npmVersion": "0.1.5",
"modelPropertyNaming": "camelCase",
"enumPropertyNaming": "UPPERCASE",
"nullSafeAdditionalProps": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zarban",
"version": "0.1.4",
"version": "0.1.5",
"description": "Zarban - A TypeScript SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/service/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [email protected].4
## [email protected].5

This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:

Expand Down Expand Up @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_

```
npm install [email protected].4 --save
npm install [email protected].5 --save
```

_unPublished (not recommended):_
Expand Down
2 changes: 1 addition & 1 deletion src/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zarban",
"version": "0.1.4",
"version": "0.1.5",
"description": "OpenAPI client for zarban",
"author": "OpenAPI-Generator",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/wallet/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [email protected].4
## [email protected].5

This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:

Expand Down Expand Up @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_

```
npm install [email protected].4 --save
npm install [email protected].5 --save
```

_unPublished (not recommended):_
Expand Down
2 changes: 1 addition & 1 deletion src/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zarban",
"version": "0.1.4",
"version": "0.1.5",
"description": "OpenAPI client for zarban",
"author": "OpenAPI-Generator",
"repository": {
Expand Down

0 comments on commit 560542b

Please sign in to comment.