Skip to content

Commit 0daefb1

Browse files
authored
v0.17.0 (#283)
1 parent a9e0f63 commit 0daefb1

File tree

3 files changed

+120
-120
lines changed

3 files changed

+120
-120
lines changed

docs/dist/app.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "substrate-api-sidecar",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.",
55
"scripts": {
66
"preinstall": "yarn build:calc",
@@ -18,7 +18,7 @@
1818
"author": "Parity Technologies <admin@parity.io>",
1919
"license": "GPL-3.0-or-later",
2020
"dependencies": {
21-
"@polkadot/api": "^1.32.1",
21+
"@polkadot/api": "^1.33.1",
2222
"@polkadot/util-crypto": "^3.4.1",
2323
"@substrate/calc": "file:./calc/pkg",
2424
"body-parser": "^1.19.0",
@@ -34,9 +34,9 @@
3434
"@types/http-errors": "^1.6.3",
3535
"@types/jest": "^26.0.13",
3636
"@types/morgan": "^1.9.1",
37-
"@typescript-eslint/eslint-plugin": "^4.1.0",
38-
"@typescript-eslint/parser": "^4.1.0",
39-
"eslint": "^7.8.1",
37+
"@typescript-eslint/eslint-plugin": "^4.1.1",
38+
"@typescript-eslint/parser": "^4.1.1",
39+
"eslint": "^7.9.0",
4040
"eslint-config-prettier": "^6.11.0",
4141
"eslint-plugin-prettier": "^3.1.4",
4242
"eslint-plugin-simple-import-sort": "^5.0.3",

0 commit comments

Comments
 (0)