@gravity-platform/miro-bridge 0.1.3 → 0.2.1
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravity-platform/miro-bridge",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "MiroBridge node: LLM-driven Miro board manipulation via MCP tools. Dispatches commands to the MiroBridge browser component running in the Miro iframe; results return via USER_ACTION sendUserAction.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -9,9 +9,6 @@
|
|
|
9
9
|
"dev": "tsc --watch",
|
|
10
10
|
"clean": "rm -rf dist"
|
|
11
11
|
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"@gravity-platform/plugin-base": "*"
|
|
14
|
-
},
|
|
15
12
|
"devDependencies": {
|
|
16
13
|
"typescript": "^5.0.0"
|
|
17
14
|
},
|
|
@@ -41,5 +38,8 @@
|
|
|
41
38
|
"Create/move/style items",
|
|
42
39
|
"Real-time Miro sync"
|
|
43
40
|
]
|
|
41
|
+
},
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"@gravity-platform/plugin-base": ">=1.0.0"
|
|
44
44
|
}
|
|
45
45
|
}
|