@alwatr/parse-duration
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/parse-duration@1.0.0...@alwatr/parse-duration@1.0.1) (2024-01-20) | ||
**Note:** Version bump only for package @alwatr/parse-duration | ||
# 1.0.0 (2024-01-16) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/parse-duration", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple utility to parse a duration string into milliseconds number.", | ||
@@ -72,3 +72,3 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/is-number": "^1.0.0" | ||
"@alwatr/is-number": "^1.0.1" | ||
}, | ||
@@ -79,7 +79,7 @@ "devDependencies": { | ||
"@alwatr/tsconfig-base": "^1.1.1", | ||
"@types/node": "^20.11.3", | ||
"@types/node": "^20.11.5", | ||
"jest": "^29.7.0", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "369887cfdcbf5c6f3899880a5e217b102b36706c" | ||
"gitHead": "86f36bc089c81a22d5ca27b0745db65ec2f1eca3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14584
Updated@alwatr/is-number@^1.0.1