@reliverse/relifso 2.2.8 → 2.2.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.
@@ -1,7 +1,7 @@
1
1
  import { access, appendFile, link, lstat, mkdir, readdir, readlink, rename, rm, stat, symlink, unlink, utimes, writeFile } from "node:fs/promises";
2
2
  export declare const fsAccess: typeof access;
3
3
  export declare const fsAppendFile: typeof appendFile;
4
- export declare const fsConstants: typeof import("fs").constants;
4
+ export declare const fsConstants: typeof import("node:fs").constants;
5
5
  export declare const fsLink: typeof link;
6
6
  export declare const fsLStat: typeof lstat;
7
7
  export declare const fsMkdir: typeof mkdir;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@reliverse/relifso",
3
3
  "description": "Bun-first fs-extra style helpers (copy, ensure*, output*) for Reliverse ecosystem",
4
4
  "author": "reliverse",
5
- "version": "2.2.8",
5
+ "version": "2.2.10",
6
6
  "private": false,
7
7
  "type": "module",
8
8
  "exports": {