@jay-framework/webmcp-plugin 0.15.1 → 0.15.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jay-framework/webmcp-plugin",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "WebMCP plugin for jay-stack — automatically exposes page interactions as WebMCP tools, resources, and prompts",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"test:watch": "vitest"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@jay-framework/fullstack-component": "^0.15.
|
|
32
|
-
"@jay-framework/runtime-automation": "^0.15.
|
|
31
|
+
"@jay-framework/fullstack-component": "^0.15.3",
|
|
32
|
+
"@jay-framework/runtime-automation": "^0.15.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@jay-framework/compiler-jay-stack": "^0.15.
|
|
36
|
-
"@jay-framework/dev-environment": "^0.15.
|
|
35
|
+
"@jay-framework/compiler-jay-stack": "^0.15.3",
|
|
36
|
+
"@jay-framework/dev-environment": "^0.15.3",
|
|
37
37
|
"@types/node": "^20.11.5",
|
|
38
38
|
"rimraf": "^5.0.5",
|
|
39
39
|
"tsup": "^8.0.1",
|