@polkadot/jsonrpc
Advanced tools
Comparing version 0.16.13 to 0.16.14
@@ -12,2 +12,4 @@ "use strict"; | ||
const system = require('./system'); | ||
const createShape = require('./shape'); | ||
@@ -22,3 +24,4 @@ /** | ||
chain, | ||
state | ||
state, | ||
system | ||
}); |
{ | ||
"name": "@polkadot/jsonrpc", | ||
"version": "0.16.13", | ||
"version": "0.16.14", | ||
"description": "Method definitions for the Polkadot RPC layer", | ||
@@ -33,5 +33,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@polkadot/params": "^0.16.13", | ||
"@polkadot/params": "^0.16.14", | ||
"babel-runtime": "^6.26.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27525
45
374
Updated@polkadot/params@^0.16.14