@thi.ng/args
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@2.0.3...@thi.ng/args@2.0.4) (2021-10-25) | ||
**Note:** Version bump only for package @thi.ng/args | ||
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@2.0.2...@thi.ng/args@2.0.3) (2021-10-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -37,9 +37,9 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.0.3", | ||
"@thi.ng/checks": "^3.0.3", | ||
"@thi.ng/errors": "^2.0.3", | ||
"@thi.ng/strings": "^3.0.3" | ||
"@thi.ng/api": "^8.0.4", | ||
"@thi.ng/checks": "^3.0.4", | ||
"@thi.ng/errors": "^2.0.4", | ||
"@thi.ng/strings": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@thi.ng/testament": "^0.1.3" | ||
"@thi.ng/testament": "^0.1.4" | ||
}, | ||
@@ -95,3 +95,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1" | ||
"gitHead": "9ff00a103f76cc4917ef3f244132e218f2300a05" | ||
} |
55789
Updated@thi.ng/api@^8.0.4
Updated@thi.ng/checks@^3.0.4
Updated@thi.ng/errors@^2.0.4
Updated@thi.ng/strings@^3.1.0