@thi.ng/args
Advanced tools
Comparing version 2.1.9 to 2.1.10
# Change Log | ||
- **Last updated**: 2022-06-09T16:14:01Z | ||
- **Last updated**: 2022-07-19T15:36:12Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -37,14 +37,14 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.7", | ||
"@thi.ng/checks": "^3.2.1", | ||
"@thi.ng/errors": "^2.1.7", | ||
"@thi.ng/strings": "^3.3.5" | ||
"@thi.ng/api": "^8.3.8", | ||
"@thi.ng/checks": "^3.2.2", | ||
"@thi.ng/errors": "^2.1.8", | ||
"@thi.ng/strings": "^3.3.6" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.25.0", | ||
"@thi.ng/testament": "^0.2.8", | ||
"@thi.ng/testament": "^0.2.9", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.3" | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -100,3 +100,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ab0188234419f2d9f471de80871df930e5555bd6\n" | ||
"gitHead": "108a6357b77d457912d30681d7cc5603ae995209\n" | ||
} |
58365
Updated@thi.ng/api@^8.3.8
Updated@thi.ng/checks@^3.2.2
Updated@thi.ng/errors@^2.1.8
Updated@thi.ng/strings@^3.3.6