Skip to content

Commit fe53d1d

Browse files
committed
v3.1.0
1 parent 7ada64d commit fe53d1d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnuxie/matrix-protection-suite-for-matrix-bot-sdk",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"files": [
@@ -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@3.0.0",
43+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.1.0",
4444
"postcss": "^8.4.21",
4545
"prettier": "^2.8.4",
4646
"ts-jest": "^29.0.5",
@@ -75,7 +75,7 @@
7575
"@sinclair/typebox": "0.34.13",
7676
"@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@3.0.0"
78+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.1.0"
7979
},
8080
"publishConfig": {
8181
"@gnuxie:registry": "https://registry.npmjs.org"

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,9 +2342,9 @@ ignore@^5.2.0, ignore@^5.3.1:
23422342
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
23432343

23442344
immutable@^5.0.0-beta.5:
2345-
version "5.0.3"
2346-
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.0.3.tgz#aa037e2313ea7b5d400cd9298fa14e404c933db1"
2347-
integrity sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==
2345+
version "5.1.1"
2346+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.1.1.tgz#d4cb552686f34b076b3dcf23c4384c04424d8354"
2347+
integrity sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==
23482348

23492349
import-fresh@^3.2.1:
23502350
version "3.3.0"
@@ -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@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==
3167+
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@3.1.0":
3168+
version "3.1.0"
3169+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-3.1.0.tgz#5969adb791e28b5ed985cb82cf6d5bd0b2d2740c"
3170+
integrity sha512-8w1uLsH1Q18qcl/vyGru+ckywEicg7JqPMgi9VGaHPhz9+JB5JmT+GoYXgyI4lEpqpiPv0uI+2bs2RkplWyseQ==
31713171
dependencies:
31723172
"@gnuxie/typescript-result" "^1.0.0"
31733173
await-lock "^2.2.2"

0 commit comments

Comments
 (0)