@botschat/openclaw-plugin 0.1.0 → 0.1.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/package.json +11 -3
package/package.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botschat/openclaw-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "BotsChat channel plugin for OpenClaw — connects your OpenClaw agent to the BotsChat cloud platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"openclaw": {
|
|
9
|
-
"extensions": [
|
|
9
|
+
"extensions": [
|
|
10
|
+
"./dist/index.js"
|
|
11
|
+
]
|
|
10
12
|
},
|
|
11
13
|
"scripts": {
|
|
12
14
|
"build": "tsc",
|
|
@@ -30,7 +32,13 @@
|
|
|
30
32
|
"@types/ws": "^8.5.0",
|
|
31
33
|
"typescript": "^5.7.0"
|
|
32
34
|
},
|
|
33
|
-
"keywords": [
|
|
35
|
+
"keywords": [
|
|
36
|
+
"openclaw",
|
|
37
|
+
"botschat",
|
|
38
|
+
"channel",
|
|
39
|
+
"plugin",
|
|
40
|
+
"chat"
|
|
41
|
+
],
|
|
34
42
|
"license": "Apache-2.0",
|
|
35
43
|
"repository": {
|
|
36
44
|
"type": "git",
|