@reliverse/relifso 1.1.3 → 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.
Files changed (124) hide show
  1. package/README.md +6 -1
  2. package/bin/impl/async.d.ts +7 -0
  3. package/bin/impl/async.js +9 -0
  4. package/bin/impl/copy.d.ts +20 -0
  5. package/bin/impl/copy.js +28 -0
  6. package/bin/impl/create-file.d.ts +1 -0
  7. package/bin/impl/create-file.js +8 -0
  8. package/bin/impl/dive.d.ts +17 -0
  9. package/bin/impl/dive.js +56 -0
  10. package/bin/impl/empty-dir.d.ts +1 -0
  11. package/bin/impl/empty-dir.js +10 -0
  12. package/bin/impl/mkdirs.d.ts +1 -0
  13. package/bin/impl/mkdirs.js +7 -0
  14. package/bin/impl/move.d.ts +14 -0
  15. package/bin/impl/move.js +42 -0
  16. package/bin/impl/output-file.d.ts +8 -0
  17. package/bin/impl/output-file.js +8 -0
  18. package/bin/impl/output-json.d.ts +8 -0
  19. package/bin/impl/output-json.js +8 -0
  20. package/bin/impl/path-exists.d.ts +1 -0
  21. package/bin/impl/path-exists.js +4 -0
  22. package/bin/impl/read-file.d.ts +12 -0
  23. package/bin/impl/read-file.js +12 -0
  24. package/bin/impl/read-json.d.ts +14 -0
  25. package/bin/impl/read-json.js +24 -0
  26. package/bin/impl/remove.d.ts +1 -0
  27. package/bin/impl/remove.js +4 -0
  28. package/bin/impl/write-file.d.ts +11 -0
  29. package/bin/impl/write-file.js +9 -0
  30. package/bin/impl/write-json.d.ts +20 -0
  31. package/bin/impl/write-json.js +11 -0
  32. package/bin/mod.d.ts +50 -2
  33. package/bin/mod.js +158 -2
  34. package/package.json +6 -8
  35. package/bin/d.ts.txt +0 -1000
  36. package/bin/impl/args-impl.d.ts +0 -0
  37. package/bin/impl/args-impl.js +0 -0
  38. package/bin/impl/array-polyfill.d.ts +0 -15
  39. package/bin/impl/external/path-is-inside.d.ts +0 -1
  40. package/bin/impl/external/path-is-inside.js +0 -16
  41. package/bin/impl/external/vacuum.d.ts +0 -26
  42. package/bin/impl/external/vacuum.js +0 -95
  43. package/bin/impl/fs/dive.d.ts +0 -8
  44. package/bin/impl/fs/dive.js +0 -91
  45. package/bin/impl/fs/exists.d.ts +0 -31
  46. package/bin/impl/fs/exists.js +0 -10
  47. package/bin/impl/fs/for-each-child.d.ts +0 -34
  48. package/bin/impl/fs/for-each-child.js +0 -37
  49. package/bin/impl/fs/index.d.ts +0 -1118
  50. package/bin/impl/fs/index.js +0 -66
  51. package/bin/impl/fs/is-directory.d.ts +0 -14
  52. package/bin/impl/fs/is-directory.js +0 -16
  53. package/bin/impl/fs/map-children.d.ts +0 -17
  54. package/bin/impl/fs/map-children.js +0 -31
  55. package/bin/impl/fs/map-structure.d.ts +0 -35
  56. package/bin/impl/fs/map-structure.js +0 -44
  57. package/bin/impl/fs/read-lines.d.ts +0 -16
  58. package/bin/impl/fs/read-lines.js +0 -32
  59. package/bin/impl/fs/read-text.d.ts +0 -13
  60. package/bin/impl/fs/read-text.js +0 -10
  61. package/bin/impl/fs/universalify.d.ts +0 -18
  62. package/bin/impl/fs/universalify.js +0 -38
  63. package/bin/impl/fs/write-file.d.ts +0 -93
  64. package/bin/impl/fs/write-file.js +0 -47
  65. package/bin/impl/helpers.d.ts +0 -1
  66. package/bin/impl/helpers.js +0 -37
  67. package/bin/impl/json.d.ts +0 -16
  68. package/bin/impl/json.js +0 -90
  69. package/bin/impl/lib/copy/copy-sync.d.ts +0 -25
  70. package/bin/impl/lib/copy/copy-sync.js +0 -119
  71. package/bin/impl/lib/copy/copy.d.ts +0 -7
  72. package/bin/impl/lib/copy/copy.js +0 -144
  73. package/bin/impl/lib/copy/index.d.ts +0 -5
  74. package/bin/impl/lib/copy/index.js +0 -2
  75. package/bin/impl/lib/empty/index.d.ts +0 -1
  76. package/bin/impl/lib/empty/index.js +0 -29
  77. package/bin/impl/lib/ensure/file.d.ts +0 -2
  78. package/bin/impl/lib/ensure/file.js +0 -56
  79. package/bin/impl/lib/ensure/index.d.ts +0 -8
  80. package/bin/impl/lib/ensure/index.js +0 -12
  81. package/bin/impl/lib/ensure/link.d.ts +0 -2
  82. package/bin/impl/lib/ensure/link.js +0 -53
  83. package/bin/impl/lib/ensure/symlink-paths.d.ts +0 -5
  84. package/bin/impl/lib/ensure/symlink-paths.js +0 -63
  85. package/bin/impl/lib/ensure/symlink-type.d.ts +0 -2
  86. package/bin/impl/lib/ensure/symlink-type.js +0 -23
  87. package/bin/impl/lib/ensure/symlink.d.ts +0 -2
  88. package/bin/impl/lib/ensure/symlink.js +0 -59
  89. package/bin/impl/lib/fs/index.d.ts +0 -1
  90. package/bin/impl/lib/fs/index.js +0 -1
  91. package/bin/impl/lib/index.d.ts +0 -15
  92. package/bin/impl/lib/index.js +0 -34
  93. package/bin/impl/lib/index_rollup.d.ts +0 -10
  94. package/bin/impl/lib/index_rollup.js +0 -10
  95. package/bin/impl/lib/json/index.d.ts +0 -3
  96. package/bin/impl/lib/json/index.js +0 -10
  97. package/bin/impl/lib/json/output-json-sync.d.ts +0 -1
  98. package/bin/impl/lib/json/output-json-sync.js +0 -6
  99. package/bin/impl/lib/json/output-json.d.ts +0 -1
  100. package/bin/impl/lib/json/output-json.js +0 -6
  101. package/bin/impl/lib/mkdirs/index.d.ts +0 -1
  102. package/bin/impl/lib/mkdirs/index.js +0 -4
  103. package/bin/impl/lib/mkdirs/make-dir.d.ts +0 -2
  104. package/bin/impl/lib/mkdirs/make-dir.js +0 -21
  105. package/bin/impl/lib/mkdirs/utils.d.ts +0 -1
  106. package/bin/impl/lib/mkdirs/utils.js +0 -13
  107. package/bin/impl/lib/move/index.d.ts +0 -30
  108. package/bin/impl/lib/move/index.js +0 -2
  109. package/bin/impl/lib/move/move-sync.d.ts +0 -8
  110. package/bin/impl/lib/move/move-sync.js +0 -51
  111. package/bin/impl/lib/move/move.d.ts +0 -6
  112. package/bin/impl/lib/move/move.js +0 -48
  113. package/bin/impl/lib/output-file/index.d.ts +0 -1
  114. package/bin/impl/lib/output-file/index.js +0 -24
  115. package/bin/impl/lib/remove/index.d.ts +0 -53
  116. package/bin/impl/lib/remove/index.js +0 -8
  117. package/bin/impl/lib/util/stat.d.ts +0 -39
  118. package/bin/impl/lib/util/stat.js +0 -140
  119. package/bin/impl/lib/util/utimes.d.ts +0 -7
  120. package/bin/impl/lib/util/utimes.js +0 -31
  121. package/bin/impl/subindex.d.ts +0 -43
  122. package/bin/impl/subindex.js +0 -161
  123. package/bin/types.d.ts +0 -100
  124. 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 Bun-specific features and DX-focused utilities.",
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.1.3",
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.26.0",
41
- "@reliverse/cli-cfg": "^1.6.5",
42
- "@reliverse/dler": "^1.2.6",
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.26.0",
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",
@@ -78,7 +76,7 @@
78
76
  "proxyquire": "^2.1.3",
79
77
  "read-dir-files": "^0.1.1",
80
78
  "rimraf": "^6.0.1",
81
- "rollup": "^4.40.2",
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",