Unverified Commit 160e3dfc authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

draupnir: 2.6.1 -> 2.7.0 (#451415)

parents 72229b76 a058526c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "yarn_offline_cache_hash": "sha256-SoCuCzrKUWWsD/oEh2W3/T1/hhd7ghfpeBojo84sEI8="
  "yarn_offline_cache_hash": "sha256-jzBjZAqvEVGlk+5ii5s8aWvoYJKVBsh+RGcp63oim5Y="
}
+7 −6
Original line number Diff line number Diff line
{
  "name": "draupnir",
  "version": "2.6.1",
  "version": "2.7.0",
  "description": "A moderation tool for Matrix",
  "main": "lib/index.js",
  "repository": "https://github.com/the-draupnir-project/Draupnir.git",
@@ -8,7 +8,8 @@
  "license": "AFL-3.0",
  "private": true,
  "scripts": {
    "build": "tsc --project test/tsconfig.json && tsc > /dev/null 2>&1",
    "build": "tsc --project test/tsconfig.json && tsc > /dev/null 2>&1 && corepack yarn copy-assets",
    "copy-assets": "cp src/protections/DraupnirNews/news.json lib/protections/DraupnirNews/news.json",
    "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/",
@@ -52,8 +53,8 @@
    "@sentry/node": "^7.17.2",
    "@sinclair/typebox": "0.34.13",
    "@the-draupnir-project/interface-manager": "4.2.5",
    "@the-draupnir-project/matrix-basic-types": "1.4.0",
    "@the-draupnir-project/mps-interface-adaptor": "^0.4.1",
    "@the-draupnir-project/matrix-basic-types": "1.4.1",
    "@the-draupnir-project/mps-interface-adaptor": "0.5.1",
    "better-sqlite3": "^9.4.3",
    "body-parser": "^1.20.2",
    "config": "^3.3.9",
@@ -63,8 +64,8 @@
    "jsdom": "^24.0.0",
    "matrix-appservice-bridge": "^10.3.1",
    "matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6",
    "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.11.0",
    "matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.11.0",
    "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@4.1.0",
    "matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@4.0.0",
    "pg": "^8.8.0",
    "yaml": "^2.3.2"
  },
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ let
in
mkYarnPackage rec {
  pname = "draupnir";
  version = "2.6.1";
  version = "2.7.0";

  src = fetchFromGitHub {
    owner = "the-draupnir-project";
    repo = "Draupnir";
    tag = "v${version}";
    hash = "sha256-KO2jm9yD/LnJSY1dAbPQ2fJZhmrxWJHU+TIaZzK97bg=";
    hash = "sha256-ZzwZg7sevX0qKnlZ4snCcwSejWqA6JHCx3e6vWucO8U=";
  };

  nativeBuildInputs = [