@kartik.doda/openclaw-plugin-test 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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kartik.doda/openclaw-plugin-test",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A fully unified plugin for integrating Rocket.Chat with OpenClaw. This plugin eliminates the need for an external bridging server, providing a direct, single-place architecture for inbounds, outbounds, session management, and CLI configuration.",
5
5
  "main": "dist/index.js",
6
6
  "openclaw": {
@@ -54,9 +54,8 @@
54
54
  "zod": "^4.4.3"
55
55
  },
56
56
  "overrides": {
57
- "@rocket.chat/core-typings": {
58
- "typia": "9.7.2"
59
- }
57
+ "@rocket.chat/core-typings": "8.3.0",
58
+ "typia": "9.7.2"
60
59
  },
61
60
  "packageManager": "pnpm@10.27.0+sha1.7220f3ec270b9e3b3b56cd149ad8d88bdf1b8823"
62
61
  }