@visulima/package 3.0.2 → 3.0.4
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 +18 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## @visulima/package [3.0.4](https://github.com/visulima/visulima/compare/@visulima/package@3.0.3...@visulima/package@3.0.4) (2024-07-02)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* changed typescript version back to 5.4.5 ([55d28bb](https://github.com/visulima/visulima/commit/55d28bbdc103718d19f844034b38a0e8e5af798a))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/fs:** upgraded to 2.1.10
|
|
11
|
+
|
|
12
|
+
## @visulima/package [3.0.3](https://github.com/visulima/visulima/compare/@visulima/package@3.0.2...@visulima/package@3.0.3) (2024-07-02)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* **@visulima/fs:** upgraded to 2.1.9
|
|
18
|
+
|
|
1
19
|
## @visulima/package [3.0.2](https://github.com/visulima/visulima/compare/@visulima/package@3.0.1...@visulima/package@3.0.2) (2024-07-01)
|
|
2
20
|
|
|
3
21
|
### 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.4",
|
|
4
4
|
"description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"LICENSE.md"
|
|
121
121
|
],
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@visulima/fs": "2.1.
|
|
123
|
+
"@visulima/fs": "2.1.10",
|
|
124
124
|
"@visulima/path": "1.0.2",
|
|
125
125
|
"normalize-package-data": "^6.0.2"
|
|
126
126
|
},
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"semantic-release": "24.0.0",
|
|
157
157
|
"tempy": "^3.1.0",
|
|
158
158
|
"type-fest": "^4.20.1",
|
|
159
|
-
"typescript": "
|
|
159
|
+
"typescript": "5.4.5",
|
|
160
160
|
"vitest": "^1.6.0",
|
|
161
161
|
"which-pm-runs": "file:",
|
|
162
162
|
"yarn": "^1.22.22"
|