@kookapp/clawdbot-plugin 1.0.2 → 1.0.3

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@kookapp/clawdbot-plugin",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Kook channel plugin for Clawdbot",
5
5
  "type": "module",
6
- "main": "index.js",
6
+ "main": "src/index.ts",
7
7
  "types": "index.d.ts",
8
8
  "exports": {
9
9
  ".": {
@@ -31,11 +31,8 @@
31
31
  }
32
32
  },
33
33
  "files": [
34
- "index.js",
35
- "index.js.map",
36
- "index.d.ts",
37
- "index.d.ts.map",
38
- "src"
34
+ "src",
35
+ "clawdbot.plugin.json"
39
36
  ],
40
37
  "scripts": {
41
38
  "build": "esbuild src/index.ts --bundle --outfile=index.js --format=esm --platform=node --target=node22 --external:clawdbot --sourcemap",
@@ -45,6 +42,7 @@
45
42
  },
46
43
  "keywords": [
47
44
  "clawdbot",
45
+ "moltbot",
48
46
  "kook",
49
47
  "chat",
50
48
  "bot",
package/index.d.ts DELETED
@@ -1,10 +0,0 @@
1
- import type { ClawdbotPluginApi } from "clawdbot/plugin-sdk";
2
- declare const plugin: {
3
- id: string;
4
- name: string;
5
- description: string;
6
- configSchema: any;
7
- register(api: ClawdbotPluginApi): void;
8
- };
9
- export default plugin;
10
- //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAM7D,QAAA,MAAM,MAAM;;;;;kBAKI,iBAAiB;CAIhC,CAAC;AAEF,eAAe,MAAM,CAAC"}