@alwatr/is-number
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.1.6](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.1.5...@alwatr/is-number@1.1.6) (2024-10-12) | ||
**Note:** Version bump only for package @alwatr/is-number | ||
## [1.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/is-number@1.1.4...@alwatr/is-number@1.1.5) (2024-10-11) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/is-number", | ||
"version": "1.1.5", | ||
"version": "1.1.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.", | ||
@@ -89,6 +89,6 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/package-tracer": "^1.0.5" | ||
"@alwatr/package-tracer": "^1.0.6" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^2.0.1", | ||
"@alwatr/nano-build": "^2.0.2", | ||
"@alwatr/prettier-config": "^1.0.6", | ||
@@ -99,3 +99,3 @@ "@alwatr/tsconfig-base": "^1.3.2", | ||
}, | ||
"gitHead": "e474bb77657795c7b476fa3e98c219373ee45c2e" | ||
"gitHead": "15d12342d2e69fbb6129675cce620132c5bd0bfc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51868