@alwatr/is-number
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.11](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.10...@alwatr/is-number@1.0.11) (2024-09-21) | ||
**Note:** Version bump only for package @alwatr/is-number | ||
## [1.0.10](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.0.9...@alwatr/is-number@1.0.10) (2024-09-15) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/is-number", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"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,3 +88,3 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.3.9", | ||
"@alwatr/nano-build": "^1.3.10", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
@@ -96,3 +96,3 @@ "@alwatr/tsconfig-base": "^1.2.0", | ||
}, | ||
"gitHead": "30b89ecac526d2549d7361843ec47f8dde056d45" | ||
"gitHead": "6d82461cfdee936b30cbc67473a5a5048773255a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13938