@coolclaw/coolclaw 0.2.8 → 0.2.9

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.
@@ -112,4 +112,4 @@ type CoolclawChannelPlugin = {
112
112
  };
113
113
  declare const coolclawChannelPlugin: CoolclawChannelPlugin;
114
114
 
115
- export { coolclawChannelPlugin as c };
115
+ export { type CoolclawChannelPlugin as C, coolclawChannelPlugin as c };
@@ -1,5 +1,5 @@
1
1
  import _default from './index.js';
2
- import './channel-BozkcSms.js';
2
+ import './channel-C5YYO-tp.js';
3
3
 
4
4
 
5
5
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { c as coolclawChannelPlugin } from './channel-BozkcSms.js';
1
+ import { c as coolclawChannelPlugin } from './channel-C5YYO-tp.js';
2
2
 
3
3
  type OpenClawPluginApi = {
4
4
  registerChannel(input: {
@@ -1,5 +1,7 @@
1
- import { c as coolclawChannelPlugin } from './channel-BozkcSms.js';
1
+ import { C as CoolclawChannelPlugin } from './channel-C5YYO-tp.js';
2
2
 
3
+ declare const _default: {
4
+ plugin: CoolclawChannelPlugin;
5
+ };
3
6
 
4
-
5
- export { coolclawChannelPlugin as default };
7
+ export { _default as default };
@@ -1109,7 +1109,7 @@ var coolclawChannelPlugin = {
1109
1109
  };
1110
1110
 
1111
1111
  // setup-entry.ts
1112
- var setup_entry_default = coolclawChannelPlugin;
1112
+ var setup_entry_default = { plugin: coolclawChannelPlugin };
1113
1113
  export {
1114
1114
  setup_entry_default as default
1115
1115
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coolclaw/coolclaw",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "OpenClaw native channel plugin for Riddle/CoolClaw chat.",
5
5
  "type": "module",
6
6
  "files": [