@mishap213/openclaw-channel-vk 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/openclaw.plugin.json +1 -6
- package/package.json +1 -17
package/openclaw.plugin.json
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
|
|
2
|
-
"id": "vk",
|
|
3
|
-
"type": "channel",
|
|
4
|
-
"name": "VKontakte",
|
|
5
|
-
"description": "VKontakte messaging channel for OpenClaw"
|
|
6
|
-
}
|
|
1
|
+
{"id":"vk","version":"1.0.0","label":"VKontakte Channel","description":"VK channel plugin for OpenClaw","entry":"./index.ts","setupEntry":"./setup-entry.ts","channel":{"id":"vk","label":"VKontakte","blurb":"VK channel"}}
|
package/package.json
CHANGED
|
@@ -1,17 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@mishap213/openclaw-channel-vk",
|
|
3
|
-
"version": "1.0.2",
|
|
4
|
-
"type": "module",
|
|
5
|
-
"description": "VKontakte channel plugin for OpenClaw",
|
|
6
|
-
"author": "Mikhail",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"main": "index.ts",
|
|
9
|
-
"files": ["index.ts", "setup-entry.ts", "openclaw.plugin.json", "src/"],
|
|
10
|
-
"peerDependencies": { "openclaw": ">=2026.3.0" },
|
|
11
|
-
"openclaw": {
|
|
12
|
-
"extensions": ["./index.ts"],
|
|
13
|
-
"setupEntry": "./setup-entry.ts",
|
|
14
|
-
"channel": { "id": "vk", "label": "VKontakte", "blurb": "VK channel" }
|
|
15
|
-
},
|
|
16
|
-
"publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }
|
|
17
|
-
}
|
|
1
|
+
{"name":"@mishap213/openclaw-channel-vk","version":"1.0.3","type":"module","description":"VKontakte channel plugin for OpenClaw","author":"Mikhail","license":"MIT","main":"index.ts","files":["index.ts","setup-entry.ts","openclaw.plugin.json","src/"],"peerDependencies":{"openclaw":">=2026.3.0"},"openclaw":{"extensions":["./index.ts"],"setupEntry":"./setup-entry.ts","channel":{"id":"vk","label":"VKontakte","blurb":"VK channel"}},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"}}
|