@openapitools/openapi-generator-cli 2.13.3 → 2.13.5

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 +3 -3
package/README.md CHANGED
@@ -10,7 +10,7 @@ OpenAPI Generator allows generation of API client libraries (SDK generation), se
10
10
  configuration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supported). Please see
11
11
  [OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator).
12
12
 
13
- The OpenAPI Generator is a Java project. `openapi-generator-cli` will download the appropriate JAR file and invoke the `java` executable to run the OpenAPI Generator. You must have the `java` binary executable available on your `PATH` for this to work.
13
+ The OpenAPI Generator is a Java project. `openapi-generator-cli` will download the appropriate JAR file and invoke the `java` executable to run the OpenAPI Generator. You must have the `java` binary executable available on your `PATH` for this to work. (JDK 11 is the minimal version supported. To install OpenJDK, please visit https://adoptium.net/)
14
14
 
15
15
  If you find this tool useful, please consider sponsoring this project financially via https://opencollective.com/openapi_generator or directly to [Kay Schecker](https://github.com/sponsors/kay-schecker) (the author of this tool) :pray:
16
16
 
package/package.json CHANGED
@@ -51,7 +51,7 @@
51
51
  "text": "Please sponsor OpenAPI Generator."
52
52
  }
53
53
  },
54
- "version": "2.13.3",
54
+ "version": "2.13.5",
55
55
  "name": "@openapitools/openapi-generator-cli",
56
56
  "description": "A npm package wrapper for OpenAPI Generator (https://github.com/OpenAPITools/openapi-generator), generates which API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)",
57
57
  "scripts": {
@@ -66,11 +66,11 @@
66
66
  "main.js"
67
67
  ],
68
68
  "dependencies": {
69
- "@nestjs/axios": "3.0.1",
69
+ "@nestjs/axios": "3.0.2",
70
70
  "@nestjs/common": "10.3.0",
71
71
  "@nestjs/core": "10.3.0",
72
72
  "@nuxtjs/opencollective": "0.3.2",
73
- "axios": "1.6.8",
73
+ "axios": "1.7.4",
74
74
  "chalk": "4.1.2",
75
75
  "commander": "8.3.0",
76
76
  "compare-versions": "4.1.4",