@ooneex/fs 0.0.7 → 0.0.9

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import { Dirent as Dirent2, Stats as Stats2 } from "node:fs";
2
2
  import { Dirent, Stats } from "node:fs";
3
+ import { watch as watch_eaipepxebl } from "node:fs";
3
4
  /**
4
5
  * Interface for file operations.
5
6
  *
@@ -871,7 +872,7 @@ type DirectoryWatchCallbackType = (event: DirectoryWatchEventType, filename: str
871
872
  * });
872
873
  * ```
873
874
  */
874
- type DirectoryWatcherType = ReturnType<typeof import("node:fs").watch>;
875
+ type DirectoryWatcherType = ReturnType<typeof watch_eaipepxebl>;
875
876
  /**
876
877
  * A class for performing directory operations using Bun's optimized fs APIs.
877
878
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/fs",
3
3
  "description": "File system utilities for reading, writing, and manipulating files and directories with async support and error handling",
4
- "version": "0.0.7",
4
+ "version": "0.0.9",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -28,8 +28,8 @@
28
28
  "test": "bun test tests"
29
29
  },
30
30
  "dependencies": {
31
- "@ooneex/exception": "0.0.1",
32
- "@ooneex/http-status": "0.0.1"
31
+ "@ooneex/exception": "0.0.8",
32
+ "@ooneex/http-status": "0.0.8"
33
33
  },
34
34
  "keywords": [
35
35
  "bun",