@nodeswork/utils
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -28,4 +28,4 @@ "use strict"; | ||
}, { | ||
default: (v) => v.val.v / v.val.w, | ||
numerator: (v) => v.val.v, | ||
default: (v) => v.val.v, | ||
numerator: (v) => v.val.v * v.val.w, | ||
denominator: (v) => v.val.w, | ||
@@ -32,0 +32,0 @@ }); |
{ | ||
"name": "@nodeswork/utils", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Utilities used across nodeswork repos.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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