Skip to content

Commit e27e96b

Browse files
committed
Update matrix-basic-types and MPS.
1 parent 9b8434b commit e27e96b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@commitlint/config-conventional": "^17.4.4",
2929
"@eslint/js": "^9.6.0",
3030
"@sinclair/typebox": "0.34.13",
31-
"@the-draupnir-project/matrix-basic-types": "^0.2.0",
31+
"@the-draupnir-project/matrix-basic-types": "1.3.0",
3232
"@types/crypto-js": "^4.1.2",
3333
"@types/eslint__js": "^8.42.3",
3434
"@types/glob-to-regexp": "^0.4.1",
@@ -40,7 +40,7 @@
4040
"jest": "^29.4.3",
4141
"lint-staged": "^13.1.2",
4242
"matrix-bot-sdk": ">=0.6.4",
43-
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.10.0",
43+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.0.0",
4444
"postcss": "^8.4.21",
4545
"prettier": "^2.8.4",
4646
"ts-jest": "^29.0.5",
@@ -73,9 +73,9 @@
7373
},
7474
"peerDependencies": {
7575
"@sinclair/typebox": "0.34.13",
76-
"@the-draupnir-project/matrix-basic-types": "^0.2.0",
76+
"@the-draupnir-project/matrix-basic-types": "1.3.0",
7777
"matrix-bot-sdk": ">=0.6.4",
78-
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.10.0"
78+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.0.0"
7979
},
8080
"publishConfig": {
8181
"@gnuxie:registry": "https://registry.npmjs.org"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -671,10 +671,10 @@
671671
dependencies:
672672
"@sinonjs/commons" "^3.0.0"
673673

674-
"@the-draupnir-project/matrix-basic-types@^0.2.0":
675-
version "0.2.0"
676-
resolved "https://registry.yarnpkg.com/@the-draupnir-project/matrix-basic-types/-/matrix-basic-types-0.2.0.tgz#21502e4b9c0ad7b1cce077dc7d5ddefd768d0b42"
677-
integrity sha512-plYd/Oi9/JPo+C5ga2D/8L41St+QpdfMwDjE3LuFnjF7TdmxEIw4rx/AFMqZk3KTMbukLQDQDCQF1ZFYmKI6WA==
674+
"@the-draupnir-project/matrix-basic-types@1.3.0":
675+
version "1.3.0"
676+
resolved "https://registry.yarnpkg.com/@the-draupnir-project/matrix-basic-types/-/matrix-basic-types-1.3.0.tgz#02fa9bd75eeed778a57da0844447feca3a4c663c"
677+
integrity sha512-WkUD7cqs9qFr1NQZiJWxa+/1trWrhQqv8SbPxrMLRKv1LMm93ELeguROP470kHNWHrCkVcKmYQVc4uC2Yup+EQ==
678678
dependencies:
679679
"@gnuxie/typescript-result" "^1.0.0"
680680
glob-to-regexp "^0.4.1"
@@ -3164,10 +3164,10 @@ matrix-bot-sdk@>=0.6.4:
31643164
request-promise "^4.2.6"
31653165
sanitize-html "^2.8.0"
31663166

3167-
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@2.10.0":
3168-
version "2.10.0"
3169-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-2.10.0.tgz#23016419cbed28b8a645fe9c82b5df2fe5cf4751"
3170-
integrity sha512-Zwrm9RryTgJEqZ6Y9uPa39YZZwsRLUqfS5I5X0fXrre3M68VX7BNIYKQ9xKvjTBKsTI/jSSCJImARYt5fBT0Zg==
3167+
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@3.0.0":
3168+
version "3.0.0"
3169+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-3.0.0.tgz#6e679f1f0e3b9a16f046c095d1ed1416a078e376"
3170+
integrity sha512-X06uzOKN/fwOW2Vm3AKL2HKLbjU1PrqhUsYTzZGGQnEQYkAvoFnuK/TyKF8QaVoMJ/PF4Ybkkj6t5GbZGsGajg==
31713171
dependencies:
31723172
"@gnuxie/typescript-result" "^1.0.0"
31733173
await-lock "^2.2.2"

0 commit comments

Comments
 (0)