File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 11import * as Sdk from "matrix-js-sdk" ;
2- import request from "request" ;
32import { logger , queries , Config } from "@1kv/common" ;
43
54const 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 } ) ;
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments