isomorphic-fetch

This commit is contained in:
Aleksandr Kraiz
2022-05-10 14:26:53 +04:00
parent 81e96def62
commit c25360a026
4 changed files with 36 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.4.0",
"version": "0.4.1",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
@@ -40,7 +40,6 @@
"devDependencies": {
"@typechain/ethers-v5": "^10.0.0",
"@types/node": "^17.0.23",
"@types/node-fetch": "^2.6.1",
"@types/socket.io-client": "1.4.33",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.3",
@@ -68,10 +67,10 @@
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"ethers": "^5.6.2",
"isomorphic-unfetch": "^3.1.0",
"isomorphic-ws": "^4.0.1",
"just-clone": "^5.0.1",
"neverthrow": "^4.3.1",
"node-fetch": "^2.6.7",
"socket.io-client": "2.4.0",
"stream-browserify": "^3.0.0",
"tiny-invariant": "^1.2.0",