@kubb/core 0.37.18 → 0.37.20

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
@@ -268,7 +268,7 @@ declare class TreeNode<T = unknown> {
268
268
  }
269
269
 
270
270
  type BuildOutput = {
271
- fileManager: FileManager;
271
+ files: FileManager['files'];
272
272
  };
273
273
  type Spinner = {
274
274
  start: (text?: string) => Spinner;