@aprovan/mcp-app-server 0.1.0-dev.78c0b14 → 0.1.0-dev.93c7b6a

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.
@@ -13,9 +13,9 @@
13
13
  ESM dist/server.js 47.95 KB
14
14
  ESM dist/index.js.map 65.76 KB
15
15
  ESM dist/server.js.map 104.46 KB
16
- ESM ⚡️ Build success in 119ms
16
+ ESM ⚡️ Build success in 137ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 7441ms
18
+ DTS ⚡️ Build success in 9619ms
19
19
  DTS dist/index.d.ts 4.18 KB
20
20
  DTS dist/server.d.ts 252.00 B
21
21
  [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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aprovan/mcp-app-server",
3
- "version": "0.1.0-dev.78c0b14",
3
+ "version": "0.1.0-dev.93c7b6a",
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.78c0b14",
24
- "@aprovan/patchwork-image-shadcn": "0.1.0-dev.78c0b14"
23
+ "@aprovan/patchwork-compiler": "0.1.2-dev.93c7b6a",
24
+ "@aprovan/patchwork-image-shadcn": "0.1.0-dev.93c7b6a"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@playwright/test": "^1.60.0",