Skip to content

Commit

Permalink
fixup! draupnir: init at 2.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArcaneBrony committed Dec 19, 2024
1 parent 6470078 commit 6146d47
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/dr/draupnir/hashes.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"yarn_offline_cache_hash": "sha256-V2LzX6wEiKPqYvLfuse7Mypc7hWmLPpIQ1AaAPlcjHw="
"yarn_offline_cache_hash": "sha256-s4PjW7VRajyuZG3BP6r8E86FXFi5B6/uV4t37NYu5qc="
}
18 changes: 9 additions & 9 deletions pkgs/by-name/dr/draupnir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draupnir",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "https://github.com/the-draupnir-project/Draupnir.git",
Expand Down Expand Up @@ -33,13 +33,13 @@
"@types/html-to-text": "^8.0.1",
"@types/humanize-duration": "^3.27.1",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "21.1.6",
"@types/jsdom": "21.1.7",
"@types/mocha": "^10.0.7",
"@types/nedb": "^1.8.16",
"@types/node": "^20.14.11",
"@types/pg": "^8.6.5",
"@types/request": "^2.48.12",
"@types/shell-quote": "1.7.1",
"@types/shell-quote": "1.7.5",
"crypto-js": "^4.2.0",
"eslint": "^9.7.0",
"expect": "^29.7.0",
Expand All @@ -55,8 +55,8 @@
"@gnuxie/typescript-result": "^1.0.0",
"@sentry/node": "^7.17.2",
"@sentry/tracing": "^7.17.2",
"@sinclair/typebox": "0.32.34",
"@the-draupnir-project/interface-manager": "2.6.0",
"@sinclair/typebox": "0.33.17",
"@the-draupnir-project/interface-manager": "3.0.0",
"@the-draupnir-project/matrix-basic-types": "^0.2.0",
"await-lock": "^2.2.2",
"better-sqlite3": "^9.4.3",
Expand All @@ -69,9 +69,9 @@
"js-yaml": "^4.1.0",
"jsdom": "^24.0.0",
"matrix-appservice-bridge": "^10.3.1",
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk",
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@1.7.0",
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@1.7.0",
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.1.1",
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.1.1",
"parse-duration": "^1.0.2",
"pg": "^8.8.0",
"shell-quote": "^1.7.3",
Expand All @@ -80,7 +80,7 @@
},
"overrides": {
"matrix-bot-sdk": "$@vector-im/matrix-bot-sdk",
"@vector-im/matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.6.6-element.1"
"@vector-im/matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6"
},
"engines": {
"node": ">=20.0.0"
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/dr/draupnir/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ let
in
mkYarnPackage rec {
pname = "draupnir";
version = "2.0.0-beta.8";
version = "2.0.0-beta.9";
src = fetchFromGitHub {
owner = "the-draupnir-project";
repo = "Draupnir";
rev = "v${version}";
hash = "sha256-tc+u1lcgJQ515TpcV3Pmhw8SdWwYSOCkx28d8PNYROI=";
hash = "sha256-4WLojkmWGodV7y3nRP7Y7Fw2xXCJrjxnpmztS9raAcM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6146d47

Please sign in to comment.