@visulima/package 1.10.1 → 1.10.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 +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/package [1.10.2](https://github.com/visulima/visulima/compare/@visulima/package@1.10.1...@visulima/package@1.10.2) (2024-06-16)
|
|
2
|
+
|
|
3
|
+
### Styles
|
|
4
|
+
|
|
5
|
+
* fixed found code style issue with eslint and prettier ([114e9c9](https://github.com/visulima/visulima/commit/114e9c9f23518cbfa3814af6cee868233431f312))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/fs:** upgraded to 2.1.6
|
|
11
|
+
|
|
1
12
|
## @visulima/package [1.10.1](https://github.com/visulima/visulima/compare/@visulima/package@1.10.0...@visulima/package@1.10.1) (2024-06-11)
|
|
2
13
|
|
|
3
14
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
4
4
|
"description": "One Package to rule them all, finds your root-dir, monorepo, package manager or tsconfig.json",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"LICENSE.md"
|
|
148
148
|
],
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@visulima/fs": "2.1.
|
|
150
|
+
"@visulima/fs": "2.1.6",
|
|
151
151
|
"@visulima/path": "1.0.2",
|
|
152
152
|
"jsonc-parser": "^3.2.1",
|
|
153
153
|
"normalize-package-data": "^6.0.1",
|