@visulima/package 4.1.5 → 4.1.6
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## @visulima/package [4.1.6](https://github.com/visulima/visulima/compare/@visulima/package@4.1.5...@visulima/package@4.1.6) (2025-11-13)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* bump packem, to fix minified version of the code ([2a36ceb](https://github.com/visulima/visulima/commit/2a36ceb09251b0ca1178701a26547a871ed717a7))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/fs:** upgraded to 4.0.6
|
|
11
|
+
* **@visulima/path:** upgraded to 2.0.5
|
|
12
|
+
|
|
1
13
|
## @visulima/package [4.1.5](https://github.com/visulima/visulima/compare/@visulima/package@4.1.4...@visulima/package@4.1.5) (2025-11-12)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.6",
|
|
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",
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@antfu/install-pkg": "^1.1.0",
|
|
100
100
|
"@inquirer/confirm": "^5.1.20",
|
|
101
|
-
"@visulima/fs": "4.0.
|
|
102
|
-
"@visulima/path": "2.0.
|
|
101
|
+
"@visulima/fs": "4.0.6",
|
|
102
|
+
"@visulima/path": "2.0.5",
|
|
103
103
|
"json5": "^2.2.3",
|
|
104
104
|
"normalize-package-data": "^8.0.0",
|
|
105
105
|
"yaml": "^2.8.1"
|