fs-fixture 2.8.0 → 2.8.1

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.cts CHANGED
@@ -88,4 +88,4 @@ type CreateFixtureOptions = {
88
88
  };
89
89
  declare const createFixture: (source?: string | FileTree, options?: CreateFixtureOptions) => Promise<FsFixture>;
90
90
 
91
- export { type CreateFixtureOptions, type FsFixtureType as FsFixture, createFixture };
91
+ export { type CreateFixtureOptions, type FileTree, type FsFixtureType as FsFixture, createFixture };
package/dist/index.d.mts CHANGED
@@ -88,4 +88,4 @@ type CreateFixtureOptions = {
88
88
  };
89
89
  declare const createFixture: (source?: string | FileTree, options?: CreateFixtureOptions) => Promise<FsFixture>;
90
90
 
91
- export { type CreateFixtureOptions, type FsFixtureType as FsFixture, createFixture };
91
+ export { type CreateFixtureOptions, type FileTree, type FsFixtureType as FsFixture, createFixture };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fs-fixture",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "Easily create test fixtures at a temporary file-system path",
5
5
  "keywords": [
6
6
  "test",