@reliverse/relifso 1.2.10 → 1.3.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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +7 -8
package/README.md CHANGED
@@ -51,7 +51,7 @@ bun dler relifso init ...
51
51
 
52
52
  ## Usage
53
53
 
54
- Check [./example/e-mod.ts](./example/e-mod.ts) for a full example. You can clone this repo and run via `bun dev`.
54
+ Check [./e-relifso.ts](./e-relifso.ts) and [./e-pathkit.ts](./e-pathkit.ts) for a full examples. You can clone this repo and run via `bun dev`.
55
55
 
56
56
  Relifso works just like `fs-extra` — every method is promise-first, ergonomic, and future-ready.
57
57
 
@@ -276,10 +276,10 @@ All async methods return a `Promise` if no callback is passed.
276
276
 
277
277
  ## TODO
278
278
 
279
- - [x] Create usage example in [./example/e-mod.ts](./example/e-mod.ts)
280
- - [ ] Ensure [./example/e-mod.ts](./example/e-mod.ts) works 100% correctly
279
+ - [x] Create usage example in [./e-relifso.ts](./e-relifso.ts) and [./e-pathkit.ts](./e-pathkit.ts)
280
+ - [ ] Ensure [./e-relifso.ts](./e-relifso.ts) and [./e-pathkit.ts](./e-pathkit.ts) works 100% correctly
281
281
  - [ ] Consider using [@reliverse/repath](https://github.com/reliverse/repath) instead of just `node:path`.
282
- - [ ] Pass all `fs-extra` tests with Bun/Vitest (+ fix & improve them).
282
+ - [ ] Pass all `fs-extra` tests with Bun (+ fix & improve them).
283
283
  - [ ] Convert all jsdoc comments to TypeScript types.
284
284
  - [ ] Fully improve all `fs-extra` codebase files.
285
285
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "license": "MIT",
6
6
  "name": "@reliverse/relifso",
7
7
  "type": "module",
8
- "version": "1.2.10",
8
+ "version": "1.3.0",
9
9
  "keywords": [
10
10
  "fs",
11
11
  "file",
@@ -35,9 +35,8 @@
35
35
  "@biomejs/biome": "1.9.4",
36
36
  "@cspotcode/source-map-support": "^0.8.1",
37
37
  "@eslint/js": "^9.27.0",
38
- "@reliverse/dler": "^1.3.6",
39
- "@reliverse/pathkit": "^1.0.4",
40
- "@reliverse/pathkit-plus": "^1.0.4",
38
+ "@reliverse/dler": "^1.4.6",
39
+ "@reliverse/pathkit": "^1.1.5",
41
40
  "@rollup/plugin-alias": "^5.1.1",
42
41
  "@rollup/plugin-babel": "^6.0.4",
43
42
  "@rollup/plugin-commonjs": "^28.0.3",
@@ -45,7 +44,7 @@
45
44
  "@rollup/plugin-replace": "^6.0.2",
46
45
  "@rollup/plugin-terser": "^0.4.4",
47
46
  "@stylistic/eslint-plugin": "^4.2.0",
48
- "@swc/core": "^1.11.24",
47
+ "@swc/core": "^1.11.29",
49
48
  "@types/eslint": "^9.6.1",
50
49
  "@types/fs-extra": "^11.0.4",
51
50
  "@types/graceful-fs": "^4.1.9",
@@ -54,7 +53,7 @@
54
53
  "@types/klaw-sync": "^6.0.5",
55
54
  "@types/minimist": "^1.2.5",
56
55
  "@types/mocha": "^10.0.10",
57
- "@types/node": "^22.15.19",
56
+ "@types/node": "^22.15.21",
58
57
  "@types/proxyquire": "^1.3.31",
59
58
  "@types/universalify": "^1.0.3",
60
59
  "@types/verror": "^1.10.11",
@@ -70,7 +69,7 @@
70
69
  "jsonfile": "^6.1.0",
71
70
  "klaw": "^4.1.0",
72
71
  "klaw-sync": "^7.0.0",
73
- "knip": "^5.56.0",
72
+ "knip": "^5.57.2",
74
73
  "minimist": "^1.2.8",
75
74
  "mocha": "^11.4.0",
76
75
  "nyc": "^17.1.0",
@@ -105,4 +104,4 @@
105
104
  "publishConfig": {
106
105
  "access": "public"
107
106
  }
108
- }
107
+ }