@alwatr/is-number
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.6...@alwatr/is-number@1.0.7) (2024-07-04) | ||
### Dependencies update | ||
* update all dependencies ([0e908b4](https://github.com/Alwatr/nanolib/commit/0e908b476a6b976ec2447f864c8cafcbb8a0f099)) by @ | ||
## [1.0.6](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.5...@alwatr/is-number@1.0.6) (2024-05-12) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/is-number", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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.", | ||
@@ -88,10 +88,10 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.3.6", | ||
"@alwatr/nano-build": "^1.3.7", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.1.2", | ||
"@types/node": "^20.12.11", | ||
"@alwatr/tsconfig-base": "^1.2.0", | ||
"@types/node": "^20.14.9", | ||
"jest": "^29.7.0", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.5.3" | ||
}, | ||
"gitHead": "c69cb32c4076c208d316ace582e73deb328436bf" | ||
"gitHead": "98b9c29f927d9487d318d109556c873b13ea2056" | ||
} |
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
13410