@qualisero/openapi-endpoint 0.20.0 → 0.20.1

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/dist/cli.js +0 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -709,8 +709,6 @@ function generateApiSchemasContent(openApiSpec) {
709
709
  return `// Auto-generated from OpenAPI specification
710
710
  // Do not edit this file manually
711
711
 
712
- import type { components } from './openapi-types.js'
713
-
714
712
  // No schemas found in the OpenAPI specification
715
713
  `;
716
714
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qualisero/openapi-endpoint",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/qualisero/openapi-endpoint.git"