@polkadot/extrinsics
Advanced tools
Comparing version 0.15.8 to 0.16.1
11
index.js
@@ -18,4 +18,3 @@ "use strict"; | ||
if (section) { | ||
const description = section.description, | ||
methods = section.methods; | ||
const description = section.description; | ||
const index = bnToU8a(sectionIndex, 8); | ||
@@ -25,7 +24,5 @@ extrinsics[name] = { | ||
index, | ||
methods: { | ||
private: expandMethods(methods.private, name, index), | ||
public: expandMethods(methods.public, name, index) | ||
}, | ||
name | ||
name, | ||
private: expandMethods(section.private, name, index), | ||
public: expandMethods(section.public, name, index) | ||
}; | ||
@@ -32,0 +29,0 @@ } |
{ | ||
"name": "@polkadot/extrinsics", | ||
"version": "0.15.8", | ||
"version": "0.16.1", | ||
"main": "index.js", | ||
@@ -15,6 +15,6 @@ "repository": "https://github.com/polkadot-js/apps.git", | ||
"@babel/runtime": "^7.0.0-beta.47", | ||
"@polkadot/params": "^0.15.8", | ||
"@polkadot/primitives": "^0.15.8", | ||
"@polkadot/params": "^0.16.1", | ||
"@polkadot/primitives": "^0.16.1", | ||
"@polkadot/util": "^0.21.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6541
48
+ Added@polkadot/extrinsics@0.16.15(transitive)
+ Added@polkadot/extrinsics-substrate@0.16.15(transitive)
+ Added@polkadot/params@0.16.15(transitive)
+ Added@polkadot/primitives@0.16.15(transitive)
+ Added@polkadot/util@0.22.11(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removed@polkadot/extrinsics-substrate@0.15.8(transitive)
- Removed@polkadot/params@0.15.8(transitive)
- Removed@polkadot/primitives@0.15.8(transitive)
Updated@polkadot/params@^0.16.1
Updated@polkadot/primitives@^0.16.1