@decocms/mesh 1.0.0-alpha.1 → 1.0.0-alpha.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.
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decocms/mesh",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.2",
|
|
4
4
|
"description": "MCP Mesh - Self-hostable MCP Gateway for managing AI connections and tools",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Deco team",
|
|
@@ -35,6 +35,10 @@
|
|
|
35
35
|
"prepublishOnly": "bun run build:client && bun run build:server"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
+
"kysely": "^0.28.8",
|
|
39
|
+
"kysely-bun-worker": "^0.6.0"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
38
42
|
"@ai-sdk/provider": "^2.0.0",
|
|
39
43
|
"@ai-sdk/react": "^2.0.59",
|
|
40
44
|
"@better-auth/sso": "1.4.1",
|
|
@@ -64,13 +68,23 @@
|
|
|
64
68
|
"@rjsf/shadcn": "^6.1.2",
|
|
65
69
|
"@rjsf/utils": "^6.1.2",
|
|
66
70
|
"@rjsf/validator-ajv8": "^6.1.2",
|
|
71
|
+
"@tailwindcss/vite": "^4.1.17",
|
|
67
72
|
"@tanstack/react-query": "^5.90.11",
|
|
68
73
|
"@tanstack/react-router": "^1.139.7",
|
|
69
74
|
"@tanstack/react-router-devtools": "^1.139.7",
|
|
75
|
+
"@types/bun": "^1.3.1",
|
|
76
|
+
"@types/pg": "^8.15.6",
|
|
77
|
+
"@types/react": "^19.2.2",
|
|
78
|
+
"@types/react-dom": "^19.2.2",
|
|
79
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
80
|
+
"@vercel/nft": "^1.1.1",
|
|
81
|
+
"@vitejs/plugin-react": "^5.1.0",
|
|
70
82
|
"ai": "^5.0.101",
|
|
83
|
+
"babel-plugin-react-compiler": "^1.0.0",
|
|
71
84
|
"better-auth": "1.4.5",
|
|
72
85
|
"class-variance-authority": "^0.7.1",
|
|
73
86
|
"clsx": "^2.1.1",
|
|
87
|
+
"concurrently": "^9.2.1",
|
|
74
88
|
"croner": "^9.1.0",
|
|
75
89
|
"date-fns": "^4.1.0",
|
|
76
90
|
"fetch-to-node": "^2.1.0",
|
|
@@ -79,8 +93,6 @@
|
|
|
79
93
|
"idb-keyval": "^6.2.2",
|
|
80
94
|
"input-otp": "^1.4.2",
|
|
81
95
|
"jose": "^6.0.11",
|
|
82
|
-
"kysely": "^0.28.8",
|
|
83
|
-
"kysely-bun-worker": "^0.6.0",
|
|
84
96
|
"lucide-react": "^0.552.0",
|
|
85
97
|
"nanoid": "^5.1.6",
|
|
86
98
|
"pg": "^8.16.3",
|
|
@@ -92,26 +104,14 @@
|
|
|
92
104
|
"sonner": "^2.0.7",
|
|
93
105
|
"tailwind-merge": "^3.3.1",
|
|
94
106
|
"tailwindcss": "^4.1.17",
|
|
107
|
+
"typescript": "^5.9.3",
|
|
95
108
|
"use-mcp": "^0.0.21",
|
|
109
|
+
"vite": "^7.2.1",
|
|
110
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
96
111
|
"zod": "^3.25.76",
|
|
97
112
|
"zod-from-json-schema": "0.0.5",
|
|
98
113
|
"zod-to-json-schema": "3.25.0"
|
|
99
114
|
},
|
|
100
|
-
"devDependencies": {
|
|
101
|
-
"@tailwindcss/vite": "^4.1.17",
|
|
102
|
-
"@types/bun": "^1.3.1",
|
|
103
|
-
"@types/pg": "^8.15.6",
|
|
104
|
-
"@types/react": "^19.2.2",
|
|
105
|
-
"@types/react-syntax-highlighter": "^15.5.13",
|
|
106
|
-
"@types/react-dom": "^19.2.2",
|
|
107
|
-
"@vercel/nft": "^1.1.1",
|
|
108
|
-
"@vitejs/plugin-react": "^5.1.0",
|
|
109
|
-
"babel-plugin-react-compiler": "^1.0.0",
|
|
110
|
-
"concurrently": "^9.2.1",
|
|
111
|
-
"typescript": "^5.9.3",
|
|
112
|
-
"vite": "^7.2.1",
|
|
113
|
-
"vite-tsconfig-paths": "^5.1.4"
|
|
114
|
-
},
|
|
115
115
|
"module": "src/index.ts",
|
|
116
116
|
"keywords": [
|
|
117
117
|
"mcp",
|