@reliverse/relifso 1.2.1 → 1.2.2

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/README.md +2 -2
  2. package/package.json +6 -11
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Relifso • Node.js Filesystem Toolkit Library
2
2
 
3
- [sponsor](https://github.com/sponsors/blefnk) [discord](https://discord.gg/Pb8uKbwpsJ) [npm](https://npmjs.com/package/@reliverse/relifso)[repo](https://github.com/reliverse/relifso)
3
+ > @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.
4
4
 
5
- > **@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.
5
+ [sponsor](https://github.com/sponsors/blefnk) [discord](https://discord.gg/Pb8uKbwpsJ) [npm](https://npmjs.com/package/@reliverse/relifso)[repo](https://github.com/reliverse/relifso)
6
6
 
7
7
  - 🪄 Everything you love from `fs-extra` — now simpler, cleaner, and more beginner-friendly
8
8
  - ⚙️ Drop-in replacement for `node:fs` — with native `Promise`, `async/await`, and sync variants
package/package.json CHANGED
@@ -1,18 +1,11 @@
1
1
  {
2
- "dependencies": {
3
- "@reliverse/relinka": "^1.4.5",
4
- "fs-extra": "^11.3.0",
5
- "jsonfile": "^6.1.0",
6
- "magic-string": "^0.30.17",
7
- "p-map": "^7.0.3",
8
- "zeptomatch": "^2.0.1"
9
- },
10
- "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.",
2
+ "dependencies": {},
3
+ "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.",
11
4
  "homepage": "https://docs.reliverse.org",
12
5
  "license": "MIT",
13
6
  "name": "@reliverse/relifso",
14
7
  "type": "module",
15
- "version": "1.2.1",
8
+ "version": "1.2.2",
16
9
  "keywords": [
17
10
  "fs",
18
11
  "file",
@@ -59,7 +52,7 @@
59
52
  "@types/klaw-sync": "^6.0.5",
60
53
  "@types/minimist": "^1.2.5",
61
54
  "@types/mocha": "^10.0.10",
62
- "@types/node": "^22.15.18",
55
+ "@types/node": "^22.15.19",
63
56
  "@types/proxyquire": "^1.3.31",
64
57
  "@types/universalify": "^1.0.3",
65
58
  "@types/verror": "^1.10.11",
@@ -70,7 +63,9 @@
70
63
  "eslint-config-google": "^0.14.0",
71
64
  "eslint-plugin-no-relative-import-paths": "^1.6.1",
72
65
  "eslint-plugin-perfectionist": "^4.13.0",
66
+ "fs-extra": "^11.3.0",
73
67
  "graceful-fs": "^4.2.11",
68
+ "jsonfile": "^6.1.0",
74
69
  "klaw": "^4.1.0",
75
70
  "klaw-sync": "^7.0.0",
76
71
  "knip": "^5.56.0",