@kcconfigs/tsconfig 0.0.1 → 0.1.0-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,41 @@
1
+ # Changelog
2
+
3
+ ## [0.1.0-beta.1](https://github.com/kc-workspace/kcws/compare/@kcconfigs/tsconfig#v0.1.0-beta.0...@kcconfigs/tsconfig+v0.1.0-beta.1) (2025-12-28)
4
+
5
+
6
+ ### Bugfixes
7
+
8
+ * update all [@kcconfigs](https://github.com/kcconfigs) description so it trigger new deployment with new tag separator ([cf5be8c](https://github.com/kc-workspace/kcws/commit/cf5be8cc02fba8becb7e8f31fd6f3a741c0f0b95))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * devDependencies
15
+ * @kcconfigs/biome bumped to 0.1.1
16
+
17
+ ## 0.1.0-beta.0 (2025-12-26)
18
+
19
+
20
+ ### Features
21
+
22
+ * **core:** move all packages into packages/* directory ([58230cd](https://github.com/kc-workspace/kcws/commit/58230cd286d0dea953d232806c91508ebfc57701))
23
+
24
+
25
+ ### Performance Improvements
26
+
27
+ * **kcconfigs/tsconfig:** include @kctypes/generic types by default ([b795bad](https://github.com/kc-workspace/kcws/commit/b795bad2ffe90ea3dfc80c3444cd7e88e9228e64))
28
+
29
+
30
+ ### Bugfixes
31
+
32
+ * exclude node_modules from tsconfig to avoid parsing external dependency files ([2af05dc](https://github.com/kc-workspace/kcws/commit/2af05dcb910995551abf5141c153840710cea18f))
33
+ * homepage contains invalid url ([0ee37d6](https://github.com/kc-workspace/kcws/commit/0ee37d641fe5b04fb019099915c8aa3ddfed3be7))
34
+ * trigger re-release please ([65447a7](https://github.com/kc-workspace/kcws/commit/65447a776ed2f8638f6f35a4d00277d407143114))
35
+
36
+
37
+ ### Dependencies
38
+
39
+ * The following workspace dependencies were updated
40
+ * devDependencies
41
+ * @kcconfigs/biome bumped to 0.1.0
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@kcconfigs/tsconfig",
3
- "version": "0.0.1",
4
- "description": "Common typescript configuration for kc's",
3
+ "version": "0.1.0-beta.1",
4
+ "description": "Shared tsconfig.json",
5
5
  "devDependencies": {
6
6
  "@types/node": "^24.0.0",
7
- "@biomejs/biome": "2.3.8",
8
- "@kcconfigs/biome": "0.0.1",
7
+ "@biomejs/biome": "2.3.10",
8
+ "@kcconfigs/biome": "0.1.1",
9
9
  "@kctypes/generic": "1.30.3",
10
10
  "@kctypes/package_json": "1.30.4"
11
11
  },