@vc-shell/ts-config 1.1.0-alpha.1 → 1.1.0-alpha.11

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 CHANGED
@@ -1,3 +1,73 @@
1
+ ## [v1.1.0-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.340...vv1.1.0-alpha.2) (2025-02-25)
2
+
3
+
4
+ ### Features
5
+
6
+ * partial redesign ([846e215](https://github.com/VirtoCommerce/vc-shell/commit/846e2152c6e48753622ca7cf3a71300323c99d51))
7
+
8
+
9
+ ### Reverts
10
+
11
+ * Revert "release: v1.1.0-alpha.2" ([80b0dc9](https://github.com/VirtoCommerce/vc-shell/commit/80b0dc99fdd318205f26bde81e6a49ab79214cb3))
12
+
13
+
14
+
15
+ # [1.1.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.327...v1.1.0-alpha.1) (2024-11-13)
16
+
17
+
18
+
19
+ ## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06)
20
+
21
+
22
+
23
+ ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05)
24
+
25
+
26
+
27
+ ## [1.0.338](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.337...v1.0.338) (2025-02-05)
28
+
29
+
30
+
31
+ ## [1.0.337](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.336...v1.0.337) (2025-01-29)
32
+
33
+
34
+
35
+ ## [1.0.336](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.335...v1.0.336) (2025-01-29)
36
+
37
+
38
+
39
+ ## [1.0.335](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.334...v1.0.335) (2025-01-22)
40
+
41
+
42
+
43
+ ## [1.0.334](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.333...v1.0.334) (2025-01-22)
44
+
45
+
46
+
47
+ ## [1.0.333](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.332...v1.0.333) (2025-01-21)
48
+
49
+
50
+
51
+ ## [1.0.332](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.331...v1.0.332) (2025-01-21)
52
+
53
+
54
+
55
+ ## [1.0.331](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.330...v1.0.331) (2025-01-21)
56
+
57
+
58
+
59
+ ## [1.0.330](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.329...v1.0.330) (2024-12-19)
60
+
61
+
62
+
63
+ ## [1.0.329](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.328...v1.0.329) (2024-12-04)
64
+
65
+
66
+
67
+ ## [1.0.328](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.326...v1.0.328) (2024-11-14)
68
+
69
+
70
+
1
71
  # [1.1.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.326...v1.1.0-alpha.1) (2024-11-13)
2
72
 
3
73
 
package/README.md CHANGED
@@ -1 +1 @@
1
- # ts-config
1
+ # ts-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/ts-config",
3
- "version": "1.1.0-alpha.1",
3
+ "version": "1.1.0-alpha.11",
4
4
  "main": "./tsconfig.json",
5
5
  "files": [
6
6
  "tsconfig.json"
@@ -10,5 +10,5 @@
10
10
  "registry": "https://registry.npmjs.org/"
11
11
  },
12
12
  "packageManager": "yarn@4.0.2",
13
- "stableVersion": "1.0.327"
13
+ "stableVersion": "1.0.340"
14
14
  }
package/tsconfig.json CHANGED
@@ -1,23 +1,23 @@
1
- {
2
- "compilerOptions": {
3
- "declaration": true,
4
- "declarationMap": true,
5
- "sourceMap": true,
6
- "importHelpers": true,
7
- "resolveJsonModule": true,
8
- "allowSyntheticDefaultImports": true,
9
- "skipLibCheck": true,
10
- "esModuleInterop": true,
11
- "module": "esnext",
12
- "moduleResolution": "Bundler",
13
- "target": "es2020",
14
- "jsx": "preserve",
15
- "isolatedModules": true,
16
- "useDefineForClassFields": true,
17
- "composite": true,
18
- "lib": ["ES2020", "DOM", "DOM.Iterable"],
19
- "strict": true,
20
- },
21
- // Base excludes
22
- "exclude": ["node_modules", "dist"]
23
- }
1
+ {
2
+ "compilerOptions": {
3
+ "declaration": true,
4
+ "declarationMap": true,
5
+ "sourceMap": true,
6
+ "importHelpers": true,
7
+ "resolveJsonModule": true,
8
+ "allowSyntheticDefaultImports": true,
9
+ "skipLibCheck": true,
10
+ "esModuleInterop": true,
11
+ "module": "esnext",
12
+ "moduleResolution": "Bundler",
13
+ "target": "es2020",
14
+ "jsx": "preserve",
15
+ "isolatedModules": true,
16
+ "useDefineForClassFields": true,
17
+ "composite": true,
18
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
19
+ "strict": true,
20
+ },
21
+ // Base excludes
22
+ "exclude": ["node_modules", "dist"]
23
+ }