@openclaw/line 2026.7.1 → 2026.7.2-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.
@@ -74,9 +74,9 @@
74
74
  "default": "pairing",
75
75
  "type": "string",
76
76
  "enum": [
77
- "open",
78
- "allowlist",
79
77
  "pairing",
78
+ "allowlist",
79
+ "open",
80
80
  "disabled"
81
81
  ]
82
82
  },
@@ -85,8 +85,8 @@
85
85
  "type": "string",
86
86
  "enum": [
87
87
  "open",
88
- "allowlist",
89
- "disabled"
88
+ "disabled",
89
+ "allowlist"
90
90
  ]
91
91
  },
92
92
  "responsePrefix": {
@@ -129,6 +129,46 @@
129
129
  },
130
130
  "additionalProperties": false
131
131
  },
132
+ "groups": {
133
+ "type": "object",
134
+ "propertyNames": {
135
+ "type": "string"
136
+ },
137
+ "additionalProperties": {
138
+ "type": "object",
139
+ "properties": {
140
+ "requireMention": {
141
+ "type": "boolean"
142
+ },
143
+ "skills": {
144
+ "type": "array",
145
+ "items": {
146
+ "type": "string"
147
+ }
148
+ },
149
+ "enabled": {
150
+ "type": "boolean"
151
+ },
152
+ "allowFrom": {
153
+ "type": "array",
154
+ "items": {
155
+ "anyOf": [
156
+ {
157
+ "type": "string"
158
+ },
159
+ {
160
+ "type": "number"
161
+ }
162
+ ]
163
+ }
164
+ },
165
+ "systemPrompt": {
166
+ "type": "string"
167
+ }
168
+ },
169
+ "additionalProperties": false
170
+ }
171
+ },
132
172
  "accounts": {
133
173
  "type": "object",
134
174
  "propertyNames": {
@@ -185,9 +225,9 @@
185
225
  "default": "pairing",
186
226
  "type": "string",
187
227
  "enum": [
188
- "open",
189
- "allowlist",
190
228
  "pairing",
229
+ "allowlist",
230
+ "open",
191
231
  "disabled"
192
232
  ]
193
233
  },
@@ -196,8 +236,8 @@
196
236
  "type": "string",
197
237
  "enum": [
198
238
  "open",
199
- "allowlist",
200
- "disabled"
239
+ "disabled",
240
+ "allowlist"
201
241
  ]
202
242
  },
203
243
  "responsePrefix": {
@@ -248,6 +288,15 @@
248
288
  "additionalProperties": {
249
289
  "type": "object",
250
290
  "properties": {
291
+ "requireMention": {
292
+ "type": "boolean"
293
+ },
294
+ "skills": {
295
+ "type": "array",
296
+ "items": {
297
+ "type": "string"
298
+ }
299
+ },
251
300
  "enabled": {
252
301
  "type": "boolean"
253
302
  },
@@ -264,17 +313,8 @@
264
313
  ]
265
314
  }
266
315
  },
267
- "requireMention": {
268
- "type": "boolean"
269
- },
270
316
  "systemPrompt": {
271
317
  "type": "string"
272
- },
273
- "skills": {
274
- "type": "array",
275
- "items": {
276
- "type": "string"
277
- }
278
318
  }
279
319
  },
280
320
  "additionalProperties": false
@@ -290,46 +330,6 @@
290
330
  },
291
331
  "defaultAccount": {
292
332
  "type": "string"
293
- },
294
- "groups": {
295
- "type": "object",
296
- "propertyNames": {
297
- "type": "string"
298
- },
299
- "additionalProperties": {
300
- "type": "object",
301
- "properties": {
302
- "enabled": {
303
- "type": "boolean"
304
- },
305
- "allowFrom": {
306
- "type": "array",
307
- "items": {
308
- "anyOf": [
309
- {
310
- "type": "string"
311
- },
312
- {
313
- "type": "number"
314
- }
315
- ]
316
- }
317
- },
318
- "requireMention": {
319
- "type": "boolean"
320
- },
321
- "systemPrompt": {
322
- "type": "string"
323
- },
324
- "skills": {
325
- "type": "array",
326
- "items": {
327
- "type": "string"
328
- }
329
- }
330
- },
331
- "additionalProperties": false
332
- }
333
333
  }
334
334
  },
335
335
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/line",
3
- "version": "2026.7.1",
3
+ "version": "2026.7.2-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.7.1"
15
+ "openclaw": ">=2026.7.2-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.7.1"
45
+ "pluginApi": ">=2026.7.2-beta.2"
46
46
  },
47
47
  "build": {
48
- "openclawVersion": "2026.7.1"
48
+ "openclawVersion": "2026.7.2-beta.2"
49
49
  },
50
50
  "release": {
51
51
  "publishToClawHub": true,
@@ -1,4 +0,0 @@
1
- import { t as monitorLineProvider } from "./monitor-0eXlx_Pe.js";
2
- import { t as probeLineBot } from "./probe-BslD77tJ.js";
3
- import { S as pushMessageLine } from "./markdown-to-line-DmpZY78n.js";
4
- export { monitorLineProvider, probeLineBot, pushMessageLine };
@@ -1,2 +0,0 @@
1
- import { t as monitorLineProvider } from "./monitor-0eXlx_Pe.js";
2
- export { monitorLineProvider };