@visulima/package 4.1.5 → 4.1.7

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/CHANGELOG.md +23 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## @visulima/package [4.1.7](https://github.com/visulima/visulima/compare/@visulima/package@4.1.6...@visulima/package@4.1.7) (2025-11-19)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **release:** update dependencies and versions across multiple packages ([39ad777](https://github.com/visulima/visulima/commit/39ad777e15aeb77d1ec4182763ab7473740ccbc4))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/fs:** upgraded to 4.1.0
11
+
12
+ ## @visulima/package [4.1.6](https://github.com/visulima/visulima/compare/@visulima/package@4.1.5...@visulima/package@4.1.6) (2025-11-13)
13
+
14
+ ### Bug Fixes
15
+
16
+ * bump packem, to fix minified version of the code ([2a36ceb](https://github.com/visulima/visulima/commit/2a36ceb09251b0ca1178701a26547a871ed717a7))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@visulima/fs:** upgraded to 4.0.6
22
+ * **@visulima/path:** upgraded to 2.0.5
23
+
1
24
  ## @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
25
 
3
26
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "4.1.5",
3
+ "version": "4.1.7",
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",
@@ -97,9 +97,9 @@
97
97
  ],
98
98
  "dependencies": {
99
99
  "@antfu/install-pkg": "^1.1.0",
100
- "@inquirer/confirm": "^5.1.20",
101
- "@visulima/fs": "4.0.5",
102
- "@visulima/path": "2.0.4",
100
+ "@inquirer/confirm": "^5.1.21",
101
+ "@visulima/fs": "4.1.0",
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"