|
1 | 1 | { |
2 | 2 | "name": "draupnir", |
3 | | - "version": "2.2.0", |
| 3 | + "version": "2.3.1", |
4 | 4 | "description": "A moderation tool for Matrix", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "repository": "https://github.com/the-draupnir-project/Draupnir.git", |
|
20 | 20 | "test:integration:single": "NODE_ENV=harness corepack yarn mocha --require test/tsnode.cjs --require test/integration/fixtures.ts --timeout 300000 --project ./tsconfig.json", |
21 | 21 | "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\"", |
22 | 22 | "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" |
25 | 24 | }, |
26 | 25 | "devDependencies": { |
27 | 26 | "@eslint/js": "^9.7.0", |
|
52 | 51 | "@gnuxie/typescript-result": "^1.0.0", |
53 | 52 | "@sentry/node": "^7.17.2", |
54 | 53 | "@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", |
57 | 56 | "better-sqlite3": "^9.4.3", |
58 | 57 | "body-parser": "^1.20.2", |
59 | 58 | "config": "^3.3.9", |
|
63 | 62 | "jsdom": "^24.0.0", |
64 | 63 | "matrix-appservice-bridge": "^10.3.1", |
65 | 64 | "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", |
68 | 67 | "pg": "^8.8.0", |
69 | 68 | "yaml": "^2.3.2" |
70 | 69 | }, |
71 | 70 | "overrides": { |
72 | 71 | "matrix-bot-sdk": "$@vector-im/matrix-bot-sdk", |
73 | 72 | "@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" |
75 | 75 | }, |
76 | 76 | "engines": { |
77 | 77 | "node": ">=20.0.0" |
|
0 commit comments