@polkadot/util
Advanced tools
Comparing version 0.6.7 to 0.6.8
@@ -5,2 +5,3 @@ 'use strict'; | ||
var hexAddPrefix = require('./addPrefix'); | ||
var hexFixLength = require('./fixLength'); | ||
var hexFromBn = require('./fromBn'); | ||
@@ -20,2 +21,3 @@ var hexFromBuffer = require('./fromBuffer'); | ||
hexAddPrefix: hexAddPrefix, | ||
hexFixLength: hexFixLength, | ||
hexFromBn: hexFromBn, | ||
@@ -22,0 +24,0 @@ hexFromBuffer: hexFromBuffer, |
{ | ||
"name": "@polkadot/util", | ||
"version": "0.6.7", | ||
"version": "0.6.8", | ||
"description": "A collection of useful utilities for @polkadot", | ||
@@ -32,4 +32,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@polkadot/api-jsonrpc": "^0.5.11", | ||
"@polkadot/dev": "^0.12.6" | ||
"@polkadot/api-jsonrpc": "^0.6.1", | ||
"@polkadot/dev": "^0.13.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84722
149
874