@ooneex/fs 1.0.1 → 1.1.0
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 +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
|
|
3
|
+
import { watch as watch_bjvdydahpv } from "node:fs";
|
|
4
4
|
/**
|
|
5
5
|
* Interface for file operations.
|
|
6
6
|
*
|
|
@@ -870,7 +870,7 @@ type DirectoryWatchCallbackType = (event: DirectoryWatchEventType, filename: str
|
|
|
870
870
|
* });
|
|
871
871
|
* ```
|
|
872
872
|
*/
|
|
873
|
-
type DirectoryWatcherType = ReturnType<typeof
|
|
873
|
+
type DirectoryWatcherType = ReturnType<typeof watch_bjvdydahpv>;
|
|
874
874
|
/**
|
|
875
875
|
* A class for performing directory operations using Bun's optimized fs APIs.
|
|
876
876
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ooneex/fs",
|
|
3
3
|
"description": "Async file system utilities for reading, writing, copying, and watching files and directories with type-safe error handling and stream support",
|
|
4
|
-
"version": "1.0
|
|
4
|
+
"version": "1.1.0",
|
|
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": "1.0
|
|
32
|
-
"@ooneex/http-status": "1.0
|
|
31
|
+
"@ooneex/exception": "1.1.0",
|
|
32
|
+
"@ooneex/http-status": "1.1.0"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"bun",
|