@ooneex/fs 0.0.8 → 0.0.10

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 -2
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1,6 +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_bloxwfwuqp } from "node:fs";
3
+ import { watch as watch_tvvpsumdgk } from "node:fs";
4
4
  /**
5
5
  * Interface for file operations.
6
6
  *
@@ -872,7 +872,7 @@ type DirectoryWatchCallbackType = (event: DirectoryWatchEventType, filename: str
872
872
  * });
873
873
  * ```
874
874
  */
875
- type DirectoryWatcherType = ReturnType<typeof watch_bloxwfwuqp>;
875
+ type DirectoryWatcherType = ReturnType<typeof watch_tvvpsumdgk>;
876
876
  /**
877
877
  * A class for performing directory operations using Bun's optimized fs APIs.
878
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.8",
4
+ "version": "0.0.10",
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.8",
32
- "@ooneex/http-status": "0.0.8"
31
+ "@ooneex/exception": "0.0.10",
32
+ "@ooneex/http-status": "0.0.10"
33
33
  },
34
34
  "keywords": [
35
35
  "bun",