@thi.ng/args
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.2.4...@thi.ng/args@0.2.5) (2021-03-03) | ||
## [0.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.2.5...@thi.ng/args@0.2.6) (2021-03-12) | ||
@@ -15,34 +15,2 @@ **Note:** Version bump only for package @thi.ng/args | ||
## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.2.3...@thi.ng/args@0.2.4) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/args | ||
## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.2.2...@thi.ng/args@0.2.3) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/args | ||
## [0.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.2.1...@thi.ng/args@0.2.2) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/args | ||
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.2.0...@thi.ng/args@0.2.1) (2021-02-20) | ||
**Note:** Version bump only for package @thi.ng/args | ||
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@0.1.0...@thi.ng/args@0.2.0) (2021-01-13) | ||
@@ -49,0 +17,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -48,10 +48,10 @@ "module": "./index.js", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.28", | ||
"typescript": "^4.2.2" | ||
"typedoc": "^0.20.30", | ||
"typescript": "^4.2.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.3", | ||
"@thi.ng/checks": "^2.9.4", | ||
"@thi.ng/errors": "^1.2.31", | ||
"@thi.ng/strings": "^1.15.4" | ||
"@thi.ng/api": "^7.1.4", | ||
"@thi.ng/checks": "^2.9.5", | ||
"@thi.ng/errors": "^1.2.32", | ||
"@thi.ng/strings": "^1.15.5" | ||
}, | ||
@@ -87,3 +87,3 @@ "files": [ | ||
}, | ||
"gitHead": "c17a8b0149711c84603c7f0ffdf53263d6387a54" | ||
"gitHead": "24c8afbd4450f14973ec4c5481ca24722bb2e2f0" | ||
} |
83533
Updated@thi.ng/api@^7.1.4
Updated@thi.ng/checks@^2.9.5
Updated@thi.ng/errors@^1.2.32
Updated@thi.ng/strings@^1.15.5