@visulima/tsconfig 3.0.0-alpha.24 → 3.0.0-alpha.26
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 +23 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## @visulima/tsconfig [3.0.0-alpha.26](https://github.com/visulima/visulima/compare/@visulima/tsconfig@3.0.0-alpha.25...@visulima/tsconfig@3.0.0-alpha.26) (2026-05-26)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **ci-stability:** green CI across vis, native, lint, tests, attw ([#651](https://github.com/visulima/visulima/issues/651)) ([d4eb684](https://github.com/visulima/visulima/commit/d4eb684b5f75c818c9251048c605a0ed54a268e3))
|
|
6
|
+
* **repo:** sort package.json keys across all packages ([e1fd9ab](https://github.com/visulima/visulima/commit/e1fd9ab467ef96a98c777da1572ff6a50fcf7e71))
|
|
7
|
+
|
|
8
|
+
### Tests
|
|
9
|
+
|
|
10
|
+
* **repo:** add dist runtime + types integration tests ([32ee300](https://github.com/visulima/visulima/commit/32ee300b7184117a0ddf9f9d390f75f8932d5ed9))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **@visulima/fs:** upgraded to 5.0.0-alpha.26
|
|
16
|
+
|
|
17
|
+
## @visulima/tsconfig [3.0.0-alpha.25](https://github.com/visulima/visulima/compare/@visulima/tsconfig@3.0.0-alpha.24...@visulima/tsconfig@3.0.0-alpha.25) (2026-05-20)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* **@visulima/fs:** upgraded to 5.0.0-alpha.25
|
|
23
|
+
|
|
1
24
|
## @visulima/tsconfig [3.0.0-alpha.24](https://github.com/visulima/visulima/compare/@visulima/tsconfig@3.0.0-alpha.23...@visulima/tsconfig@3.0.0-alpha.24) (2026-05-19)
|
|
2
25
|
|
|
3
26
|
|
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.26",
|
|
4
4
|
"description": "Find and/or parse the tsconfig.json file from a directory path.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -15,11 +15,6 @@
|
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/visulima/visulima/issues"
|
|
17
17
|
},
|
|
18
|
-
"license": "MIT",
|
|
19
|
-
"author": {
|
|
20
|
-
"name": "Daniel Bannert",
|
|
21
|
-
"email": "d.bannert@anolilab.de"
|
|
22
|
-
},
|
|
23
18
|
"repository": {
|
|
24
19
|
"type": "git",
|
|
25
20
|
"url": "git+https://github.com/visulima/visulima.git",
|
|
@@ -35,13 +30,13 @@
|
|
|
35
30
|
"url": "https://anolilab.com/support"
|
|
36
31
|
}
|
|
37
32
|
],
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
"type": "module",
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"author": {
|
|
35
|
+
"name": "Daniel Bannert",
|
|
36
|
+
"email": "d.bannert@anolilab.de"
|
|
37
|
+
},
|
|
44
38
|
"sideEffects": false,
|
|
39
|
+
"type": "module",
|
|
45
40
|
"exports": {
|
|
46
41
|
".": {
|
|
47
42
|
"types": "./dist/index.d.ts",
|
|
@@ -49,17 +44,22 @@
|
|
|
49
44
|
},
|
|
50
45
|
"./package.json": "./package.json"
|
|
51
46
|
},
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
47
|
+
"files": [
|
|
48
|
+
"dist",
|
|
49
|
+
"README.md",
|
|
50
|
+
"CHANGELOG.md"
|
|
51
|
+
],
|
|
56
52
|
"dependencies": {
|
|
57
|
-
"@visulima/fs": "5.0.0-alpha.
|
|
53
|
+
"@visulima/fs": "5.0.0-alpha.26",
|
|
58
54
|
"@visulima/path": "3.0.0-alpha.10",
|
|
59
55
|
"jsonc-parser": "^3.3.1",
|
|
60
56
|
"resolve-pkg-maps": "^1.0.0"
|
|
61
57
|
},
|
|
62
58
|
"engines": {
|
|
63
59
|
"node": "^22.14.0 || >=24.10.0"
|
|
60
|
+
},
|
|
61
|
+
"publishConfig": {
|
|
62
|
+
"access": "public",
|
|
63
|
+
"provenance": true
|
|
64
64
|
}
|
|
65
65
|
}
|