@erebos/hex
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -9,3 +9,2 @@ "use strict"; | ||
exports.toHexValue = toHexValue; | ||
exports.createHex = createHex; | ||
exports.Hex = void 0; | ||
@@ -155,6 +154,2 @@ | ||
exports.Hex = Hex; | ||
function createHex(input) { | ||
return Hex.from(input); | ||
} | ||
exports.Hex = Hex; |
@@ -138,5 +138,2 @@ import _createClass from "@babel/runtime/helpers/esm/createClass"; | ||
return Hex; | ||
}(); | ||
export function createHex(input) { | ||
return Hex.from(input); | ||
} | ||
}(); |
{ | ||
"name": "@erebos/hex", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "Hex conversion utilities", | ||
@@ -27,4 +27,4 @@ "repository": "git@github.com:MainframeHQ/erebos.git", | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6" | ||
"@babel/runtime": "^7.8.3" | ||
} | ||
} |
@@ -38,3 +38,2 @@ /// <reference types="node" /> | ||
} | ||
export declare function createHex(input: hexInput | Hex): Hex; | ||
export {}; |
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
9136
272
Updated@babel/runtime@^7.8.3