Exchanges filter

This commit is contained in:
Aleksandr Kraiz
2022-05-30 15:40:21 +04:00
39 changed files with 226 additions and 5862 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.10.6",
"version": "0.11.0",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
@@ -9,16 +9,15 @@
"start": "npm run build && node lib/esm/index.js",
"develop": "concurrently -i -k -p \"[{name}]\" -n \"Node,TypeScript\" -c \"yellow.bold,cyan.bold\" \"yarn watch-js\" \"yarn watch-ts\"",
"clean": "rimraf lib/*",
"watch-ts": "npm run typechain:generate-types && tsc -w --skipLibCheck",
"watch-ts": "tsc -w --skipLibCheck",
"watch-js": "nodemon lib/esm/index.js",
"prepare": "npm run build",
"prebuild": "npm run typechain:generate-types && tsc",
"prebuild": "tsc",
"build": "webpack",
"test": "exit 0",
"coverage": "jest --coverage",
"lint:eslint": "eslint ./src --ext .ts,.js,.tsx,.jsx",
"lint:eslint:fix": "eslint ./src --ext .ts,.js,.tsx,.jsx --fix",
"typechain:generate-types": "typechain --target=ethers-v5 ./src/abis/*.json --out-dir ./src/artifacts/contracts",
"postpublish": "npm run publish-npm",
"publish-npm": "npm publish --access public --ignore-scripts --@orionprotocol:registry='https://registry.npmjs.org'"
},
@@ -38,7 +37,6 @@
"url": "https://github.com/orionprotocol/sdk/issues"
},
"devDependencies": {
"@typechain/ethers-v5": "^10.0.0",
"@types/node": "^17.0.23",
"@types/socket.io-client": "1.4.33",
"@types/uuid": "^8.3.4",
@@ -53,9 +51,8 @@
"eslint-plugin-import": "^2.25.4",
"husky": "^7.0.4",
"jest": "^27.5.1",
"ts-loader": "^9.2.8",
"typechain": "^8.0.0",
"typescript": "^4.6.3",
"ts-loader": "^9.3.0",
"typescript": "^4.7.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
@@ -63,6 +60,7 @@
"@ethersproject/abstract-signer": "^5.6.0",
"@ethersproject/providers": "^5.6.2",
"@lukeed/csprng": "^1.0.1",
"@orionprotocol/contracts": "0.0.8",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
@@ -76,7 +74,7 @@
"tiny-invariant": "^1.2.0",
"uuid": "^8.3.2",
"ws": "^8.5.0",
"zod": "^3.16.0"
"zod": "^3.17.3"
},
"homepage": "https://github.com/orionprotocol/sdk#readme",
"files": [