@kubb/plugin-vue-query 5.0.0-beta.73 → 5.0.0-beta.75

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
@@ -1848,7 +1848,7 @@ const pluginVueQuery = (0, _kubb_core.definePlugin)((options) => {
1848
1848
  });
1849
1849
  ctx.setResolver(resolver);
1850
1850
  if (userMacros?.length) ctx.setMacros(userMacros);
1851
- for (const gen of selectedGenerators) ctx.addGenerator(gen);
1851
+ ctx.addGenerator(...selectedGenerators);
1852
1852
  } }
1853
1853
  };
1854
1854
  });