@exodus/currency
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,6 @@ | ||
1.0.3 / 2019-06-21 | ||
------------------ | ||
- Remove `unitType` from `unit`'s `toJSON` output to prevent cyclic errors. | ||
1.0.2 / 2019-06-19 | ||
@@ -5,2 +10,3 @@ ------------------ | ||
- Parameter type checking in conversion-by-rate | ||
- `number-unit` explicitly check for the `Infinity` cases and throw an error | ||
@@ -7,0 +13,0 @@ 1.0.1 / 2019-06-12 |
@@ -39,4 +39,3 @@ "use strict"; | ||
unitName: numberUnitCreator.unitName, | ||
power: numberUnitCreator.power, | ||
unitType: numberUnitCreator.unitType | ||
power: numberUnitCreator.power | ||
}; | ||
@@ -43,0 +42,0 @@ }; |
{ | ||
"name": "@exodus/currency", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Currency support.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
19001
484