@ooneex/fs 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +4 -4
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_jekclobzjd } from "node:fs";
3
+ import { watch as watch_itnuovywno } 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 watch_jekclobzjd>;
873
+ type DirectoryWatcherType = ReturnType<typeof watch_itnuovywno>;
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.0",
4
+ "version": "1.0.1",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -24,12 +24,12 @@
24
24
  "scripts": {
25
25
  "build": "bunup",
26
26
  "lint": "tsgo --noEmit && bunx biome lint",
27
- "npm:publish": "bun publish --tolerate-republish --access public",
27
+ "npm:publish": "bun publish --tolerate-republish --force --production --access public",
28
28
  "test": "bun test tests"
29
29
  },
30
30
  "dependencies": {
31
- "@ooneex/exception": "0.0.18",
32
- "@ooneex/http-status": "0.0.18"
31
+ "@ooneex/exception": "1.0.1",
32
+ "@ooneex/http-status": "1.0.1"
33
33
  },
34
34
  "keywords": [
35
35
  "bun",