@reliverse/relifso 1.1.2 → 1.2.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/README.md +6 -1
- package/bin/impl/async.d.ts +7 -0
- package/bin/impl/async.js +9 -0
- package/bin/impl/copy.d.ts +20 -0
- package/bin/impl/copy.js +28 -0
- package/bin/impl/create-file.d.ts +1 -0
- package/bin/impl/create-file.js +8 -0
- package/bin/impl/dive.d.ts +17 -0
- package/bin/impl/dive.js +56 -0
- package/bin/impl/empty-dir.d.ts +1 -0
- package/bin/impl/empty-dir.js +10 -0
- package/bin/impl/mkdirs.d.ts +1 -0
- package/bin/impl/mkdirs.js +7 -0
- package/bin/impl/move.d.ts +14 -0
- package/bin/impl/move.js +42 -0
- package/bin/impl/output-file.d.ts +8 -0
- package/bin/impl/output-file.js +8 -0
- package/bin/impl/output-json.d.ts +8 -0
- package/bin/impl/output-json.js +8 -0
- package/bin/impl/path-exists.d.ts +1 -0
- package/bin/impl/path-exists.js +4 -0
- package/bin/impl/read-file.d.ts +12 -0
- package/bin/impl/read-file.js +12 -0
- package/bin/impl/read-json.d.ts +14 -0
- package/bin/impl/read-json.js +24 -0
- package/bin/impl/remove.d.ts +1 -0
- package/bin/impl/remove.js +4 -0
- package/bin/impl/write-file.d.ts +11 -0
- package/bin/impl/write-file.js +9 -0
- package/bin/impl/write-json.d.ts +20 -0
- package/bin/impl/write-json.js +11 -0
- package/bin/mod.d.ts +50 -2
- package/bin/mod.js +158 -2
- package/package.json +7 -9
- package/bin/d.ts.txt +0 -1000
- package/bin/impl/args-impl.d.ts +0 -0
- package/bin/impl/args-impl.js +0 -0
- package/bin/impl/array-polyfill.d.ts +0 -15
- package/bin/impl/external/path-is-inside.d.ts +0 -1
- package/bin/impl/external/path-is-inside.js +0 -16
- package/bin/impl/external/vacuum.d.ts +0 -26
- package/bin/impl/external/vacuum.js +0 -95
- package/bin/impl/fs/dive.d.ts +0 -8
- package/bin/impl/fs/dive.js +0 -91
- package/bin/impl/fs/exists.d.ts +0 -31
- package/bin/impl/fs/exists.js +0 -10
- package/bin/impl/fs/for-each-child.d.ts +0 -34
- package/bin/impl/fs/for-each-child.js +0 -37
- package/bin/impl/fs/index.d.ts +0 -1118
- package/bin/impl/fs/index.js +0 -66
- package/bin/impl/fs/is-directory.d.ts +0 -14
- package/bin/impl/fs/is-directory.js +0 -16
- package/bin/impl/fs/map-children.d.ts +0 -17
- package/bin/impl/fs/map-children.js +0 -31
- package/bin/impl/fs/map-structure.d.ts +0 -35
- package/bin/impl/fs/map-structure.js +0 -44
- package/bin/impl/fs/read-lines.d.ts +0 -16
- package/bin/impl/fs/read-lines.js +0 -32
- package/bin/impl/fs/read-text.d.ts +0 -13
- package/bin/impl/fs/read-text.js +0 -10
- package/bin/impl/fs/universalify.d.ts +0 -18
- package/bin/impl/fs/universalify.js +0 -38
- package/bin/impl/fs/write-file.d.ts +0 -93
- package/bin/impl/fs/write-file.js +0 -47
- package/bin/impl/helpers.d.ts +0 -1
- package/bin/impl/helpers.js +0 -37
- package/bin/impl/json.d.ts +0 -16
- package/bin/impl/json.js +0 -90
- package/bin/impl/lib/copy/copy-sync.d.ts +0 -25
- package/bin/impl/lib/copy/copy-sync.js +0 -119
- package/bin/impl/lib/copy/copy.d.ts +0 -7
- package/bin/impl/lib/copy/copy.js +0 -144
- package/bin/impl/lib/copy/index.d.ts +0 -5
- package/bin/impl/lib/copy/index.js +0 -2
- package/bin/impl/lib/empty/index.d.ts +0 -1
- package/bin/impl/lib/empty/index.js +0 -29
- package/bin/impl/lib/ensure/file.d.ts +0 -2
- package/bin/impl/lib/ensure/file.js +0 -56
- package/bin/impl/lib/ensure/index.d.ts +0 -8
- package/bin/impl/lib/ensure/index.js +0 -12
- package/bin/impl/lib/ensure/link.d.ts +0 -2
- package/bin/impl/lib/ensure/link.js +0 -53
- package/bin/impl/lib/ensure/symlink-paths.d.ts +0 -5
- package/bin/impl/lib/ensure/symlink-paths.js +0 -63
- package/bin/impl/lib/ensure/symlink-type.d.ts +0 -2
- package/bin/impl/lib/ensure/symlink-type.js +0 -23
- package/bin/impl/lib/ensure/symlink.d.ts +0 -2
- package/bin/impl/lib/ensure/symlink.js +0 -59
- package/bin/impl/lib/fs/index.d.ts +0 -1
- package/bin/impl/lib/fs/index.js +0 -1
- package/bin/impl/lib/index.d.ts +0 -15
- package/bin/impl/lib/index.js +0 -34
- package/bin/impl/lib/index_rollup.d.ts +0 -10
- package/bin/impl/lib/index_rollup.js +0 -10
- package/bin/impl/lib/json/index.d.ts +0 -3
- package/bin/impl/lib/json/index.js +0 -10
- package/bin/impl/lib/json/output-json-sync.d.ts +0 -1
- package/bin/impl/lib/json/output-json-sync.js +0 -6
- package/bin/impl/lib/json/output-json.d.ts +0 -1
- package/bin/impl/lib/json/output-json.js +0 -6
- package/bin/impl/lib/mkdirs/index.d.ts +0 -1
- package/bin/impl/lib/mkdirs/index.js +0 -4
- package/bin/impl/lib/mkdirs/make-dir.d.ts +0 -2
- package/bin/impl/lib/mkdirs/make-dir.js +0 -21
- package/bin/impl/lib/mkdirs/utils.d.ts +0 -1
- package/bin/impl/lib/mkdirs/utils.js +0 -13
- package/bin/impl/lib/move/index.d.ts +0 -30
- package/bin/impl/lib/move/index.js +0 -2
- package/bin/impl/lib/move/move-sync.d.ts +0 -8
- package/bin/impl/lib/move/move-sync.js +0 -51
- package/bin/impl/lib/move/move.d.ts +0 -6
- package/bin/impl/lib/move/move.js +0 -48
- package/bin/impl/lib/output-file/index.d.ts +0 -1
- package/bin/impl/lib/output-file/index.js +0 -24
- package/bin/impl/lib/remove/index.d.ts +0 -53
- package/bin/impl/lib/remove/index.js +0 -8
- package/bin/impl/lib/util/stat.d.ts +0 -39
- package/bin/impl/lib/util/stat.js +0 -140
- package/bin/impl/lib/util/utimes.d.ts +0 -7
- package/bin/impl/lib/util/utimes.js +0 -31
- package/bin/impl/subindex.d.ts +0 -38
- package/bin/impl/subindex.js +0 -148
- package/bin/types.d.ts +0 -100
- package/bin/types.js +0 -1
package/package.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"fs-extra": "^11.3.0",
|
|
4
4
|
"jsonfile": "^6.1.0"
|
|
5
5
|
},
|
|
6
|
-
"description": "@reliverse/relifso is a modern filesystem toolkit for builders. Drop-in replacement for node:fs and fs-extra — powered by native promises, built with ES modules, and packed with
|
|
6
|
+
"description": "@reliverse/relifso is a modern filesystem toolkit for builders. Drop-in replacement for node:fs and fs-extra — powered by native promises, built with ES modules, and packed with DX-focused utilities.",
|
|
7
7
|
"homepage": "https://docs.reliverse.org",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"name": "@reliverse/relifso",
|
|
10
10
|
"type": "module",
|
|
11
|
-
"version": "1.
|
|
11
|
+
"version": "1.2.0",
|
|
12
12
|
"keywords": [
|
|
13
13
|
"fs",
|
|
14
14
|
"file",
|
|
@@ -37,10 +37,8 @@
|
|
|
37
37
|
"@babel/plugin-transform-block-scoping": "^7.27.1",
|
|
38
38
|
"@biomejs/biome": "1.9.4",
|
|
39
39
|
"@cspotcode/source-map-support": "^0.8.1",
|
|
40
|
-
"@eslint/js": "^9.
|
|
41
|
-
"@reliverse/
|
|
42
|
-
"@reliverse/dler": "^1.2.5",
|
|
43
|
-
"@reliverse/relidler-cfg": "^1.1.3",
|
|
40
|
+
"@eslint/js": "^9.27.0",
|
|
41
|
+
"@reliverse/dler": "^1.3.6",
|
|
44
42
|
"@rollup/plugin-alias": "^5.1.1",
|
|
45
43
|
"@rollup/plugin-babel": "^6.0.4",
|
|
46
44
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
@@ -64,7 +62,7 @@
|
|
|
64
62
|
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
65
63
|
"@typescript-eslint/parser": "^8.32.1",
|
|
66
64
|
"@uwx/fsxt-rollup-plugin-dts": "^6.0.2",
|
|
67
|
-
"eslint": "^9.
|
|
65
|
+
"eslint": "^9.27.0",
|
|
68
66
|
"eslint-config-google": "^0.14.0",
|
|
69
67
|
"eslint-plugin-no-relative-import-paths": "^1.6.1",
|
|
70
68
|
"eslint-plugin-perfectionist": "^4.13.0",
|
|
@@ -73,12 +71,12 @@
|
|
|
73
71
|
"klaw-sync": "^7.0.0",
|
|
74
72
|
"knip": "^5.56.0",
|
|
75
73
|
"minimist": "^1.2.8",
|
|
76
|
-
"mocha": "^11.
|
|
74
|
+
"mocha": "^11.3.0",
|
|
77
75
|
"nyc": "^17.1.0",
|
|
78
76
|
"proxyquire": "^2.1.3",
|
|
79
77
|
"read-dir-files": "^0.1.1",
|
|
80
78
|
"rimraf": "^6.0.1",
|
|
81
|
-
"rollup": "^4.
|
|
79
|
+
"rollup": "^4.41.0",
|
|
82
80
|
"rollup-plugin-bundle-size": "^1.0.3",
|
|
83
81
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
84
82
|
"ts-node": "^10.9.2",
|