@aka_openclaw_plugin/mychat 0.1.4 → 0.1.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@aka_openclaw_plugin/mychat",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "OpenClaw MyChat channel plugin",
5
5
  "repository": {
6
6
  "type": "git",
@@ -61,8 +61,7 @@
61
61
  }
62
62
  },
63
63
  "files": [
64
- "dist/**",
65
- "openclaw.plugin.json",
66
- "README.md"
64
+ "*.js",
65
+ "openclaw.plugin.json"
67
66
  ]
68
67
  }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "mychat",
3
- "activation": {
4
- "onStartup": false
5
- },
6
- "channels": ["mychat"],
7
- "channelEnvVars": {
8
- "mychat": ["MYCHAT_BOT_TOKEN"]
9
- },
10
- "configSchema": {
11
- "type": "object",
12
- "additionalProperties": false,
13
- "properties": {}
14
- }
15
- }
package/dist/package.json DELETED
@@ -1,68 +0,0 @@
1
- {
2
- "name": "@aka_openclaw_plugin/mychat",
3
- "version": "0.1.4",
4
- "description": "OpenClaw MyChat channel plugin",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/havcino/openclaw.git"
8
- },
9
- "type": "module",
10
- "exports": {
11
- ".": "./index.js",
12
- "./channel-plugin-api.js": "./channel-plugin-api.js",
13
- "./runtime-setter-api.js": "./runtime-setter-api.js",
14
- "./runtime-api.js": "./runtime-api.js",
15
- "./config-api.js": "./config-api.js"
16
- },
17
- "dependencies": {
18
- "zod": "4.4.3"
19
- },
20
- "devDependencies": {
21
- "@openclaw/plugin-sdk": "workspace:*",
22
- "openclaw": "workspace:*"
23
- },
24
- "peerDependencies": {
25
- "openclaw": ">=2026.5.18"
26
- },
27
- "peerDependenciesMeta": {
28
- "openclaw": {
29
- "optional": true
30
- }
31
- },
32
- "openclaw": {
33
- "extensions": [
34
- "./index.ts"
35
- ],
36
- "channel": {
37
- "id": "mychat",
38
- "label": "MyChat",
39
- "selectionLabel": "MyChat",
40
- "detailLabel": "MyChat",
41
- "docsPath": "/channels/mychat",
42
- "docsLabel": "mychat",
43
- "blurb": "MyChat private messaging channel.",
44
- "systemImage": "chat",
45
- "order": 120
46
- },
47
- "install": {
48
- "npmSpec": "@aka_openclaw_plugin/mychat",
49
- "defaultChoice": "npm",
50
- "minHostVersion": ">=2026.5.18"
51
- },
52
- "compat": {
53
- "pluginApi": ">=2026.5.18"
54
- },
55
- "build": {
56
- "openclawVersion": "2026.5.18"
57
- },
58
- "release": {
59
- "publishToClawHub": true,
60
- "publishToNpm": true
61
- }
62
- },
63
- "files": [
64
- "dist/**",
65
- "openclaw.plugin.json",
66
- "README.md"
67
- ]
68
- }
File without changes
File without changes
File without changes
File without changes
File without changes