@orgloop/connector-openclaw 0.1.5 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @orgloop/connector-openclaw
2
2
 
3
- Delivers OrgLoop events to an OpenClaw agent via HTTP webhook. This is a **target-only** connector (actor) -- it sends events outbound, it does not receive them.
3
+ Delivers OrgLoop events to an OpenClaw agent via HTTP webhook. This is a **target-only** connector it delivers events from OrgLoop to OpenClaw (via POST to the OpenClaw API). It does not act as a source.
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@orgloop/connector-openclaw",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "OrgLoop OpenClaw connector — webhook target for agent waking",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "dependencies": {
9
- "@orgloop/sdk": "0.1.5"
9
+ "@orgloop/sdk": "0.1.7"
10
10
  },
11
11
  "orgloop": {
12
12
  "type": "connector",