@kubb/adapter-oas 5.0.0-alpha.6 → 5.0.0-alpha.7

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.
package/dist/index.cjs CHANGED
@@ -1907,6 +1907,7 @@ const adapterOas = (0, _kubb_core.defineAdapter)((options) => {
1907
1907
  }),
1908
1908
  meta: {
1909
1909
  title: oas.api.info?.title,
1910
+ description: oas.api.info?.description,
1910
1911
  version: oas.api.info?.version,
1911
1912
  baseURL
1912
1913
  }