@openclaw/matrix 2026.5.10-beta.5 → 2026.5.12-beta.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.
package/dist/api.js CHANGED
@@ -2,7 +2,7 @@ import { d as setMatrixThreadBindingIdleTimeoutBySessionKey, n as getMatrixThrea
2
2
  import { a as resolveMatrixDefaultOrOnlyAccountId, i as resolveMatrixChannelConfig, n as requiresExplicitMatrixDefaultAccount, r as resolveConfiguredMatrixAccountIds, t as findMatrixAccountEntry } from "./account-selection-BWwIruri.js";
3
3
  import { n as listMatrixEnvAccountIds, r as resolveMatrixEnvAccountToken, t as getMatrixScopedEnvVarNames } from "./env-vars-C7uQCTKn.js";
4
4
  import { a as resolveMatrixCredentialsPath, c as resolveMatrixLegacyFlatStoreRoot, i as resolveMatrixCredentialsFilename, l as sanitizeMatrixPathSegment, n as resolveMatrixAccountStorageRoot, o as resolveMatrixHomeserverKey, r as resolveMatrixCredentialsDir, s as resolveMatrixLegacyFlatStoragePaths, t as hashMatrixAccessToken } from "./storage-paths-BJLdnCjV.js";
5
- import { t as matrixPlugin } from "./channel-FJw9FfCE.js";
5
+ import { t as matrixPlugin } from "./channel-Bn9G-2k1.js";
6
6
  import { n as matrixSetupAdapter, t as createMatrixSetupWizardProxy } from "./setup-core-DW8XlYqw.js";
7
7
  import { n as matrixOnboardingAdapter } from "./setup-surface-Dk7piW_w.js";
8
8
  import { t as createMatrixThreadBindingManager } from "./thread-bindings-Dowu8M5c.js";
@@ -949,6 +949,7 @@ const matrixPlugin = createChatChannelPlugin({
949
949
  }).map(projectMatrixConversationBinding)
950
950
  },
951
951
  messaging: {
952
+ defaultMarkdownTableMode: "bullets",
952
953
  targetPrefixes: ["matrix"],
953
954
  normalizeTarget: normalizeMatrixMessagingTarget,
954
955
  resolveInboundConversation: ({ to, conversationId, threadId }) => resolveMatrixInboundConversation({
@@ -1,2 +1,2 @@
1
- import { t as matrixPlugin } from "./channel-FJw9FfCE.js";
1
+ import { t as matrixPlugin } from "./channel-Bn9G-2k1.js";
2
2
  export { matrixPlugin };
package/dist/test-api.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import { r as setMatrixRuntime } from "./runtime-Dog86njy.js";
2
- import { t as matrixPlugin } from "./channel-FJw9FfCE.js";
2
+ import { t as matrixPlugin } from "./channel-Bn9G-2k1.js";
3
3
  import { t as MatrixClient } from "./sdk-CwxmHlgN.js";
4
4
  export { MatrixClient, matrixPlugin, setMatrixRuntime };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/matrix",
3
- "version": "2026.5.10-beta.5",
3
+ "version": "2026.5.12-beta.1",
4
4
  "description": "OpenClaw Matrix channel plugin",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,21 +8,21 @@
8
8
  },
9
9
  "type": "module",
10
10
  "dependencies": {
11
- "@matrix-org/matrix-sdk-crypto-nodejs": "^0.5.1",
11
+ "@matrix-org/matrix-sdk-crypto-nodejs": "0.5.1",
12
12
  "@matrix-org/matrix-sdk-crypto-wasm": "18.2.0",
13
- "fake-indexeddb": "^6.2.5",
13
+ "fake-indexeddb": "6.2.5",
14
14
  "markdown-it": "14.1.1",
15
15
  "matrix-js-sdk": "41.5.0-rc.0",
16
- "music-metadata": "^11.12.3",
16
+ "music-metadata": "11.12.3",
17
17
  "typebox": "1.1.38",
18
- "zod": "^4.4.3"
18
+ "zod": "4.4.3"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@openclaw/plugin-sdk": "workspace:*",
22
22
  "openclaw": "workspace:*"
23
23
  },
24
24
  "peerDependencies": {
25
- "openclaw": ">=2026.5.10-beta.5"
25
+ "openclaw": ">=2026.5.12-beta.1"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "openclaw": {
@@ -87,10 +87,10 @@
87
87
  "allowInvalidConfigRecovery": true
88
88
  },
89
89
  "compat": {
90
- "pluginApi": ">=2026.5.10-beta.5"
90
+ "pluginApi": ">=2026.5.12-beta.1"
91
91
  },
92
92
  "build": {
93
- "openclawVersion": "2026.5.10-beta.5"
93
+ "openclawVersion": "2026.5.12-beta.1"
94
94
  },
95
95
  "release": {
96
96
  "publishToClawHub": true,