@aprovan/mcp-app-server 0.1.0-dev.4d82df8 → 0.1.0-dev.78c0b14
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/.turbo/turbo-build.log +2 -2
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
[32mESM[39m [1mdist/server.js [22m[32m47.95 KB[39m
|
|
14
14
|
[32mESM[39m [1mdist/index.js.map [22m[32m65.76 KB[39m
|
|
15
15
|
[32mESM[39m [1mdist/server.js.map [22m[32m104.46 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 119ms
|
|
17
17
|
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 7441ms
|
|
19
19
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m4.18 KB[39m
|
|
20
20
|
[32mDTS[39m [1mdist/server.d.ts [22m[32m252.00 B[39m
|
|
21
21
|
[33m[plugin vite:resolve] Module "module" has been externalized for browser compatibility, imported by "/home/runner/work/patchwork/patchwork/packages/compiler/dist/index.js". See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aprovan/mcp-app-server",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
3
|
+
"version": "0.1.0-dev.78c0b14",
|
|
4
4
|
"description": "MCP App Server — hosts MCP tools that render interactive UIs in Claude Desktop and Claude web.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"cors": "^2.8.5",
|
|
21
21
|
"express": "^5.1.0",
|
|
22
22
|
"zod": "^3.23.0",
|
|
23
|
-
"@aprovan/patchwork-compiler": "0.1.2-dev.
|
|
24
|
-
"@aprovan/patchwork-image-shadcn": "0.1.0-dev.
|
|
23
|
+
"@aprovan/patchwork-compiler": "0.1.2-dev.78c0b14",
|
|
24
|
+
"@aprovan/patchwork-image-shadcn": "0.1.0-dev.78c0b14"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@playwright/test": "^1.60.0",
|