@alwatr/is-number
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.1.4...@alwatr/is-number@1.1.5) (2024-10-11) | ||
### Code Refactoring | ||
* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar | ||
## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.1.3...@alwatr/is-number@1.1.4) (2024-10-11) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/is-number", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.", | ||
@@ -89,3 +89,3 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/package-tracer": "^1.0.4" | ||
"@alwatr/package-tracer": "^1.0.5" | ||
}, | ||
@@ -99,3 +99,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "2a35f99b0347aacdccf3b6f28b30ca902f02a2f1" | ||
"gitHead": "e474bb77657795c7b476fa3e98c219373ee45c2e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51691