openclaw-channel-basicops 0.1.6 → 0.1.7

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.
@@ -1,8 +1,8 @@
1
1
  {
2
- "id": "basicops",
2
+ "id": "openclaw-channel-basicops",
3
3
  "name": "BasicOps",
4
4
  "description": "BasicOps messaging channel connector (webhooks inbound + MCP outbound)",
5
- "version": "0.1.5",
5
+ "version": "0.1.7",
6
6
  "entry": "dist/index.js",
7
7
  "tags": [
8
8
  "channel",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-channel-basicops",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "BasicOps messaging channel connector for OpenClaw (webhooks inbound + MCP outbound)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",