Skip to content

Commit a3f9f1a

Browse files
authored
Dependency updates for bug fixes (#981)
* Update to MPS4BotSDK v4.0.2 - Marks v12 policy rooms as editable. - Ensures paginators for /messages and /relations are returning ResultError. the-draupnir-project/planning#64. * Update mps-interface-adaptor. This should improve logging for #976. Done under the-draupnir-project/planning#64.
1 parent b240282 commit a3f9f1a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@sinclair/typebox": "0.34.13",
5555
"@the-draupnir-project/interface-manager": "4.2.5",
5656
"@the-draupnir-project/matrix-basic-types": "1.4.1",
57-
"@the-draupnir-project/mps-interface-adaptor": "0.5.1",
57+
"@the-draupnir-project/mps-interface-adaptor": "0.5.2",
5858
"better-sqlite3": "^9.4.3",
5959
"body-parser": "^1.20.2",
6060
"config": "^3.3.9",
@@ -65,7 +65,7 @@
6565
"matrix-appservice-bridge": "^10.3.1",
6666
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
6767
"matrix-protection-suite": "npm:@gnuxie/[email protected]",
68-
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/[email protected].0",
68+
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/[email protected].2",
6969
"pg": "^8.8.0",
7070
"yaml": "^2.3.2"
7171
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@
327327
"@gnuxie/typescript-result" "^1.0.0"
328328
glob-to-regexp "^0.4.1"
329329

330-
"@the-draupnir-project/[email protected].1":
331-
version "0.5.1"
332-
resolved "https://registry.yarnpkg.com/@the-draupnir-project/mps-interface-adaptor/-/mps-interface-adaptor-0.5.1.tgz#48911b379e505dc2843b396b5cd142dc014af561"
333-
integrity sha512-X7ed1jA7MhFOLYIz/jctOlHa/P7EViSWkAODYNR/WKRv32nS3MLwBKSTDZxR45AtkzlLrlcAy1NwBk4ABIb6OA==
330+
"@the-draupnir-project/[email protected].2":
331+
version "0.5.2"
332+
resolved "https://registry.yarnpkg.com/@the-draupnir-project/mps-interface-adaptor/-/mps-interface-adaptor-0.5.2.tgz#e68aed42a5630085e810a3c1aea33a123f7235ac"
333+
integrity sha512-RPR99a4l4JIvgyAFIiWA79/zl0ZN8zO+backS/GjNmsFQz3o0yDxnqUAFq/iJA44QgLDXJsw0h2t2LyytqGWHQ==
334334

335335
"@tsconfig/node10@^1.0.7":
336336
version "1.0.11"
@@ -2598,10 +2598,10 @@ matrix-appservice@^2.0.0:
25982598
request-promise "^4.2.6"
25992599
sanitize-html "^2.11.0"
26002600

2601-
"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/[email protected].0":
2602-
version "4.0.0"
2603-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-4.0.0.tgz#8a0763d57d9d216c66f641c22509942542d13199"
2604-
integrity sha512-k9w7mjtLs3QRpTYpIBYe/CNTIgtAePGKyb9oyX9VUI/pfWZF+gJ6Ef90K0ka9HbJSA22kOz3weB6Gg/B6Ejhjw==
2601+
"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/[email protected].2":
2602+
version "4.0.2"
2603+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-4.0.2.tgz#086921f36de385e1b4e256ad94823602a4ac5832"
2604+
integrity sha512-Ul/c//zVt2ziBKiXDKAH3Q8j6yeyQl1nBYZn1ujviU2mHkeK2ObzN49ZmUSZT8qp5Bf8Xa1+GV3/6NJ3lgpoIw==
26052605
dependencies:
26062606
"@gnuxie/typescript-result" "^1.0.0"
26072607
await-lock "^2.2.2"

0 commit comments

Comments
 (0)