@kubb/plugin-fetch 5.0.0-beta.87 → 5.0.0-beta.95

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.d.ts CHANGED
@@ -189,7 +189,7 @@ declare const pluginFetchName = "plugin-fetch";
189
189
  * import { pluginFetch } from '@kubb/plugin-fetch'
190
190
  *
191
191
  * export default defineConfig({
192
- * input: { path: './petStore.yaml' },
192
+ * input: './petStore.yaml',
193
193
  * output: { path: './src/gen' },
194
194
  * plugins: [
195
195
  * pluginTs(),
package/dist/index.js CHANGED
@@ -1470,7 +1470,7 @@ const pluginFetchName = "plugin-fetch";
1470
1470
  * import { pluginFetch } from '@kubb/plugin-fetch'
1471
1471
  *
1472
1472
  * export default defineConfig({
1473
- * input: { path: './petStore.yaml' },
1473
+ * input: './petStore.yaml',
1474
1474
  * output: { path: './src/gen' },
1475
1475
  * plugins: [
1476
1476
  * pluginTs(),