@onereach/idw-apps 0.1.2 → 0.2.0-beta.7.0
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/idw-apps",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-beta.7.0",
|
|
4
4
|
"description": "IDW adapter around @modelcontextprotocol/ext-apps plus iframe-facing state/actions for MCP Apps and embedded IDW web apps.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -40,6 +40,5 @@
|
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
|
-
}
|
|
44
|
-
"gitHead": "38fbf320361316c3700582c9ab3370a0f199d6cb"
|
|
43
|
+
}
|
|
45
44
|
}
|