@ynhcj/xiaoyi-channel 0.0.13-next → 0.0.14-next

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.
Files changed (2) hide show
  1. package/dist/src/bot.js +0 -2
  2. package/package.json +1 -1
package/dist/src/bot.js CHANGED
@@ -329,9 +329,7 @@ function buildXYMediaPayload(mediaList) {
329
329
  return {
330
330
  MediaPath: first?.path,
331
331
  MediaType: first?.mimeType,
332
- MediaUrl: first?.path,
333
332
  MediaPaths: mediaPaths.length > 0 ? mediaPaths : undefined,
334
- MediaUrls: mediaPaths.length > 0 ? mediaPaths : undefined,
335
333
  MediaTypes: mediaTypes.length > 0 ? mediaTypes : undefined,
336
334
  };
337
335
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.13-next",
3
+ "version": "0.0.14-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",