@polkadot/jsonrpc
Advanced tools
Comparing version 0.16.14 to 0.16.15
{ | ||
"name": "@polkadot/jsonrpc", | ||
"version": "0.16.14", | ||
"version": "0.16.15", | ||
"description": "Method definitions for the Polkadot RPC layer", | ||
@@ -33,5 +33,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@polkadot/params": "^0.16.14", | ||
"@polkadot/params": "^0.16.15", | ||
"babel-runtime": "^6.26.0" | ||
} | ||
} |
@@ -8,2 +8,4 @@ "use strict"; | ||
const name = require('./name'); | ||
const version = require('./version'); | ||
@@ -18,4 +20,5 @@ /** | ||
chain, | ||
name, | ||
version | ||
} | ||
}; |
Sorry, the diff of this file is not supported yet
28564
47
391
Updated@polkadot/params@^0.16.15