Skip to content

Commit 6c16d21

Browse files
committed
v1.7.0
1 parent 10b0d7e commit 6c16d21

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": "1.6.0",
3+
"version": "1.7.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@1.6.0",
43+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@1.7.0",
4444
"postcss": "^8.4.21",
4545
"prettier": "^2.8.4",
4646
"ts-jest": "^29.0.5",
@@ -74,7 +74,7 @@
7474
"@sinclair/typebox": "0.32.34",
7575
"@the-draupnir-project/matrix-basic-types": "^0.2.0",
7676
"matrix-bot-sdk": ">=0.6.4",
77-
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@1.6.0"
77+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@1.7.0"
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/matrix-protection-suite@1.6.0":
3168-
version "1.6.0"
3169-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-1.6.0.tgz#f0d567946dcb4b6bdd274a291985eda103625f8b"
3170-
integrity sha512-ywxLum0c5JzxNAWw5yfgDho7jE29RNNDydzSZztbji24LCsh6nuUvJBbW4yeCLtA6qVwDwfVszP4zs66vNurJg==
3167+
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@1.7.0":
3168+
version "1.7.0"
3169+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-1.7.0.tgz#1c7439c58fc794a331ff2e6dc5a6381f0f5d187e"
3170+
integrity sha512-xT8DPxcmKpvJ4qX98aZE5HSH2B9VfcQWdWISldmu6Z4iy54DV5bAmSGFqAYRRs1xWxPuXtVNsHs+LrBo5U3CdQ==
31713171
dependencies:
31723172
"@gnuxie/typescript-result" "^1.0.0"
31733173
await-lock "^2.2.2"

0 commit comments

Comments
 (0)