@rayu-dev/rayu-cli 1.3.466 → 1.4.466
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/dist/rayu.js +205015 -211789
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rayu-dev/rayu-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.466",
|
|
4
4
|
"description": "Rayu-CLI — a multi-provider AI coding CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"scripts/preinstall.cjs",
|
|
13
13
|
"scripts/postinstall.cjs"
|
|
14
14
|
],
|
|
15
|
-
|
|
16
15
|
"scripts": {
|
|
17
16
|
"preinstall": "node scripts/preinstall.cjs",
|
|
18
17
|
"postinstall": "node scripts/postinstall.cjs",
|
|
@@ -50,7 +49,6 @@
|
|
|
50
49
|
"@aws-sdk/client-sts": "^3.1057.0",
|
|
51
50
|
"@commander-js/extra-typings": "12",
|
|
52
51
|
"@google/genai": "2.8.0",
|
|
53
|
-
"@growthbook/growthbook": "^1.6.5",
|
|
54
52
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
55
53
|
"@opentelemetry/api": "^1.9.1",
|
|
56
54
|
"@opentelemetry/api-logs": "^0.218.0",
|
|
@@ -101,6 +99,7 @@
|
|
|
101
99
|
"react": "^19.2.6",
|
|
102
100
|
"react-reconciler": "^0.33.0",
|
|
103
101
|
"semver": "^7.8.1",
|
|
102
|
+
"sharp": "0.35.3",
|
|
104
103
|
"shell-quote": "^1.8.4",
|
|
105
104
|
"signal-exit": "^4.1.0",
|
|
106
105
|
"stack-utils": "^2.0.6",
|