@mcp-web/app 0.1.1 → 0.1.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-web/app",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Build tooling for MCP Apps - bundle React components into single HTML files for AI UI rendering",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@modelcontextprotocol/ext-apps": "^1.0.1",
|
|
24
24
|
"vite-plugin-singlefile": "^2.3.0",
|
|
25
25
|
"zod": "~4.1.12",
|
|
26
|
-
"@mcp-web/types": "0.1.
|
|
26
|
+
"@mcp-web/types": "0.1.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^25.0.9",
|