Skip to content

Commit fbb201d

Browse files
authored
draupnir: 2.2.0 -> 2.3.1 (#412369)
2 parents bf9e2af + 192e023 commit fbb201d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"yarn_offline_cache_hash": "sha256-EM1YRbcgn0gLgw/8KImKBbG7T14ztsXqw7U5SINUT+U="
2+
"yarn_offline_cache_hash": "sha256-no2bvBNM57JEk3nypsgnqvyuiHo3T1i8KCm887cP0Ak="
33
}

pkgs/by-name/dr/draupnir/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draupnir",
3-
"version": "2.2.0",
3+
"version": "2.3.1",
44
"description": "A moderation tool for Matrix",
55
"main": "lib/index.js",
66
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
@@ -20,8 +20,7 @@
2020
"test:integration:single": "NODE_ENV=harness corepack yarn mocha --require test/tsnode.cjs --require test/integration/fixtures.ts --timeout 300000 --project ./tsconfig.json",
2121
"test:appservice:integration": "NODE_ENV=harness mocha --require test/tsnode.cjs --async-stack-traces --forbid-only --timeout 300000 --project ./tsconfig.json \"test/appservice/integration/**/*Test.ts\"",
2222
"test:appservice:integration:single": "NODE_ENV=harness corepack yarn mocha --require test/tsnode.cjs --timeout 300000 --project ./tsconfig.json",
23-
"test:manual": "NODE_ENV=harness ts-node test/integration/manualLaunchScript.ts",
24-
"version": "sed -i '/# version automated/s/[0-9][0-9]*\\.[0-9][0-9]*\\.[0-9][^\"]*/'$npm_package_version'/' synapse_antispam/setup.py && git add synapse_antispam/setup.py && cat synapse_antispam/setup.py"
23+
"test:manual": "NODE_ENV=harness ts-node test/integration/manualLaunchScript.ts"
2524
},
2625
"devDependencies": {
2726
"@eslint/js": "^9.7.0",
@@ -52,8 +51,8 @@
5251
"@gnuxie/typescript-result": "^1.0.0",
5352
"@sentry/node": "^7.17.2",
5453
"@sinclair/typebox": "0.34.13",
55-
"@the-draupnir-project/interface-manager": "4.0.2",
56-
"@the-draupnir-project/matrix-basic-types": "1.2.0",
54+
"@the-draupnir-project/interface-manager": "4.1.0",
55+
"@the-draupnir-project/matrix-basic-types": "1.3.0",
5756
"better-sqlite3": "^9.4.3",
5857
"body-parser": "^1.20.2",
5958
"config": "^3.3.9",
@@ -63,15 +62,16 @@
6362
"jsdom": "^24.0.0",
6463
"matrix-appservice-bridge": "^10.3.1",
6564
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
66-
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.10.0",
67-
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.10.1",
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",
6867
"pg": "^8.8.0",
6968
"yaml": "^2.3.2"
7069
},
7170
"overrides": {
7271
"matrix-bot-sdk": "$@vector-im/matrix-bot-sdk",
7372
"@vector-im/matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
74-
"@the-draupnir-project/matrix-basic-types": "@the-draupnir-project/[email protected]"
73+
"@the-draupnir-project/matrix-basic-types": "@the-draupnir-project/[email protected]",
74+
"matrix-protection-suite": "$matrix-protection-suite"
7575
},
7676
"engines": {
7777
"node": ">=20.0.0"

pkgs/by-name/dr/draupnir/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ let
2121
in
2222
mkYarnPackage rec {
2323
pname = "draupnir";
24-
version = "2.2.0";
24+
version = "2.3.1";
2525

2626
src = fetchFromGitHub {
2727
owner = "the-draupnir-project";
2828
repo = "Draupnir";
2929
tag = "v${version}";
30-
hash = "sha256-EeYjtrfnX+z6SeXavUhUU53mURph48gIUZlF3tubl20=";
30+
hash = "sha256-bDesbwTGmrwFp7VQwhxam9WApbmHj1aUrbIdYHdL7YA=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)