@travetto/openapi 8.0.0-alpha.19 → 8.0.0-alpha.20
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 +8 -6
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -125,10 +125,11 @@ $ trv openapi:spec --help
|
|
|
125
125
|
|
|
126
126
|
Usage: openapi:spec [options]
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
Description:
|
|
129
|
+
Generate the OpenAPI specification for the selected module.
|
|
129
130
|
|
|
130
|
-
The resulting JSON can be written to stdout or to a file path for use in
|
|
131
|
-
downstream tooling, CI publishing, and client generation pipelines.
|
|
131
|
+
The resulting JSON can be written to stdout or to a file path for use in
|
|
132
|
+
downstream tooling, CI publishing, and client generation pipelines.
|
|
132
133
|
|
|
133
134
|
Options:
|
|
134
135
|
-o, --output <string> Output files
|
|
@@ -147,10 +148,11 @@ $ trv openapi:client --help
|
|
|
147
148
|
|
|
148
149
|
Usage: openapi:client [options] <format:string>
|
|
149
150
|
|
|
150
|
-
|
|
151
|
+
Description:
|
|
152
|
+
Generate API clients from an OpenAPI specification using the generator image.
|
|
151
153
|
|
|
152
|
-
This command wraps OpenAPI Generator in Docker and writes generated client code
|
|
153
|
-
into the configured output folder.
|
|
154
|
+
This command wraps OpenAPI Generator in Docker and writes generated client code
|
|
155
|
+
into the configured output folder.
|
|
154
156
|
|
|
155
157
|
Options:
|
|
156
158
|
-x, --extended-help Show expanded generator help for all available formats/options. (default: false)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/openapi",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "OpenAPI integration support for the Travetto framework",
|
|
6
6
|
"keywords": [
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"directory": "module/openapi"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@travetto/config": "^8.0.0-alpha.
|
|
31
|
-
"@travetto/schema": "^8.0.0-alpha.
|
|
32
|
-
"@travetto/web": "^8.0.0-alpha.
|
|
30
|
+
"@travetto/config": "^8.0.0-alpha.19",
|
|
31
|
+
"@travetto/schema": "^8.0.0-alpha.19",
|
|
32
|
+
"@travetto/web": "^8.0.0-alpha.20",
|
|
33
33
|
"openapi3-ts": "^4.6.0",
|
|
34
34
|
"yaml": "^2.9.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@travetto/cli": "^8.0.0-alpha.
|
|
37
|
+
"@travetto/cli": "^8.0.0-alpha.25"
|
|
38
38
|
},
|
|
39
39
|
"peerDependenciesMeta": {
|
|
40
40
|
"@travetto/cli": {
|