agg ws improvements

This commit is contained in:
Aleksandr Kraiz
2023-05-25 00:15:05 +04:00
parent c920972d08
commit 6c928690b9
7 changed files with 441 additions and 253 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.7",
"version": "0.19.8",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
@@ -51,18 +51,18 @@
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@tsconfig/esm": "^1.0.2",
"@tsconfig/strictest": "^2.0.0",
"@tsconfig/esm": "^1.0.3",
"@tsconfig/strictest": "^2.0.1",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/node": "^20.1.1",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.3",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"babel-loader": "^9.1.2",
"concurrently": "^8.0.1",
"eslint": "^8.38.0",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^34.0.1",
@@ -74,7 +74,8 @@
"is-ci": "^3.0.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"ts-loader": "^9.4.3",
"ts-node": "github:TypeStrong/ts-node#main",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
},
@@ -82,7 +83,7 @@
"@babel/runtime": "^7.21.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@orionprotocol/contracts": "1.0.2",
"@orionprotocol/contracts": "1.3.0",
"bignumber.js": "^9.1.1",
"bson-objectid": "^2.0.4",
"buffer": "^6.0.3",
@@ -90,13 +91,12 @@
"express": "^4.18.2",
"isomorphic-ws": "^5.0.0",
"just-clone": "^6.2.0",
"merge-anything": "^5.1.4",
"merge-anything": "^5.1.7",
"neverthrow": "^6.0.0",
"simple-typed-fetch": "^0.1.9",
"stream-browserify": "^3.0.0",
"tiny-invariant": "^1.3.1",
"ts-is-present": "^1.2.2",
"ts-node": "^10.9.1",
"uuid": "^9.0.0",
"ws": "^8.13.0",
"zod": "3.21.4"
@@ -104,5 +104,8 @@
"homepage": "https://github.com/orionprotocol/sdk#readme",
"files": [
"lib/**/*"
]
],
"overrides": {
"tsconfig-paths": "^4.0.0"
}
}