@thi.ng/args
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@2.0.7...@thi.ng/args@2.0.8) (2021-11-10) | ||
**Note:** Version bump only for package @thi.ng/args | ||
## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@2.0.6...@thi.ng/args@2.0.7) (2021-11-03) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -37,6 +37,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.1.0", | ||
"@thi.ng/checks": "^3.0.6", | ||
"@thi.ng/api": "^8.2.0", | ||
"@thi.ng/checks": "^3.0.7", | ||
"@thi.ng/errors": "^2.0.6", | ||
"@thi.ng/strings": "^3.1.3" | ||
"@thi.ng/strings": "^3.1.4" | ||
}, | ||
@@ -95,3 +95,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb" | ||
"gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159" | ||
} |
@@ -161,3 +161,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
via the special `--help` option (configurable, see | ||
[ParseOpts](https://docs.thi.ng/umbrella/args/interfaces/parseopts.html)). | ||
[ParseOpts](https://docs.thi.ng/umbrella/args/interfaces/ParseOpts.html)). | ||
@@ -172,3 +172,3 @@ Each arg can be associated with arbitrary group IDs, which are then used to | ||
can be disabled (see | ||
[`UsageOpts`](https://docs.thi.ng/umbrella/args/interfaces/usageopts.html)). | ||
[`UsageOpts`](https://docs.thi.ng/umbrella/args/interfaces/UsageOpts.html)). | ||
@@ -175,0 +175,0 @@ ```text |
55419
Updated@thi.ng/api@^8.2.0
Updated@thi.ng/checks@^3.0.7
Updated@thi.ng/strings@^3.1.4