@iml1s/claw-link 0.1.0 → 0.1.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/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # @openclaw/claw-link
1
+ # @iml1s/claw-link
2
2
 
3
3
  Cloud relay bridge plugin for [OpenClaw](https://github.com/anthropics/openclaw) — connects mobile devices to local gateways via a WebSocket relay server.
4
4
 
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- openclaw plugins install @openclaw/claw-link
8
+ openclaw plugins install @iml1s/claw-link
9
9
  ```
10
10
 
11
11
  ## How it works
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "claw-link",
3
3
  "name": "Claw Link",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description": "Cloud relay bridge — connects mobile devices to the local gateway via a relay server.",
6
6
  "configSchema": {
7
7
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iml1s/claw-link",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Cloud relay bridge plugin for OpenClaw — connects mobile devices to local gateways via a relay server.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -43,4 +43,4 @@
43
43
  "typescript": "^5.0.0",
44
44
  "vitest": "^2.1.8"
45
45
  }
46
- }
46
+ }