@mk-co/neox-cli 2.0.88 → 2.0.90

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mk-co/neox-cli",
3
- "version": "2.0.88",
3
+ "version": "2.0.90",
4
4
  "description": "Professional AI code assistant CLI powered by Node.js",
5
5
  "type": "module",
6
6
  "main": "dist/cli/main.js",
@@ -99,7 +99,8 @@
99
99
  "widest-line": "^5.0.0",
100
100
  "wrap-ansi": "^9.0.2",
101
101
  "yoga-layout": "^3.2.1",
102
- "zod": "^3.22.4"
102
+ "zod": "^3.22.4",
103
+ "node-pty": "^1.1.0"
103
104
  },
104
105
  "devDependencies": {
105
106
  "@electron/rebuild": "^4.0.1",
@@ -120,7 +121,6 @@
120
121
  "electron": "^40.0.0",
121
122
  "icon-gen": "^5.0.0",
122
123
  "ink-testing-library": "^4.0.0",
123
- "node-pty": "^1.1.0",
124
124
  "puppeteer-core": "^24.32.0",
125
125
  "react-devtools-core": "^6.1.5",
126
126
  "react-dom": "^19.2.3",