@infomaximum/package-cli 2.16.0 → 2.16.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.
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.16.1](https://github.com/Infomaximum/package-cli/compare/v2.16.0...v2.16.1) (2025-03-05)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * node version ([9b6a174](https://github.com/Infomaximum/package-cli/commit/9b6a174e5b33f223656d6b8bde70209cea6d1a93))
11
+ * **template:** версия типов nodejs ([b0ed826](https://github.com/Infomaximum/package-cli/commit/b0ed82654fd3abe0a52d8083df033a1071540d5c))
12
+
5
13
  ## [2.16.0](https://github.com/Infomaximum/package-cli/compare/v2.15.1...v2.16.0) (2025-03-04)
6
14
 
7
15
 
@@ -28,7 +28,7 @@ module.exports = {
28
28
  };
29
29
  `;
30
30
  export const INTEGRATION_BROWSERLIST_CONFIG = `\
31
- node 0.5
31
+ node >=14
32
32
  `;
33
33
  export const INTEGRATION_GITIGNORE = `\
34
34
  # dependencies
@@ -21,6 +21,7 @@ export const INTEGRATION_PACKAGE_JSON_TEMPLATE = `\
21
21
  "@eslint/js": "^9.19.0",
22
22
  "${INTEGRATION_SDK_LIB_NAME}": "^{{integrationSdkVersion}}",
23
23
  "${CUSTOM_PACKAGE_CLI_LIB_NAME}": "^{{packageCliVersion}}",
24
+ "@types/node": "^0",
24
25
  "core-js": "^3.41.0",
25
26
  "eslint": "^9.19.0",
26
27
  "globals": "^15.14.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/package-cli",
3
- "version": "2.16.0",
3
+ "version": "2.16.1",
4
4
  "exports": "./dist/index.js",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",