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

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
@@ -1822,7 +1822,7 @@ const pluginVueQuery = definePlugin((options) => {
1822
1822
  });
1823
1823
  ctx.setResolver(resolver);
1824
1824
  if (userMacros?.length) ctx.setMacros(userMacros);
1825
- for (const gen of selectedGenerators) ctx.addGenerator(gen);
1825
+ ctx.addGenerator(selectedGenerators);
1826
1826
  } }
1827
1827
  };
1828
1828
  });