Skip to content

Commit 2e792ef

Browse files
committed
v2.5.1
1 parent 1c0cc52 commit 2e792ef

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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": "2.5.0",
3+
"version": "2.5.1",
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/[email protected].0",
43+
"matrix-protection-suite": "npm:@gnuxie/[email protected].1",
4444
"postcss": "^8.4.21",
4545
"prettier": "^2.8.4",
4646
"ts-jest": "^29.0.5",
@@ -74,7 +74,7 @@
7474
"@sinclair/typebox": "0.34.13",
7575
"@the-draupnir-project/matrix-basic-types": "^0.2.0",
7676
"matrix-bot-sdk": ">=0.6.4",
77-
"matrix-protection-suite": "npm:@gnuxie/[email protected].0"
77+
"matrix-protection-suite": "npm:@gnuxie/[email protected].1"
7878
},
7979
"publishConfig": {
8080
"@gnuxie:registry": "https://registry.npmjs.org"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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/[email protected].0":
3168-
version "2.5.0"
3169-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-2.5.0.tgz#ed4a183a45ec37bc8f541b28607afecbf46d21bb"
3170-
integrity sha512-nifDQJjVlmkNu1OKgUdIr5y1TWEZax9KaD/Z2mc3jU2ylWtu/MRWtgcKLnzGcCaFkg3WPOzMa6SCCV8ZTz3b5w==
3167+
"matrix-protection-suite@npm:@gnuxie/[email protected].1":
3168+
version "2.5.1"
3169+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-2.5.1.tgz#fb45f57beb7b8d37f1101c4fc5da9feb2c74f312"
3170+
integrity sha512-Jyq40bkI+kP0GpQ5U3AKJdu1bklXrsBbxyZOnNweCgLcMAv0TuZUQWQaJZRaC/C30KL8mPf4EEelwW2JOluwVA==
31713171
dependencies:
31723172
"@gnuxie/typescript-result" "^1.0.0"
31733173
await-lock "^2.2.2"

0 commit comments

Comments
 (0)