-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! draupnir: init at 2.0.0-beta.8
- Loading branch information
1 parent
bd7179d
commit eb031b1
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"yarn_offline_cache_hash": "sha256-5h8d8LKE9RIWYckbEITkYBGj5MIfScrFZiVbJXZSf+8=" | ||
"yarn_offline_cache_hash": "sha256-V2LzX6wEiKPqYvLfuse7Mypc7hWmLPpIQ1AaAPlcjHw=" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "draupnir", | ||
"version": "2.0.0-beta.6", | ||
"version": "2.0.0-beta.8", | ||
"description": "A moderation tool for Matrix", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/the-draupnir-project/Draupnir.git", | ||
|
@@ -12,7 +12,7 @@ | |
"postbuild": "corepack yarn describe-version", | ||
"describe-version": "(git describe > version.txt.tmp && mv version.txt.tmp version.txt) || true && rm -f version.txt.tmp", | ||
"remove-tests-from-lib": "rm -rf lib/test/ && cp -r lib/src/* lib/ && rm -rf lib/src/", | ||
"lint": "corepack yarn eslint src test && corepack yarn prettier --check src test", | ||
"lint": "corepack yarn eslint --cache src test && corepack yarn prettier --cache --ignore-unknown --check src test", | ||
"start:dev": "corepack yarn build && node --async-stack-traces lib/index.js", | ||
"test:unit": "mocha --require './test/tsnode.cjs' --forbid-only 'test/unit/**/*.{ts,tsx}'", | ||
"test:unit:single": "mocha --require test/tsnode.cjs", | ||
|
@@ -56,7 +56,7 @@ | |
"@sentry/node": "^7.17.2", | ||
"@sentry/tracing": "^7.17.2", | ||
"@sinclair/typebox": "0.32.34", | ||
"@the-draupnir-project/interface-manager": "^2.3.0", | ||
"@the-draupnir-project/interface-manager": "2.6.0", | ||
"@the-draupnir-project/matrix-basic-types": "^0.2.0", | ||
"await-lock": "^2.2.2", | ||
"better-sqlite3": "^9.4.3", | ||
|
@@ -68,9 +68,10 @@ | |
"humanize-duration-ts": "^2.1.1", | ||
"js-yaml": "^4.1.0", | ||
"jsdom": "^24.0.0", | ||
"matrix-appservice-bridge": "^9.0.1", | ||
"matrix-protection-suite": "npm:@gnuxie/[email protected]", | ||
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/[email protected]", | ||
"matrix-appservice-bridge": "^10.3.1", | ||
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk", | ||
"matrix-protection-suite": "npm:@gnuxie/[email protected]", | ||
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/[email protected]", | ||
"parse-duration": "^1.0.2", | ||
"pg": "^8.8.0", | ||
"shell-quote": "^1.7.3", | ||
|
@@ -82,7 +83,7 @@ | |
"@vector-im/matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.6.6-element.1" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
"node": ">=20.0.0" | ||
}, | ||
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters