@visulima/package 3.4.6 → 3.4.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.
- package/CHANGELOG.md +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/package [3.4.7](https://github.com/visulima/visulima/compare/@visulima/package@3.4.6...@visulima/package@3.4.7) (2025-01-25)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/fs:** upgraded to 3.0.0
|
|
11
|
+
|
|
1
12
|
## @visulima/package [3.4.6](https://github.com/visulima/visulima/compare/@visulima/package@3.4.5...@visulima/package@3.4.6) (2025-01-22)
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.7",
|
|
4
4
|
"description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@antfu/install-pkg": "^1.0.0",
|
|
149
149
|
"@inquirer/confirm": "^5.1.3",
|
|
150
|
-
"@visulima/fs": "
|
|
150
|
+
"@visulima/fs": "3.0.0",
|
|
151
151
|
"@visulima/path": "1.3.3",
|
|
152
152
|
"normalize-package-data": "^7.0.0"
|
|
153
153
|
},
|