upfynai-code 2.9.3 → 2.9.5
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "upfynai-code",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.5",
|
|
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",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"homepage": "https://thinqmesh.com",
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
|
-
"url": "git+https://github.com/
|
|
50
|
+
"url": "git+https://github.com/AnitChaudhry/UpfynAI-Code.git"
|
|
51
51
|
},
|
|
52
52
|
"bugs": {
|
|
53
|
-
"url": "https://github.com/
|
|
53
|
+
"url": "https://github.com/AnitChaudhry/UpfynAI-Code/issues"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@anthropic-ai/claude-agent-sdk": "^0.1.71",
|
|
@@ -58,12 +58,10 @@
|
|
|
58
58
|
"@iarna/toml": "^2.2.5",
|
|
59
59
|
"@libsql/client": "^0.14.0",
|
|
60
60
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
61
|
-
"@neondatabase/serverless": "^1.0.2",
|
|
62
61
|
"@octokit/rest": "^22.0.0",
|
|
63
62
|
"@openai/codex-sdk": "^0.101.0",
|
|
64
63
|
"bcryptjs": "^3.0.3",
|
|
65
64
|
"chokidar": "^4.0.3",
|
|
66
|
-
"composio-core": "^0.5.39",
|
|
67
65
|
"cookie-parser": "^1.4.7",
|
|
68
66
|
"cors": "^2.8.5",
|
|
69
67
|
"cross-spawn": "^7.0.3",
|
|
@@ -83,6 +81,8 @@
|
|
|
83
81
|
"zod": "^3.25.76"
|
|
84
82
|
},
|
|
85
83
|
"optionalDependencies": {
|
|
84
|
+
"composio-core": "^0.5.39",
|
|
85
|
+
"@neondatabase/serverless": "^1.0.2",
|
|
86
86
|
"node-pty": "^1.1.0-beta34"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|