Merge remote-tracking branch 'origin/main' into op-4438/pf-cex-prices

This commit is contained in:
Kirill Litvinov
2024-03-07 16:12:21 +03:00
102 changed files with 11453 additions and 1715 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.80-rc1",
"version": "0.20.66-rc1",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
@@ -66,6 +66,7 @@
"@typescript-eslint/parser": "^6.4.0",
"babel-loader": "^9.1.2",
"concurrently": "^8.1.0",
"esbuild": "^0.13.4",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^17.1.0",
@@ -81,30 +82,32 @@
"ts-loader": "^9.4.3",
"ts-node": "github:TypeStrong/ts-node#main",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@orionprotocol/contracts": "1.16.2",
"@orionprotocol/contracts": "1.22.10",
"@types/lodash.clonedeep": "^4.5.9",
"bignumber.js": "^9.1.1",
"bson-objectid": "^2.0.4",
"buffer": "^6.0.3",
"ethers": "^5.6.2",
"ethers": "^6.7.1",
"express": "^4.18.2",
"isomorphic-ws": "^5.0.0",
"just-clone": "^6.2.0",
"lodash.clonedeep": "^4.5.0",
"merge-anything": "^5.1.7",
"neverthrow": "^6.0.0",
"patch-package": "^8.0.0",
"simple-typed-fetch": "0.2.2",
"simple-typed-fetch": "0.2.3",
"stream-browserify": "^3.0.0",
"tiny-invariant": "^1.3.1",
"ts-is-present": "^1.2.2",
"uuid": "^9.0.0",
"ws": "^8.13.0",
"zod": "3.21.4"
"zod": "3.22.2"
},
"homepage": "https://github.com/orionprotocol/sdk#readme",
"files": [
@@ -114,4 +117,3 @@
"tsconfig-paths": "^4.0.0"
}
}