@geekmidas/cli 1.2.1 → 1.2.2

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.
@@ -1595,7 +1595,6 @@ export function createApi(options: CreateApiOptions) {
1595
1595
  }
1596
1596
  `;
1597
1597
  return `// Auto-generated by @geekmidas/cli - DO NOT EDIT
1598
- // Generated: ${(/* @__PURE__ */ new Date()).toISOString()}
1599
1598
 
1600
1599
  // ============================================================
1601
1600
  // Security Scheme Type
@@ -1682,7 +1681,7 @@ const OPENAPI_OUTPUT_PATH = "./.gkm/openapi.ts";
1682
1681
  function resolveOpenApiConfig(config) {
1683
1682
  if (config.openapi === false) return { enabled: false };
1684
1683
  if (config.openapi === true || config.openapi === void 0) return {
1685
- enabled: config.openapi === true,
1684
+ enabled: true,
1686
1685
  title: "API Documentation",
1687
1686
  version: "1.0.0",
1688
1687
  description: "Auto-generated API documentation from endpoints"
@@ -1782,4 +1781,4 @@ async function openapiCommand(options = {}) {
1782
1781
 
1783
1782
  //#endregion
1784
1783
  export { ConstructGenerator, EndpointGenerator, OPENAPI_OUTPUT_PATH, OpenApiTsGenerator, generateOpenApi, openapiCommand, resolveOpenApiConfig };
1785
- //# sourceMappingURL=openapi-DrbBWq0s.mjs.map
1784
+ //# sourceMappingURL=openapi-BZ4Qik9w.mjs.map