@kubb/plugin-faker 5.0.0-beta.106 → 5.0.0-beta.109

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
@@ -679,7 +679,7 @@ function operationFileEntry(node, name, extname = ".ts") {
679
679
  */
680
680
  function resolveDependencyOperationFile(options) {
681
681
  const { cache, node, resolver, root, output, group } = options;
682
- return cache.getOrSet(`${resolver.pluginName}:operationFile`, () => resolver.file({
682
+ return cache.ensureItem(`${resolver.pluginName}:operationFile`, () => resolver.file({
683
683
  ...operationFileEntry(node, node.operationId),
684
684
  root,
685
685
  output,