@interopio/iocd-cli 0.0.34 → 0.0.35

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/README.md CHANGED
@@ -63,7 +63,7 @@ This seed project provides everything needed to build, test, and deploy your bra
63
63
 
64
64
  ### Prerequisites
65
65
 
66
- - **Node.js**: v18 or higher
66
+ - **Node.js**: v22 or higher
67
67
  - **npm**: v9 or higher
68
68
  - **Operating System**: Windows 10+ or macOS 11+
69
69
  - **License**: This seed project requires a valid io.Connect Desktop license to use the included components. For licensing questions, contact sales@interop.io
@@ -63,7 +63,7 @@ This seed project provides everything needed to build, test, and deploy your bra
63
63
 
64
64
  ### Prerequisites
65
65
 
66
- - **Node.js**: v18 or higher
66
+ - **Node.js**: v22 or higher
67
67
  - **npm**: v9 or higher
68
68
  - **Operating System**: Windows 10+ or macOS 11+
69
69
  - **License**: This seed project requires a valid io.Connect Desktop license to use the included components. For licensing questions, contact sales@interop.io
@@ -18,7 +18,7 @@
18
18
  "author": "Your Name",
19
19
  "license": "MIT",
20
20
  "engines": {
21
- "node": ">=18.0.0"
21
+ "node": ">=22.0.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@interopio/iocd-cli": "latest",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@interopio/iocd-cli",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "CLI tool for setting up, building and packaging io.Connect Desktop platforms",
5
5
  "engines": {
6
- "node": ">=18.0.0",
7
- "npm": ">=8.0.0"
6
+ "node": ">=22.0.0",
7
+ "npm": ">=9.0.0"
8
8
  },
9
9
  "bin": {
10
10
  "iocd": "./dist/cli.js"