@openapitools/openapi-generator-cli 2.10.1 → 2.11.0

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -246,3 +246,4 @@ yarn add @openapitools/openapi-generator-cli@1.0.18-4.3.1
246
246
  Please leave a star.
247
247
 
248
248
 
249
+
package/package.json CHANGED
@@ -51,7 +51,7 @@
51
51
  "text": "Please sponsor OpenAPI Generator."
52
52
  }
53
53
  },
54
- "version": "2.10.1",
54
+ "version": "2.11.0",
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": {