@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -683,7 +683,7 @@ function operationFileEntry(node, name, extname = ".ts") {
|
|
|
683
683
|
*/
|
|
684
684
|
function resolveDependencyOperationFile(options) {
|
|
685
685
|
const { cache, node, resolver, root, output, group } = options;
|
|
686
|
-
return cache.
|
|
686
|
+
return cache.ensureItem(`${resolver.pluginName}:operationFile`, () => resolver.file({
|
|
687
687
|
...operationFileEntry(node, node.operationId),
|
|
688
688
|
root,
|
|
689
689
|
output,
|