@ynhcj/xiaoyi-channel 0.0.33-beta → 0.0.34-beta

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.
@@ -282,15 +282,7 @@ export const modifyAlarmTool = {
282
282
  actionResponse: true,
283
283
  appType: "OHOS_APP",
284
284
  timeOut: 5,
285
- intentParam: {
286
- bundleName: "com.huawei.hmos.clock",
287
- moduleName: "entry",
288
- abilityName: "com.huawei.hmos.clock.phone",
289
- intentName: "ModifyAlarm",
290
- executeMode: "background",
291
- intentRequestVersion: 100,
292
- intentParam: intentParam,
293
- },
285
+ intentParam: intentParam,
294
286
  permissionId: [],
295
287
  achieveType: "INTENT",
296
288
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.33-beta",
3
+ "version": "0.0.34-beta",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",