@visulima/package 4.1.0 → 4.1.1

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/package [4.1.1](https://github.com/visulima/visulima/compare/@visulima/package@4.1.0...@visulima/package@4.1.1) (2025-10-20)
2
+
3
+ ### Documentation
4
+
5
+ * update migration guide for @visulima/package v4.0.0 ([695b8c3](https://github.com/visulima/visulima/commit/695b8c38c3291d4f060a22d4b53f0bf647c82cb8))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * **deps:** update package versions and dependencies ([88d8d32](https://github.com/visulima/visulima/commit/88d8d32c4629a7a06c8770369191da2cc81087cc))
10
+ * update package dependencies across multiple packages ([17e3f23](https://github.com/visulima/visulima/commit/17e3f2377c8a3f98e2eed2192c5adaf6e32558b5))
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * **@visulima/fs:** upgraded to 4.0.1
16
+
1
17
  ## @visulima/package [4.1.0](https://github.com/visulima/visulima/compare/@visulima/package@4.0.2...@visulima/package@4.1.0) (2025-10-15)
2
18
 
3
19
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
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,7 +98,7 @@
98
98
  "dependencies": {
99
99
  "@antfu/install-pkg": "^1.1.0",
100
100
  "@inquirer/confirm": "^5.1.19",
101
- "@visulima/fs": "4.0.0",
101
+ "@visulima/fs": "4.0.1",
102
102
  "@visulima/path": "2.0.0",
103
103
  "json5": "^2.2.3",
104
104
  "normalize-package-data": "^8.0.0",