Comparing version 0.0.3 to 0.1.0
@@ -86,3 +86,3 @@ import { Money } from "./money"; | ||
*/ | ||
private prefix; | ||
prefix(isNegative: boolean): string; | ||
/** | ||
@@ -94,3 +94,3 @@ * | ||
*/ | ||
private suffix; | ||
suffix(isNegative: boolean): string; | ||
/** | ||
@@ -97,0 +97,0 @@ * @param money The value to convert to a myriad string. |
{ | ||
"name": "moneydew", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "This is a library for formatting currencies designed for frontend applications. Also has arithmetic capabilities. Arithmetic implementation is slow and not designed for large-scale backend applications.", | ||
@@ -5,0 +5,0 @@ "main": "dist/moneydew.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
95436
0