@visulima/package 3.0.5 → 3.0.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 +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## @visulima/package [3.0.6](https://github.com/visulima/visulima/compare/@visulima/package@3.0.5...@visulima/package@3.0.6) (2024-08-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/fs:** upgraded to 2.1.12
|
|
7
|
+
* **@visulima/path:** upgraded to 1.0.4
|
|
8
|
+
|
|
1
9
|
## @visulima/package [3.0.5](https://github.com/visulima/visulima/compare/@visulima/package@3.0.4...@visulima/package@3.0.5) (2024-08-01)
|
|
2
10
|
|
|
3
11
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -120,8 +120,8 @@
|
|
|
120
120
|
"LICENSE.md"
|
|
121
121
|
],
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@visulima/fs": "2.1.
|
|
124
|
-
"@visulima/path": "1.0.
|
|
123
|
+
"@visulima/fs": "2.1.12",
|
|
124
|
+
"@visulima/path": "1.0.4",
|
|
125
125
|
"normalize-package-data": "^6.0.2"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|