@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.js CHANGED
@@ -1879,6 +1879,7 @@ const adapterOas = defineAdapter((options) => {
1879
1879
  }),
1880
1880
  meta: {
1881
1881
  title: oas.api.info?.title,
1882
+ description: oas.api.info?.description,
1882
1883
  version: oas.api.info?.version,
1883
1884
  baseURL
1884
1885
  }