@visulima/fs 5.0.0-alpha.3 → 5.0.0-alpha.5
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/CHANGELOG.md +43 -0
- package/LICENSE.md +3 -3
- package/dist/index.js +2 -2
- package/dist/packem_shared/{parseJson-C8xb-3LR.js → parseJson-Cnex0kz2.js} +1 -1
- package/dist/packem_shared/{readJson-vddQ97Ll.js → readJson-CJF1t7xB.js} +1 -1
- package/dist/packem_shared/{readJsonSync-DzeAdYZl.js → readJsonSync-ciofT7AF.js} +1 -1
- package/dist/size.js +3 -3
- package/dist/utils.js +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
1
|
+
## @visulima/fs [5.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/fs@5.0.0-alpha.4...@visulima/fs@5.0.0-alpha.5) (2026-03-26)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **fs:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([419339e](https://github.com/visulima/visulima/commit/419339ec3b90bb2e4405b5430186e20a577dc997))
|
|
6
|
+
* **web:** improve build setup with incremental stats caching and prod install ([fe33e75](https://github.com/visulima/visulima/commit/fe33e75827586779b4b3a0c6d57b39f889ee6207))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* **fs:** migrate deps to pnpm catalogs ([02ac1ae](https://github.com/visulima/visulima/commit/02ac1ae0b0b864c43ed6711aef2956a18e8fd528))
|
|
11
|
+
* **fs:** update dependencies ([2f21870](https://github.com/visulima/visulima/commit/2f21870e83b4eb55a80e5bbf7144ff0642fbc347))
|
|
12
|
+
* visulima website ([#591](https://github.com/visulima/visulima/issues/591)) ([59ab2e2](https://github.com/visulima/visulima/commit/59ab2e2befb03e51cd2088956f83d9b87de6d033))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.6
|
|
18
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.6
|
|
19
|
+
|
|
20
|
+
## @visulima/fs [5.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/fs@5.0.0-alpha.3...@visulima/fs@5.0.0-alpha.4) (2026-03-06)
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **fs:** update packem to 2.0.0-alpha.54 ([017eb8b](https://github.com/visulima/visulima/commit/017eb8bc3608d01bf78c6cb3732591d6e234cfa3))
|
|
25
|
+
|
|
26
|
+
### Documentation
|
|
27
|
+
|
|
28
|
+
* **object,redact,colorize,path,fs:** add comprehensive Fumadocs documentation ([19c3840](https://github.com/visulima/visulima/commit/19c384041db855e1c2de41ce2067458b39737565))
|
|
29
|
+
|
|
30
|
+
### Miscellaneous Chores
|
|
31
|
+
|
|
32
|
+
* **filesystem:** update dependencies ([d1a4591](https://github.com/visulima/visulima/commit/d1a45917ba9547a1d7f1b6f62d85ab99bc059dd4))
|
|
33
|
+
* **fs:** update dependencies ([5b63f2b](https://github.com/visulima/visulima/commit/5b63f2bd2a83467a54b2247dbf0c41576e31185d))
|
|
34
|
+
* **fs:** update dependencies ([05c4ca6](https://github.com/visulima/visulima/commit/05c4ca60f967ff859ed1d76dcdfa1c521227a533))
|
|
35
|
+
* update lock file maintenance ([d83e716](https://github.com/visulima/visulima/commit/d83e71697b75d24704185b66bb521a934d2db02d))
|
|
36
|
+
* year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Dependencies
|
|
40
|
+
|
|
41
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.5
|
|
42
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.5
|
|
43
|
+
|
|
1
44
|
## @visulima/fs [5.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/fs@5.0.0-alpha.2...@visulima/fs@5.0.0-alpha.3) (2025-12-27)
|
|
2
45
|
|
|
3
46
|
### Bug Fixes
|
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 visulima
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -34,7 +34,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
34
34
|
|
|
35
35
|
> MIT License
|
|
36
36
|
>
|
|
37
|
-
> Copyright (c)
|
|
37
|
+
> Copyright (c) 2026 visulima
|
|
38
38
|
>
|
|
39
39
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
40
40
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -68,7 +68,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
68
68
|
>
|
|
69
69
|
> > MIT License
|
|
70
70
|
> >
|
|
71
|
-
> > Copyright (c)
|
|
71
|
+
> > Copyright (c) 2026 visulima
|
|
72
72
|
> >
|
|
73
73
|
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
74
74
|
> > of this software and associated documentation files (the "Software"), to deal
|
package/dist/index.js
CHANGED
|
@@ -19,8 +19,8 @@ export { default as isAccessibleSync } from './packem_shared/isAccessibleSync-DI
|
|
|
19
19
|
export { move, moveSync, rename, renameSync } from './packem_shared/move-DbpW5_vA.js';
|
|
20
20
|
export { default as readFile } from './packem_shared/readFile-Iz7kvCCk.js';
|
|
21
21
|
export { default as readFileSync } from './packem_shared/readFileSync-6GEIrOnl.js';
|
|
22
|
-
export { default as readJson } from './packem_shared/readJson-
|
|
23
|
-
export { default as readJsonSync } from './packem_shared/readJsonSync-
|
|
22
|
+
export { default as readJson } from './packem_shared/readJson-CJF1t7xB.js';
|
|
23
|
+
export { default as readJsonSync } from './packem_shared/readJsonSync-ciofT7AF.js';
|
|
24
24
|
export { default as emptyDir } from './packem_shared/emptyDir-CYB5Tict.js';
|
|
25
25
|
export { default as emptyDirSync } from './packem_shared/emptyDirSync-BD8-1Ytl.js';
|
|
26
26
|
export { default as remove } from './packem_shared/remove-_oDY3uKo.js';
|
|
@@ -5,7 +5,7 @@ const _process = globalThis.process || /* @__PURE__ */ Object.create(null);
|
|
|
5
5
|
const processShims = {
|
|
6
6
|
versions: {}
|
|
7
7
|
};
|
|
8
|
-
const process = new Proxy(_process, {
|
|
8
|
+
const process = /* @__PURE__ */ new Proxy(_process, {
|
|
9
9
|
get(target, property) {
|
|
10
10
|
if (property in target) {
|
|
11
11
|
return target[property];
|
package/dist/size.js
CHANGED
|
@@ -36,10 +36,10 @@ const {
|
|
|
36
36
|
URL
|
|
37
37
|
} = __cjs_getBuiltinModule("node:url");
|
|
38
38
|
const {
|
|
39
|
-
gzipSync,
|
|
40
39
|
brotliCompressSync,
|
|
41
|
-
|
|
42
|
-
createGzip
|
|
40
|
+
gzipSync,
|
|
41
|
+
createGzip,
|
|
42
|
+
createBrotliCompress
|
|
43
43
|
} = __cjs_getBuiltinModule("node:zlib");
|
|
44
44
|
import { toPath } from '@visulima/path/utils';
|
|
45
45
|
|
package/dist/utils.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { default as JSONError } from './packem_shared/JSONError-BkHRnInH.js';
|
|
2
2
|
export { default as assertValidFileContents } from './packem_shared/assertValidFileContents-BmcLtsGd.js';
|
|
3
3
|
export { default as assertValidFileOrDirectoryPath } from './packem_shared/assertValidFileOrDirectoryPath-8HANmVjk.js';
|
|
4
|
-
export { default as parseJson } from './packem_shared/parseJson-
|
|
4
|
+
export { default as parseJson } from './packem_shared/parseJson-Cnex0kz2.js';
|
|
5
5
|
export { default as stripJsonComments } from './packem_shared/stripJsonComments-vo4k0mpF.js';
|
|
6
6
|
export { toPath } from '@visulima/path/utils';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/fs",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.5",
|
|
4
4
|
"description": "Human friendly file system utilities for Node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -113,17 +113,18 @@
|
|
|
113
113
|
"LICENSE.md"
|
|
114
114
|
],
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@visulima/path": "3.0.0-alpha.
|
|
117
|
-
"type-fest": "
|
|
116
|
+
"@visulima/path": "3.0.0-alpha.6",
|
|
117
|
+
"type-fest": "5.5.0"
|
|
118
118
|
},
|
|
119
119
|
"peerDependencies": {
|
|
120
|
-
"yaml": "
|
|
120
|
+
"yaml": "2.8.3"
|
|
121
121
|
},
|
|
122
122
|
"peerDependenciesMeta": {
|
|
123
123
|
"yaml": {
|
|
124
124
|
"optional": true
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
+
"optionalDependencies": {},
|
|
127
128
|
"engines": {
|
|
128
129
|
"node": ">=22.13 <=25.x"
|
|
129
130
|
},
|