Comparing version 1.5.0-dev.2024042406 to 2.0.0-dev.20240511
@@ -40,3 +40,4 @@ try{ | ||
'1.5.0-dev.2024042311', '1.5.0-dev.2024042312', '1.5.0-dev.2024042401', | ||
'1.5.0-dev.2024042402', '1.5.0-dev.2024042404', '1.5.0-dev.2024042405', '1.5.0-dev.2024042406' | ||
'1.5.0-dev.2024042402', '1.5.0-dev.2024042404', '1.5.0-dev.2024042405', | ||
'1.5.0-dev.2024042406', '2.0.0-dev.20240511' | ||
]; a_calc_versions; | ||
@@ -43,0 +44,0 @@ } |
@@ -74,4 +74,5 @@ import { U, StrRemoveSome, If_StrIncludes, Or } from "typescript-treasure"; | ||
_fill_data: any, | ||
_unit: boolean | "on" | "off" | "auto" | "space", | ||
_unit: boolean, | ||
_fmt: Fmt, | ||
_mode: "space" | "space-all", // space 只会影响表达式部分 space_all 也会影响 fmt 部分 | ||
[Prop: string]: any; | ||
@@ -78,0 +79,0 @@ }>; |
{ | ||
"name": "a-calc", | ||
"version": "1.5.0-dev.2024042406", | ||
"version": "2.0.0-dev.20240511", | ||
"description": "A very powerful and easy-to-use number precision calculation and formatting library.", | ||
@@ -85,2 +85,3 @@ "main": "./es/index.js", | ||
"ava": "^4.3.3", | ||
"benchmark": "^2.1.4", | ||
"bignumber.js": "^9.1.1", | ||
@@ -91,3 +92,2 @@ "cross-env": "^7.0.3", | ||
"json-stringify-safe": "^5.0.1", | ||
"lodash": "^4.17.21", | ||
"npm-run-all": "^4.1.5", | ||
@@ -97,3 +97,4 @@ "rollup": "^4.6.0", | ||
"rollup-plugin-serve": "^1.1.0", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.1.6", | ||
"lodash-es": "^4.17.21" | ||
}, | ||
@@ -100,0 +101,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
9
226380
20
7
899