@visulima/tsconfig 3.0.0-alpha.21 → 3.0.0-alpha.23

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## @visulima/tsconfig [3.0.0-alpha.23](https://github.com/visulima/visulima/compare/@visulima/tsconfig@3.0.0-alpha.22...@visulima/tsconfig@3.0.0-alpha.23) (2026-05-16)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.23
7
+
8
+ ## @visulima/tsconfig [3.0.0-alpha.22](https://github.com/visulima/visulima/compare/@visulima/tsconfig@3.0.0-alpha.21...@visulima/tsconfig@3.0.0-alpha.22) (2026-05-14)
9
+
10
+ ### Features
11
+
12
+ * **tsconfig:** clear lint findings in tsc helper ([d9a99bc](https://github.com/visulima/visulima/commit/d9a99bc860e26bcdcdda8cf2e98528a746c3b05a))
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * **tooling:** apply prettier and eslint formatting sweep ([c2c641d](https://github.com/visulima/visulima/commit/c2c641d40242e99030cb990fa01039db5e267667))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.22
22
+
1
23
  ## @visulima/tsconfig [3.0.0-alpha.21](https://github.com/visulima/visulima/compare/@visulima/tsconfig@3.0.0-alpha.20...@visulima/tsconfig@3.0.0-alpha.21) (2026-05-11)
2
24
 
3
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/tsconfig",
3
- "version": "3.0.0-alpha.21",
3
+ "version": "3.0.0-alpha.23",
4
4
  "description": "Find and/or parse the tsconfig.json file from a directory path.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -54,7 +54,7 @@
54
54
  "provenance": true
55
55
  },
56
56
  "dependencies": {
57
- "@visulima/fs": "5.0.0-alpha.21",
57
+ "@visulima/fs": "5.0.0-alpha.23",
58
58
  "@visulima/path": "3.0.0-alpha.10",
59
59
  "jsonc-parser": "^3.3.1",
60
60
  "resolve-pkg-maps": "^1.0.0"