@visulima/tsconfig 2.0.0 → 2.0.1
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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## @visulima/tsconfig [2.0.1](https://github.com/visulima/visulima/compare/@visulima/tsconfig@2.0.0...@visulima/tsconfig@2.0.1) (2025-10-20)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** update package versions and dependencies ([88d8d32](https://github.com/visulima/visulima/commit/88d8d32c4629a7a06c8770369191da2cc81087cc))
|
|
6
|
+
* update package dependencies across multiple packages ([17e3f23](https://github.com/visulima/visulima/commit/17e3f2377c8a3f98e2eed2192c5adaf6e32558b5))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
* **@visulima/fs:** upgraded to 4.0.1
|
|
12
|
+
|
|
1
13
|
## @visulima/tsconfig [2.0.0](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.2.0...@visulima/tsconfig@2.0.0) (2025-10-15)
|
|
2
14
|
|
|
3
15
|
### ⚠ BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/tsconfig",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Find and/or parse the tsconfig.json file from a directory path.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"CHANGELOG.md"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@visulima/fs": "4.0.
|
|
53
|
+
"@visulima/fs": "4.0.1",
|
|
54
54
|
"@visulima/path": "2.0.0",
|
|
55
55
|
"jsonc-parser": "^3.3.1",
|
|
56
56
|
"resolve-pkg-maps": "^1.0.0",
|