@visulima/tsconfig 3.0.0-alpha.1 → 3.0.0-alpha.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 +18 -0
- package/README.md +1 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## @visulima/tsconfig [3.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/tsconfig@3.0.0-alpha.1...@visulima/tsconfig@3.0.0-alpha.2) (2025-12-11)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* update configuration files and add new package listing script ([3d918ef](https://github.com/visulima/visulima/commit/3d918efd53772430b53b026de6401bdedbe7ea3a))
|
|
10
|
+
* update logo assets and README references ([a673e68](https://github.com/visulima/visulima/commit/a673e68c62937e61bd3231df7bb4cb01695aea71))
|
|
11
|
+
* update package dependencies and improve configuration ([4ed22d6](https://github.com/visulima/visulima/commit/4ed22d6511aa8150dcd4ba7b9dccf05dbe2d6adc))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Dependencies
|
|
15
|
+
|
|
16
|
+
* **@visulima/fs:** upgraded to 5.0.0-alpha.2
|
|
17
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.3
|
|
18
|
+
|
|
1
19
|
## @visulima/tsconfig [3.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/tsconfig@2.1.3...@visulima/tsconfig@3.0.0-alpha.1) (2025-12-07)
|
|
2
20
|
|
|
3
21
|
### ⚠ BREAKING CHANGES
|
package/README.md
CHANGED
|
@@ -557,6 +557,7 @@ This is an open source project and will always remain free to use. If you think
|
|
|
557
557
|
|
|
558
558
|
The visulima tsconfig is open-sourced software licensed under the [MIT][license]
|
|
559
559
|
|
|
560
|
+
|
|
560
561
|
<!-- badges -->
|
|
561
562
|
|
|
562
563
|
[license-badge]: https://img.shields.io/npm/l/@visulima/tsconfig?style=for-the-badge
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/tsconfig",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.2",
|
|
4
4
|
"description": "Find and/or parse the tsconfig.json file from a directory path.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"CHANGELOG.md"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"
|
|
54
|
-
"@visulima/
|
|
55
|
-
"@visulima/path": "3.0.0-alpha.2",
|
|
53
|
+
"@visulima/fs": "5.0.0-alpha.2",
|
|
54
|
+
"@visulima/path": "3.0.0-alpha.3",
|
|
56
55
|
"jsonc-parser": "^3.3.1",
|
|
57
|
-
"resolve-pkg-maps": "^1.0.0"
|
|
56
|
+
"resolve-pkg-maps": "^1.0.0",
|
|
57
|
+
"type-fest": "^5.3.0"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=22.13 <=25.x"
|