@visulima/package 5.0.3 → 5.0.4
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 +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @visulima/package [5.0.4](https://github.com/visulima/visulima/compare/%40visulima%2Fpackage%405.0.3...%40visulima%2Fpackage%405.0.4) (2026-07-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/fs:** upgraded to 5.0.4
|
|
7
|
+
|
|
1
8
|
## @visulima/package [5.0.3](https://github.com/visulima/visulima/compare/%40visulima%2Fpackage%405.0.2...%40visulima%2Fpackage%405.0.3) (2026-07-17)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "A comprehensive package management utility that helps you find root directories, monorepos, package managers, and parse package.json, package.yaml, and package.json5 files with advanced features like catalog resolution.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
110
|
"@antfu/install-pkg": "^1.1.0",
|
|
111
|
-
"@visulima/fs": "5.0.
|
|
111
|
+
"@visulima/fs": "5.0.4",
|
|
112
112
|
"@visulima/path": "3.0.0",
|
|
113
113
|
"json5": "^2.2.3",
|
|
114
114
|
"normalize-package-data": "^9.0.0",
|