@polkadot/util
Advanced tools
Comparing version 0.19.1 to 0.19.2
{ | ||
"name": "@polkadot/util", | ||
"version": "0.19.1", | ||
"version": "0.19.2", | ||
"description": "A collection of useful utilities for @polkadot", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@polkadot/api-jsonrpc": "^0.8.14" | ||
"@polkadot/api-jsonrpc": "^0.8.16" | ||
}, | ||
@@ -35,0 +35,0 @@ "dependencies": { |
@@ -16,2 +16,3 @@ 'use strict'; | ||
var u8aToHex = require('./toHex'); | ||
var u8aToHexShort = require('./toHexShort'); | ||
var u8aToString = require('./toString'); | ||
@@ -35,2 +36,3 @@ var u8aToU8a = require('./toU8a'); | ||
u8aToHex: u8aToHex, | ||
u8aToHexShort: u8aToHexShort, | ||
u8aToString: u8aToString, | ||
@@ -37,0 +39,0 @@ u8aToU8a: u8aToU8a, |
Sorry, the diff of this file is not supported yet
152046
194
1451