This commit is contained in:
Aleksandr Kraiz
2023-04-10 14:48:12 +04:00
parent 3dbe1b59de
commit 52cd0ebbd5
2 changed files with 86 additions and 613 deletions

683
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.18.10",
"version": "0.18.11",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
@@ -59,11 +59,11 @@
"@types/socket.io-client": "1.4.33",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"babel-loader": "^9.1.2",
"concurrently": "^8.0.1",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^34.0.1",
@@ -77,15 +77,13 @@
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"tsup": "^6.7.0",
"typescript": "^5.0.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
"typescript": "^5.0.4"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@orionprotocol/contracts": "0.6.0",
"@orionprotocol/contracts": "0.7.0",
"bignumber.js": "^9.1.1",
"bson-objectid": "^2.0.4",
"buffer": "^6.0.3",
@@ -96,7 +94,7 @@
"just-clone": "^6.2.0",
"merge-anything": "^5.1.4",
"neverthrow": "^6.0.0",
"simple-typed-fetch": "^0.1.6",
"simple-typed-fetch": "^0.1.9",
"stream-browserify": "^3.0.0",
"tiny-invariant": "^1.3.1",
"ts-is-present": "^1.2.2",