@alwatr/is-number
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.6](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.5...@alwatr/is-number@1.0.6) (2024-05-12) | ||
### Dependencies update | ||
* upgrade ([6dbd300](https://github.com/Alwatr/nanolib/commit/6dbd300642c9bcc9e7d0b281e244bf1b06eb1c38)) by @AliMD | ||
## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.4...@alwatr/is-number@1.0.5) (2024-04-25) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/is-number", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"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.5", | ||
"@alwatr/nano-build": "^1.3.6", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.1.2", | ||
"@types/node": "^20.12.7", | ||
"@types/node": "^20.12.11", | ||
"jest": "^29.7.0", | ||
"typescript": "^5.4.5" | ||
}, | ||
"gitHead": "3feed4f16719c2371f372aa7f6c45c371c9d7758" | ||
"gitHead": "c69cb32c4076c208d316ace582e73deb328436bf" | ||
} |
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
13141