@openclaw/line 2026.5.31-beta.1 → 2026.5.31-beta.2

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 ADDED
@@ -0,0 +1,11 @@
1
+ # OpenClaw LINE
2
+
3
+ Official OpenClaw channel plugin for LINE Bot API chats.
4
+
5
+ Install from OpenClaw:
6
+
7
+ ```bash
8
+ openclaw plugin add @openclaw/line
9
+ ```
10
+
11
+ Configure LINE channel credentials in OpenClaw, then connect the bot to the chats where agents should receive and send messages.
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@openclaw/line",
3
- "version": "2026.5.31-beta.1",
3
+ "version": "2026.5.31-beta.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/line",
9
- "version": "2026.5.31-beta.1",
9
+ "version": "2026.5.31-beta.2",
10
10
  "dependencies": {
11
11
  "@line/bot-sdk": "11.0.1",
12
12
  "zod": "4.4.3"
13
13
  },
14
14
  "peerDependencies": {
15
- "openclaw": ">=2026.5.31-beta.1"
15
+ "openclaw": ">=2026.5.31-beta.2"
16
16
  },
17
17
  "peerDependenciesMeta": {
18
18
  "openclaw": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/line",
3
- "version": "2026.5.31-beta.1",
3
+ "version": "2026.5.31-beta.2",
4
4
  "description": "OpenClaw LINE channel plugin for LINE Bot API chats.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "zod": "4.4.3"
13
13
  },
14
14
  "peerDependencies": {
15
- "openclaw": ">=2026.5.31-beta.1"
15
+ "openclaw": ">=2026.5.31-beta.2"
16
16
  },
17
17
  "peerDependenciesMeta": {
18
18
  "openclaw": {
@@ -42,10 +42,10 @@
42
42
  "minHostVersion": ">=2026.4.10"
43
43
  },
44
44
  "compat": {
45
- "pluginApi": ">=2026.5.31-beta.1"
45
+ "pluginApi": ">=2026.5.31-beta.2"
46
46
  },
47
47
  "build": {
48
- "openclawVersion": "2026.5.31-beta.1"
48
+ "openclawVersion": "2026.5.31-beta.2"
49
49
  },
50
50
  "release": {
51
51
  "publishToClawHub": true,
@@ -59,7 +59,8 @@
59
59
  "files": [
60
60
  "dist/**",
61
61
  "openclaw.plugin.json",
62
- "npm-shrinkwrap.json"
62
+ "npm-shrinkwrap.json",
63
+ "README.md"
63
64
  ],
64
65
  "bundledDependencies": [
65
66
  "@line/bot-sdk",