matrix-appservice-irc: 0.30.0 -> 0.32.1

This commit is contained in:
Moritz Hedtke 2021-11-30 11:43:00 +01:00
parent 8a30877567
commit 428620c9c5
No known key found for this signature in database
GPG key ID: 6794D45A488C2EDE
3 changed files with 718 additions and 219 deletions

View file

@ -15,7 +15,7 @@ ourNodePackages.package.override {
owner = "matrix-org";
repo = "matrix-appservice-irc";
rev = version;
sha256 = "sha256-EncodJKptrLC54B5XipkiHXFgJ5cD+crcT3SOPOc+7M=";
sha256 = "sha256-pJ024kIN7TJdOVV/mMB/DQJdaPQJI6yQci3uASyMZRs=";
};
nativeBuildInputs = [ makeWrapper nodePackages.node-gyp-build ];

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "matrix-appservice-irc",
"version": "0.30.0",
"version": "0.32.1",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
@ -28,13 +28,12 @@
"dependencies": {
"@sentry/node": "^5.27.1",
"bluebird": "^3.7.2",
"diff": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"extend": "^3.0.2",
"he": "^1.2.0",
"logform": "^2.2.0",
"matrix-appservice": "^0.8.0",
"matrix-appservice-bridge": "^2.6.1",
"matrix-lastactive": "^0.1.5",
"matrix-appservice-bridge": "^3.1.2",
"matrix-org-irc": "^1.2.0",
"nedb": "^1.1.2",
"nodemon": "^2.0.7",
@ -50,20 +49,23 @@
},
"devDependencies": {
"@types/bluebird": "^3.5.32",
"@types/express": "^4.17.7",
"@types/diff": "^5.0.1",
"@types/extend": "^3.0.1",
"@types/he": "^1.1.1",
"@types/nedb": "^1.8.11",
"@types/node": "^14",
"@types/nopt": "^3.0.29",
"@types/pg": "^8.6.0",
"@types/sanitize-html": "^2.3.1",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@types/express": "4.17.11",
"@types/express-serve-static-core": "4.17.19",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.21.0",
"jasmine": "^3.6.2",
"nyc": "^14.1.1",
"prom-client": "^13.0.0",
"prom-client": "13.1.0",
"proxyquire": "^1.4.0",
"typescript": "^4.2.2"
"typescript": "^4.4.3"
}
}