@openclaw/slack 2026.6.5-beta.6 → 2026.6.6-beta.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/dist/api.js +2 -2
- package/dist/{channel-C15EZbTc.js → channel-i43aT1rv.js} +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/contract-api.js +1 -5
- package/dist/{monitor-C1P_IgPU.js → monitor-Szm2LjsM.js} +1 -1
- package/dist/{pipeline.runtime-DDELeqeP.js → pipeline.runtime-Dvqs0AT-.js} +1 -1
- package/dist/{provider-Cxqi3uh_.js → provider-LH_j-bLA.js} +2 -1
- package/dist/runtime-api.js +2 -2
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http2.d.ts +3 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/ws/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@types/ws/node_modules/@types/node/README.md +15 -0
- package/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +59 -0
- package/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +950 -0
- package/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/node_modules/@types/ws/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +1765 -0
- package/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +1366 -0
- package/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +432 -0
- package/node_modules/@types/ws/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/node_modules/@types/ws/node_modules/@types/node/console.d.ts +93 -0
- package/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +14 -0
- package/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +4058 -0
- package/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +537 -0
- package/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +552 -0
- package/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +876 -0
- package/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +150 -0
- package/node_modules/@types/ws/node_modules/@types/node/events.d.ts +1008 -0
- package/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +1468 -0
- package/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +4780 -0
- package/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +150 -0
- package/node_modules/@types/ws/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/node_modules/@types/ws/node_modules/@types/node/http.d.ts +2147 -0
- package/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +2485 -0
- package/node_modules/@types/ws/node_modules/@types/node/https.d.ts +400 -0
- package/node_modules/@types/ws/node_modules/@types/node/index.d.ts +117 -0
- package/node_modules/@types/ws/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +264 -0
- package/node_modules/@types/ws/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/node_modules/@types/ws/node_modules/@types/node/module.d.ts +755 -0
- package/node_modules/@types/ws/node_modules/@types/node/net.d.ts +970 -0
- package/node_modules/@types/ws/node_modules/@types/node/os.d.ts +498 -0
- package/node_modules/@types/ws/node_modules/@types/node/package.json +155 -0
- package/node_modules/@types/ws/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@types/ws/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@types/ws/node_modules/@types/node/path.d.ts +178 -0
- package/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +612 -0
- package/node_modules/@types/ws/node_modules/@types/node/process.d.ts +2204 -0
- package/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +89 -0
- package/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +139 -0
- package/node_modules/@types/ws/node_modules/@types/node/quic.d.ts +897 -0
- package/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +507 -0
- package/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +420 -0
- package/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +47 -0
- package/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +1068 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/iter.d.ts +301 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +300 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +1774 -0
- package/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/node_modules/@types/ws/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@types/ws/node_modules/@types/node/test.d.ts +2279 -0
- package/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +149 -0
- package/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +1193 -0
- package/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +103 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/index.d.ts +119 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.7/index.d.ts +119 -0
- package/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +225 -0
- package/node_modules/@types/ws/node_modules/@types/node/url.d.ts +556 -0
- package/node_modules/@types/ws/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@types/ws/node_modules/@types/node/util.d.ts +1677 -0
- package/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +980 -0
- package/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +1136 -0
- package/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +131 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +671 -0
- package/node_modules/@types/ws/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +589 -0
- package/node_modules/semver/classes/semver.js +19 -2
- package/node_modules/semver/package.json +1 -1
- package/npm-shrinkwrap.json +18 -9
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/slack",
|
|
3
|
-
"version": "2026.6.
|
|
3
|
+
"version": "2026.6.6-beta.1",
|
|
4
4
|
"description": "OpenClaw Slack channel plugin for channels, DMs, commands, and app events.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"zod": "4.4.3"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"openclaw": ">=2026.6.
|
|
18
|
+
"openclaw": ">=2026.6.6-beta.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependenciesMeta": {
|
|
21
21
|
"openclaw": {
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
"allowInvalidConfigRecovery": true
|
|
61
61
|
},
|
|
62
62
|
"compat": {
|
|
63
|
-
"pluginApi": ">=2026.6.
|
|
63
|
+
"pluginApi": ">=2026.6.6-beta.1"
|
|
64
64
|
},
|
|
65
65
|
"startup": {
|
|
66
66
|
"deferConfiguredChannelFullLoadUntilAfterListen": true
|
|
67
67
|
},
|
|
68
68
|
"build": {
|
|
69
|
-
"openclawVersion": "2026.6.
|
|
69
|
+
"openclawVersion": "2026.6.6-beta.1",
|
|
70
70
|
"bundledDist": false
|
|
71
71
|
},
|
|
72
72
|
"release": {
|