openclaw-channel-dmwork 0.6.2-dev.48ec5ee4 → 0.6.2

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-channel-dmwork",
3
- "version": "0.6.2-dev.48ec5ee4",
3
+ "version": "0.6.2",
4
4
  "description": "DMWork channel plugin for OpenClaw via WuKongIM WebSocket",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -1 +1 @@
1
- export declare const PLUGIN_VERSION = "0.6.2-dev.48ec5ee4";
1
+ export declare const PLUGIN_VERSION = "0.6.2";
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by prebuild script. Do not edit manually.
2
- export const PLUGIN_VERSION = "0.6.2-dev.48ec5ee4";
2
+ export const PLUGIN_VERSION = "0.6.2";
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2DAA2D;AAC3D,MAAM,CAAC,MAAM,cAAc,GAAG,oBAAoB,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,2DAA2D;AAC3D,MAAM,CAAC,MAAM,cAAc,GAAG,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-channel-dmwork",
3
- "version": "0.6.2-dev.48ec5ee4",
3
+ "version": "0.6.2",
4
4
  "description": "DMWork channel plugin for OpenClaw via WuKongIM WebSocket",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: dmwork-bot-api
3
- version: 0.6.2
3
+ version: 0.6.1
4
4
  description: DMWork Bot API 文档。消息发送、群管理、Thread、文件上传、User API 等接口。API 基础地址从 OpenClaw 配置 channels.dmwork.accounts.<id>.apiUrl 获取。
5
5
  metadata: {"dmwork":{"category":"messaging","api_base":"<apiUrl>"}}
6
6
  ---