varmory 1.0.7 → 1.0.9
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/README.md +1 -1
- package/dist/varmory.mjs +14 -14
- package/dist/varmory.umd.js +8 -8
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "varmory",
|
|
3
3
|
"description": "Component showcase for Vue 3 + Quasar apps with a built-in MCP (Model Context Protocol) server. Drop in an interactive browser for Quasar and custom components, auto-loaded docs, and searchable API definitions — and expose the same metadata to AI agents like Claude via Streamable HTTP MCP. No extra glue needed.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.9",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/jeka-kiselyov/varmory.git"
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"./mcp": "./mcp/showcaseMcp.js"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
|
+
"dev": "npm run servedemo",
|
|
31
32
|
"servedemo": "vite --config demo.vite.config.mjs",
|
|
32
33
|
"builddemo": "NODE_ENV=production vite build --config demo.vite.config.mjs --emptyOutDir",
|
|
33
34
|
"buildcomponent": "NODE_ENV=production vite build --config component.vite.config.mjs",
|