@infomaximum/package-cli 2.4.0 → 2.5.0
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
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [2.5.0](https://github.com/Infomaximum/package-cli/compare/v2.3.0...v2.5.0) (2024-08-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* добавлен флаг noUncheckedIndexedAccess в шаблон tsconfig виджета ([fee3828](https://github.com/Infomaximum/package-cli/commit/fee38283120e9fe9e187f0ff434a1a4d2ac8e150))
|
|
11
|
+
* добавлено поле min_version_platform в манифест пакета ([ff562f3](https://github.com/Infomaximum/package-cli/commit/ff562f35d94345e1a80e4ee86adebbf79b38eb00))
|
|
12
|
+
|
|
5
13
|
## [2.4.0](https://github.com/Infomaximum/package-cli/compare/v2.3.0...v2.4.0) (2024-07-31)
|
|
6
14
|
|
|
7
15
|
|
|
@@ -8,6 +8,7 @@ export const WIDGET_TSCONFIG_JSON = `\
|
|
|
8
8
|
"esModuleInterop": true,
|
|
9
9
|
"allowSyntheticDefaultImports": true,
|
|
10
10
|
"strict": true,
|
|
11
|
+
"noUncheckedIndexedAccess": true,
|
|
11
12
|
"forceConsistentCasingInFileNames": true,
|
|
12
13
|
"noFallthroughCasesInSwitch": true,
|
|
13
14
|
"incremental": true,
|