Skip to content

Commit d8aada6

Browse files
will pankiewiczwill pankiewicz
authored andcommitted
bump version to v2.7.8
1 parent 3da364c commit d8aada6

6 files changed

Lines changed: 165 additions & 167 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"start:js:worker": "NODE_OPTIONS='--max-old-space-size=10096' node packages/worker/build/index.js start"
3030
},
3131
"devDependencies": {
32-
"@types/eslint": "^8.4.8",
33-
"@types/node": "^18.11.7",
32+
"@types/eslint": "^8.4.9",
33+
"@types/node": "^18.11.8",
3434
"@types/request": "^2",
3535
"@typescript-eslint/eslint-plugin": "^5.41.0",
3636
"@typescript-eslint/parser": "^5.41.0",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@polkadot/keyring": "^10.1.11",
3434
"@types/mongoose": "^5.11.97",
35-
"@types/node": "^18.11.7",
35+
"@types/node": "^18.11.8",
3636
"hash.js": "^1.1.7",
3737
"mongoose": "^6.7.0",
3838
"typescript": "^4.8.4",

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"@1kv/worker": "workspace:^",
3131
"@koa/router": "^12.0.0",
3232
"@octokit/rest": "^19.0.5",
33-
"@polkadot/api": "^9.6.1",
33+
"@polkadot/api": "^9.6.2",
3434
"@polkadot/keyring": "^10.1.11",
3535
"@types/cron": "^2.0.0",
3636
"@types/koa": "^2.13.5",
37-
"@types/koa-bodyparser": "^4.3.8",
38-
"@types/node": "^18.11.7",
37+
"@types/koa-bodyparser": "^4.3.9",
38+
"@types/node": "^18.11.8",
3939
"@types/semver": "^7.3.13",
4040
"@types/ws": "^8.5.3",
4141
"axios": "^1.1.3",
@@ -51,9 +51,9 @@
5151
"koa-bodyparser": "^4.3.0",
5252
"koa-cash": "^4.1.1",
5353
"koa2-cors": "^2.0.6",
54-
"matrix-js-sdk": "^20.1.0",
54+
"matrix-js-sdk": "^21.0.0",
5555
"mongodb": "4.11.0",
56-
"mongodb-memory-server": "^8.9.3",
56+
"mongodb-memory-server": "^8.9.4",
5757
"mongoose": "^6.7.0",
5858
"prettier": "^2.7.1",
5959
"reconnecting-websocket": "^4.4.0",

packages/core/src/matrix.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as Sdk from "matrix-js-sdk";
2-
import request from "request";
32
import { logger, queries, Config } from "@1kv/common";
43

54
const sdk: any = Sdk;
@@ -16,7 +15,6 @@ export default class MatrixBot {
1615
) {
1716
this.client = sdk.createClient({
1817
baseUrl,
19-
request,
2018
accessToken,
2119
userId,
2220
});

packages/worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"dependencies": {
2929
"@1kv/common": "workspace:^",
30-
"@polkadot/api": "^9.6.1",
31-
"bullmq": "^2.4.0",
30+
"@polkadot/api": "^9.6.2",
31+
"bullmq": "^3.0.0",
3232
"typescript": "^4.8.4"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)