@meet-im/meet 3.6.0 → 3.6.1

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.
@@ -1,2 +1,2 @@
1
- export declare const MEET_PLUGIN_VERSION = "3.6.0";
1
+ export declare const MEET_PLUGIN_VERSION = "3.6.1";
2
2
  export declare const MEET_OPENCLAW_VERSION = "2026.5.18";
@@ -1,2 +1,2 @@
1
- export const MEET_PLUGIN_VERSION = "3.6.0";
1
+ export const MEET_PLUGIN_VERSION = "3.6.1";
2
2
  export const MEET_OPENCLAW_VERSION = "2026.5.18";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meet-im/meet",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "type": "module",
5
5
  "description": "OpenClaw Meet channel plugin",
6
6
  "scripts": {
@@ -55,7 +55,7 @@
55
55
  }
56
56
  },
57
57
  "dependencies": {
58
- "@meet-im/meet-bot-jssdk": "^1.3.0",
58
+ "@meet-im/meet-bot-jssdk": "^1.4.2",
59
59
  "zod": "^4.4.3"
60
60
  },
61
61
  "devDependencies": {