Merge branch 'feature/generic-swap-support' into feature/swap-info-eps-field

# Conflicts:
#	package-lock.json
#	package.json
This commit is contained in:
Dmitriy Pavlov
2023-08-24 10:34:31 +03:00
13 changed files with 3202 additions and 1734 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.48-dev.5-rc-0",
"version": "0.19.48-dev.6-rc-0",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
@@ -10,6 +10,9 @@
"require": "./lib/index.cjs",
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./browser": {
"browser": "./lib/index.global.js"
}
},
"engines": {
@@ -27,6 +30,7 @@
"coverage": "jest --coverage",
"lint:eslint": "eslint ./src --ext .ts,.js,.tsx,.jsx",
"lint:eslint:fix": "eslint ./src --ext .ts,.js,.tsx,.jsx --fix",
"postinstall": "patch-package",
"postpublish": "npm run publish-npm",
"publish-npm": "npm publish --access public --ignore-scripts --@orionprotocol:registry='https://registry.npmjs.org'",
"test": "dotenv jest",
@@ -51,23 +55,23 @@
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@tsconfig/esm": "^1.0.3",
"@tsconfig/esm": "^1.0.4",
"@tsconfig/strictest": "^2.0.1",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.3",
"@types/node": "^20.5.1",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"babel-loader": "^9.1.2",
"concurrently": "^8.1.0",
"eslint": "^8.41.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-config-standard-with-typescript": "^38.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"http-terminator": "^3.2.0",
"husky": "^8.0.3",
@@ -76,14 +80,14 @@
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "github:TypeStrong/ts-node#main",
"tsup": "^6.7.0",
"typescript": "^5.1.3"
"tsup": "^7.2.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@orionprotocol/contracts": "1.16.1",
"@orionprotocol/contracts": "1.16.2",
"bignumber.js": "^9.1.1",
"bson-objectid": "^2.0.4",
"buffer": "^6.0.3",
@@ -93,7 +97,8 @@
"just-clone": "^6.2.0",
"merge-anything": "^5.1.7",
"neverthrow": "^6.0.0",
"simple-typed-fetch": "0.2.1",
"patch-package": "^8.0.0",
"simple-typed-fetch": "0.2.2",
"stream-browserify": "^3.0.0",
"tiny-invariant": "^1.3.1",
"ts-is-present": "^1.2.2",