@prestyj/cli 4.10.1 → 4.10.2

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prestyj/cli",
3
- "version": "4.10.1",
3
+ "version": "4.10.2",
4
4
  "type": "module",
5
5
  "description": "CLI coding agent with OAuth authentication for Anthropic, OpenAI, and Gemini",
6
6
  "license": "MIT",
@@ -99,7 +99,6 @@
99
99
  "diff": "^8.0.3",
100
100
  "fast-glob": "^3.3.3",
101
101
  "ignore": "^7.0.5",
102
- "ink": "6.8.0",
103
102
  "lowlight": "^3.3.0",
104
103
  "marked": "^15.0.12",
105
104
  "marked-terminal": "^7.3.0",
@@ -112,10 +111,11 @@
112
111
  "typescript-language-server": "^5.3.0",
113
112
  "wrap-ansi": "^10.0.0",
114
113
  "zod": "^4.4.3",
115
- "@prestyj/ai": "4.10.1",
116
- "@prestyj/core": "4.10.1",
117
114
  "@prestyj/agent": "4.10.1",
118
- "@prestyj/pixel": "4.3.101"
115
+ "@prestyj/ai": "4.10.1",
116
+ "@prestyj/pixel": "4.3.101",
117
+ "ink": "npm:@prestyj/ink@6.8.0-ez.1",
118
+ "@prestyj/core": "4.10.1"
119
119
  },
120
120
  "optionalDependencies": {
121
121
  "@huggingface/transformers": "^3.6.0",