Skip to content

Commit 0dd5cf7

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@1e18339 from refs/heads/main
1 parent 41a2dc3 commit 0dd5cf7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## qovery-typescript-axiox@$(grep 'version' _build/openapi.yaml | head -1 | tr ':' '\n' | tail -1 | tr -d ' ')
1+
## qovery-typescript-[email protected]
22

33
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
44

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

3838
```
39-
npm install qovery-typescript-axiox@$(grep 'version' _build/openapi.yaml | head -1 | tr ':' '\n' | tail -1 | tr -d ' ') --save
39+
npm install qovery-typescript-[email protected] --save
4040
```
4141

4242
_unPublished (not recommended):_

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "qovery-typescript-axiox",
3-
"version": "$(grep 'version' _build/openapi.yaml | head -1 | tr ':' '\n' | tail -1 | tr -d ' ')",
4-
"description": "OpenAPI client for qovery-typescript-axiox",
2+
"name": "qovery-typescript-axios",
3+
"version": "1.0.3",
4+
"description": "OpenAPI client for qovery-typescript-axios",
55
"author": "OpenAPI-Generator Contributors",
66
"keywords": [
77
"axios",
88
"typescript",
99
"openapi-client",
1010
"openapi-generator",
11-
"qovery-typescript-axiox"
11+
"qovery-typescript-axios"
1212
],
1313
"license": "Unlicense",
1414
"main": "./dist/index.js",

0 commit comments

Comments
 (0)