Skip to content

Commit 375d7ad

Browse files
committed
Update to MPS 3.5.0 AND mps-interface-adaptor 0.4.1.
These are basically the dependencies to complete the make mps-interface-adaptor extraction.
1 parent 2e0b9df commit 375d7ad

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"@sinclair/typebox": "0.34.13",
5454
"@the-draupnir-project/interface-manager": "4.1.0",
5555
"@the-draupnir-project/matrix-basic-types": "1.3.0",
56+
"@the-draupnir-project/mps-interface-adaptor": "^0.4.1",
5657
"better-sqlite3": "^9.4.3",
5758
"body-parser": "^1.20.2",
5859
"config": "^3.3.9",
@@ -62,8 +63,8 @@
6263
"jsdom": "^24.0.0",
6364
"matrix-appservice-bridge": "^10.3.1",
6465
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
65-
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.4.0",
66-
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.1.4",
66+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.5.0",
67+
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.5.0",
6768
"pg": "^8.8.0",
6869
"yaml": "^2.3.2"
6970
},

yarn.lock

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

330+
"@the-draupnir-project/mps-interface-adaptor@^0.4.1":
331+
version "0.4.1"
332+
resolved "https://registry.yarnpkg.com/@the-draupnir-project/mps-interface-adaptor/-/mps-interface-adaptor-0.4.1.tgz#673b20e3af916d3587f440fedfd6ea94b60d368e"
333+
integrity sha512-nHyQuC7nrJn7RtNpthEWL/6uNK5HPS2UDBT74Ml00FofzqSohAyNpi9BeCi9zkMjpdmVWvsWiEqn2Iv8fc/UjQ==
334+
330335
"@tsconfig/node10@^1.0.7":
331336
version "1.0.11"
332337
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.11.tgz#6ee46400685f130e278128c7b38b7e031ff5b2f2"
@@ -2593,18 +2598,18 @@ matrix-appservice@^2.0.0:
25932598
request-promise "^4.2.6"
25942599
sanitize-html "^2.11.0"
25952600

2596-
"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.1.4":
2597-
version "3.1.4"
2598-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-3.1.4.tgz#672fcf102dc42aafebef10f5fb93add82bebdb1e"
2599-
integrity sha512-5G0D4uzDxr5jWzer3JFRKVoAQjxyNYqdkUkdvVLQFaVrkT6ip87lkRaQ8MauZR7N7R2vZNWJ7ckMBKUyZKEDQg==
2601+
"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.5.0":
2602+
version "3.5.0"
2603+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-3.5.0.tgz#93e6510ac3fb16f9f80b9483ebcf1b609edf490e"
2604+
integrity sha512-R7SbXVyMtAG4Zt0s7ry4Y6uQNXylDppuz5udzhV1zsns6bPJrU1qWie3Kd13PL1lsTtkTf1e9qpsERsjrEDg+w==
26002605
dependencies:
26012606
"@gnuxie/typescript-result" "^1.0.0"
26022607
await-lock "^2.2.2"
26032608

2604-
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@3.4.0":
2605-
version "3.4.0"
2606-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-3.4.0.tgz#4ae80facae53aac82c7c88b81e16faf13be045a0"
2607-
integrity sha512-7AFfzpGaZeAj2XYhQbTfz+kSUAnGoeQEPDyHIzNjgg6pvxzxTpCGiNTwIhKKXm/9NEc0SJ8Nf10FPk1jnOz+HA==
2609+
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@3.5.0":
2610+
version "3.5.0"
2611+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-3.5.0.tgz#ca1146a8555313fd186c83c7a595837325c20fa8"
2612+
integrity sha512-OB1ctrP7msnvuqPsHrCcQdHiXpvtzXoMFjxOh8FSTwOwJdY4DSNeQU0de5nB+iW9GWJsA/h7yfZBsNmS5q1pCA==
26082613
dependencies:
26092614
"@gnuxie/typescript-result" "^1.0.0"
26102615
await-lock "^2.2.2"

0 commit comments

Comments
 (0)