Skip to content

Commit

Permalink
fix: Revert stack limit increase and use updated polkadot-js/api inst…
Browse files Browse the repository at this point in the history
…ead (#394)

* fix: Revert stack limit increase and use updated polkadot-js/api instead

* chore(deps): Bump deps
  • Loading branch information
emostov committed Jan 18, 2021
1 parent f961cae commit bcd6b40
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 162 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build:calc": "bash ./calc/build.sh",
"build:docker": "docker build -t substrate-api-sidecar .",
"build:docs": "(cd docs && yarn && yarn build)",
"main": "node --stack_size=1300 ./build/src/main.js",
"main": "node ./build/src/main.js",
"lint": "tsc && eslint . --ext ts",
"deploy": "yarn build && standard-version",
"start": "yarn run main",
Expand All @@ -36,9 +36,9 @@
"test": "jest --silent"
},
"dependencies": {
"@polkadot/api": "^3.4.1",
"@polkadot/apps-config": "^0.75.1",
"@polkadot/util-crypto": "^5.2.3",
"@polkadot/api": "^3.5.1",
"@polkadot/apps-config": "^0.76.1",
"@polkadot/util-crypto": "^5.3.1",
"@substrate/calc": "^0.1.3",
"confmgr": "^1.0.6",
"express": "^4.17.1",
Expand Down
Loading

0 comments on commit bcd6b40

Please sign in to comment.