@travetto/openapi 3.0.0-rc.21 → 3.0.0-rc.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ The module provides a command for the [Command Line Interface](https://github.co
|
|
|
139
139
|
```bash
|
|
140
140
|
$ trv openapi:client --help
|
|
141
141
|
|
|
142
|
-
Usage: openapi:client [options]
|
|
142
|
+
Usage: openapi:client [options] <format-or-preset>
|
|
143
143
|
|
|
144
144
|
Options:
|
|
145
145
|
-x, --extended-help Show Extended Help
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/openapi",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.23",
|
|
4
4
|
"description": "OpenAPI integration support for the travetto framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rest",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"directory": "module/openapi"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@travetto/config": "^3.0.0-rc.
|
|
30
|
-
"@travetto/rest": "^3.0.0-rc.
|
|
31
|
-
"@travetto/schema": "^3.0.0-rc.
|
|
32
|
-
"@travetto/yaml": "^3.0.0-rc.
|
|
29
|
+
"@travetto/config": "^3.0.0-rc.22",
|
|
30
|
+
"@travetto/rest": "^3.0.0-rc.23",
|
|
31
|
+
"@travetto/schema": "^3.0.0-rc.22",
|
|
32
|
+
"@travetto/yaml": "^3.0.0-rc.18",
|
|
33
33
|
"openapi3-ts": "^3.1.2"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@travetto/cli": "^3.0.0-rc.
|
|
36
|
+
"@travetto/cli": "^3.0.0-rc.21"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@travetto/cli": {
|