@travetto/openapi 3.0.0-rc.22 → 3.0.0-rc.24

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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] [format-or-preset]
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.22",
3
+ "version": "3.0.0-rc.24",
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.21",
30
- "@travetto/rest": "^3.0.0-rc.22",
31
- "@travetto/schema": "^3.0.0-rc.21",
32
- "@travetto/yaml": "^3.0.0-rc.17",
29
+ "@travetto/config": "^3.0.0-rc.23",
30
+ "@travetto/rest": "^3.0.0-rc.24",
31
+ "@travetto/schema": "^3.0.0-rc.23",
32
+ "@travetto/yaml": "^3.0.0-rc.19",
33
33
  "openapi3-ts": "^3.1.2"
34
34
  },
35
35
  "peerDependencies": {
36
- "@travetto/cli": "^3.0.0-rc.20"
36
+ "@travetto/cli": "^3.0.0-rc.22"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "@travetto/cli": {