Skip to content

Commit da0f135

Browse files
committed
release v0.11.3
1 parent c2fcfcd commit da0f135

File tree

2 files changed

+192
-231
lines changed

2 files changed

+192
-231
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polkadot-rpc-proxy",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -17,12 +17,12 @@
1717
"author": "",
1818
"license": "GPL-3.0-or-later",
1919
"dependencies": {
20-
"@polkadot/api": "^1.24.1",
20+
"@polkadot/api": "^1.25.0-beta.12",
2121
"@polkadot/calc-fee": "file:./calc-fee/pkg",
22-
"@polkadot/metadata": "^1.24.1",
23-
"@polkadot/rpc-provider": "^1.24.1",
24-
"@polkadot/types": "^1.24.1",
25-
"@polkadot/util-crypto": "^2.17.1",
22+
"@polkadot/metadata": "^1.25.0-beta.12",
23+
"@polkadot/rpc-provider": "^1.25.0-beta.12",
24+
"@polkadot/types": "^1.25.0-beta.12",
25+
"@polkadot/util-crypto": "^2.18.1",
2626
"body-parser": "^1.19.0",
2727
"confmgr": "^1.0.6",
2828
"express": "^4.17.1",

0 commit comments

Comments
 (0)