@visulima/package 4.1.0 → 4.1.2

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 CHANGED
@@ -1,3 +1,35 @@
1
+ ## @visulima/package [4.1.2](https://github.com/visulima/visulima/compare/@visulima/package@4.1.1...@visulima/package@4.1.2) (2025-10-21)
2
+
3
+ ### Bug Fixes
4
+
5
+ * allow node v25 and updated dev deps ([8158cc5](https://github.com/visulima/visulima/commit/8158cc53ec92bd0331e8c6bd0fcbc8ab61b9320f))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * update license years and add validation rules ([b97811e](https://github.com/visulima/visulima/commit/b97811ed2d253d908c0d86b4579a0a6bc33673a8))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/fs:** upgraded to 4.0.2
15
+ * **@visulima/path:** upgraded to 2.0.1
16
+
17
+ ## @visulima/package [4.1.1](https://github.com/visulima/visulima/compare/@visulima/package@4.1.0...@visulima/package@4.1.1) (2025-10-20)
18
+
19
+ ### Documentation
20
+
21
+ * update migration guide for @visulima/package v4.0.0 ([695b8c3](https://github.com/visulima/visulima/commit/695b8c38c3291d4f060a22d4b53f0bf647c82cb8))
22
+
23
+ ### Miscellaneous Chores
24
+
25
+ * **deps:** update package versions and dependencies ([88d8d32](https://github.com/visulima/visulima/commit/88d8d32c4629a7a06c8770369191da2cc81087cc))
26
+ * update package dependencies across multiple packages ([17e3f23](https://github.com/visulima/visulima/commit/17e3f2377c8a3f98e2eed2192c5adaf6e32558b5))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * **@visulima/fs:** upgraded to 4.0.1
32
+
1
33
  ## @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
34
 
3
35
  ### Features
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 visulima
3
+ Copyright (c) 2025 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
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.19",
101
- "@visulima/fs": "4.0.0",
102
- "@visulima/path": "2.0.0",
101
+ "@visulima/fs": "4.0.2",
102
+ "@visulima/path": "2.0.1",
103
103
  "json5": "^2.2.3",
104
104
  "normalize-package-data": "^8.0.0",
105
105
  "type-fest": "^5.1.0",