@polkadot/extrinsics
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -27,4 +27,5 @@ 'use strict'; | ||
index: u8aConcat(sectionIndex, bnToU8a(index, 8)), | ||
name: sectionName + '_' + name, | ||
params: params | ||
name: name, | ||
params: params, | ||
section: sectionName | ||
}; | ||
@@ -31,0 +32,0 @@ |
{ | ||
"name": "@polkadot/extrinsics", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"main": "index.js", | ||
@@ -14,2 +14,3 @@ "repository": "https://github.com/polkadot-js/apps.git", | ||
"dependencies": { | ||
"@polkadot/primitives": "^0.12.2", | ||
"@polkadot/util": "^0.19.4", | ||
@@ -16,0 +17,0 @@ "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
49
6926
3
+ Added@polkadot/primitives@^0.12.2
+ Added@polkadot/primitives@0.12.9(transitive)