@visulima/package 3.0.6 → 3.0.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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/package [3.0.7](https://github.com/visulima/visulima/compare/@visulima/package@3.0.6...@visulima/package@3.0.7) (2024-08-08)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* updated dev dependencies ([da46d8e](https://github.com/visulima/visulima/commit/da46d8ef8a964c086060944172f1bd931b7bde9a))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/fs:** upgraded to 2.1.13
|
|
11
|
+
|
|
1
12
|
## @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
13
|
|
|
3
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
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.13",
|
|
124
124
|
"@visulima/path": "1.0.4",
|
|
125
125
|
"normalize-package-data": "^6.0.2"
|
|
126
126
|
},
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
131
131
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
132
132
|
"@babel/core": "^7.25.2",
|
|
133
|
-
"@pnpm/exe": "^9.
|
|
133
|
+
"@pnpm/exe": "^9.7.0",
|
|
134
134
|
"@rushstack/eslint-plugin-security": "^0.8.2",
|
|
135
135
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
136
136
|
"@types/node": "18.19.15",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"rimraf": "5.0.9",
|
|
156
156
|
"semantic-release": "24.0.0",
|
|
157
157
|
"tempy": "^3.1.0",
|
|
158
|
-
"type-fest": "^4.
|
|
158
|
+
"type-fest": "^4.24.0",
|
|
159
159
|
"typescript": "5.4.5",
|
|
160
160
|
"vitest": "^2.0.5",
|
|
161
161
|
"which-pm-runs": "file:",
|