upfynai-code 2.9.2 → 2.9.3

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 +37 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "upfynai-code",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "description": "Visual AI coding interface for Claude Code, Cursor & Codex. Canvas whiteboard, multi-agent chat, terminal, git, voice assistant. Self-host locally or connect to cli.upfyn.com for remote access.",
5
5
  "type": "module",
6
6
  "main": "server/index.js",
@@ -55,6 +55,37 @@
55
55
  "dependencies": {
56
56
  "@anthropic-ai/claude-agent-sdk": "^0.1.71",
57
57
  "@anthropic-ai/sdk": "^0.78.0",
58
+ "@iarna/toml": "^2.2.5",
59
+ "@libsql/client": "^0.14.0",
60
+ "@modelcontextprotocol/sdk": "^1.26.0",
61
+ "@neondatabase/serverless": "^1.0.2",
62
+ "@octokit/rest": "^22.0.0",
63
+ "@openai/codex-sdk": "^0.101.0",
64
+ "bcryptjs": "^3.0.3",
65
+ "chokidar": "^4.0.3",
66
+ "composio-core": "^0.5.39",
67
+ "cookie-parser": "^1.4.7",
68
+ "cors": "^2.8.5",
69
+ "cross-spawn": "^7.0.3",
70
+ "edge-tts-universal": "^1.3.3",
71
+ "express": "^4.18.2",
72
+ "form-data": "^4.0.5",
73
+ "google-auth-library": "^10.6.1",
74
+ "gray-matter": "^4.0.3",
75
+ "js-yaml": "^4.1.0",
76
+ "jsonwebtoken": "^9.0.2",
77
+ "mime-types": "^3.0.1",
78
+ "multer": "^2.0.2",
79
+ "node-cron": "^4.2.1",
80
+ "razorpay": "^2.9.6",
81
+ "resend": "^6.9.2",
82
+ "ws": "^8.14.2",
83
+ "zod": "^3.25.76"
84
+ },
85
+ "optionalDependencies": {
86
+ "node-pty": "^1.1.0-beta34"
87
+ },
88
+ "devDependencies": {
58
89
  "@codemirror/lang-css": "^6.3.1",
59
90
  "@codemirror/lang-html": "^6.4.9",
60
91
  "@codemirror/lang-javascript": "^6.2.4",
@@ -63,14 +94,11 @@
63
94
  "@codemirror/lang-python": "^6.2.1",
64
95
  "@codemirror/merge": "^6.11.1",
65
96
  "@codemirror/theme-one-dark": "^6.1.2",
66
- "@iarna/toml": "^2.2.5",
67
- "@libsql/client": "^0.14.0",
68
- "@modelcontextprotocol/sdk": "^1.26.0",
69
- "@neondatabase/serverless": "^1.0.2",
70
- "@octokit/rest": "^22.0.0",
71
- "@openai/codex-sdk": "^0.101.0",
72
97
  "@replit/codemirror-minimap": "^0.5.2",
73
98
  "@tailwindcss/typography": "^0.5.16",
99
+ "@types/node": "^22.19.7",
100
+ "@types/react": "^18.2.43",
101
+ "@types/react-dom": "^18.2.17",
74
102
  "@uiw/react-codemirror": "^4.23.13",
75
103
  "@vapi-ai/web": "^2.5.2",
76
104
  "@vitejs/plugin-react": "^4.5.2",
@@ -81,35 +109,19 @@
81
109
  "@xterm/xterm": "^5.5.0",
82
110
  "@xyflow/react": "^12.10.1",
83
111
  "autoprefixer": "^10.4.16",
84
- "bcryptjs": "^3.0.3",
85
- "chokidar": "^4.0.3",
86
112
  "class-variance-authority": "^0.7.1",
87
113
  "clsx": "^2.1.1",
88
- "composio-core": "^0.5.39",
89
- "cookie-parser": "^1.4.7",
90
- "cors": "^2.8.5",
91
- "cross-spawn": "^7.0.3",
92
114
  "dagre": "^0.8.5",
93
- "edge-tts-universal": "^1.3.3",
94
115
  "elkjs": "^0.11.0",
95
- "express": "^4.18.2",
96
- "form-data": "^4.0.5",
97
116
  "fuse.js": "^7.0.0",
98
- "google-auth-library": "^10.6.1",
99
- "gray-matter": "^4.0.3",
100
117
  "i18next": "^25.7.4",
101
118
  "i18next-browser-languagedetector": "^8.2.0",
102
- "js-yaml": "^4.1.0",
103
- "jsonwebtoken": "^9.0.2",
104
119
  "katex": "^0.16.25",
120
+ "lightningcss": "^1.31.1",
105
121
  "lucide-react": "^0.515.0",
106
122
  "mermaid": "^11.12.3",
107
- "mime-types": "^3.0.1",
108
- "multer": "^2.0.2",
109
- "node-cron": "^4.2.1",
110
123
  "pdfjs-dist": "^5.4.624",
111
124
  "postcss": "^8.4.32",
112
- "razorpay": "^2.9.6",
113
125
  "react": "^18.2.0",
114
126
  "react-diff-viewer-continued": "^4.1.2",
115
127
  "react-dom": "^18.2.0",
@@ -122,22 +134,10 @@
122
134
  "rehype-raw": "^7.0.0",
123
135
  "remark-gfm": "^4.0.0",
124
136
  "remark-math": "^6.0.0",
125
- "resend": "^6.9.2",
126
137
  "tailwind-merge": "^3.3.1",
127
138
  "tailwindcss": "^3.4.0",
139
+ "typescript": "^5.9.3",
128
140
  "vite": "~6.3.5",
129
- "ws": "^8.14.2",
130
- "zod": "^3.25.76",
131
141
  "zustand": "^5.0.11"
132
- },
133
- "optionalDependencies": {
134
- "node-pty": "^1.1.0-beta34"
135
- },
136
- "devDependencies": {
137
- "@types/node": "^22.19.7",
138
- "@types/react": "^18.2.43",
139
- "@types/react-dom": "^18.2.17",
140
- "lightningcss": "^1.31.1",
141
- "typescript": "^5.9.3"
142
142
  }
143
143
  }