@thi.ng/args
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [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) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -45,13 +45,13 @@ "module": "./index.js", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.2.1", | ||
"mocha": "^8.3.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.4", | ||
"typescript": "^4.1.3" | ||
"typedoc": "^0.20.26", | ||
"typescript": "^4.1.5" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.6", | ||
"@thi.ng/checks": "^2.8.0", | ||
"@thi.ng/errors": "^1.2.26", | ||
"@thi.ng/strings": "^1.14.0" | ||
"@thi.ng/api": "^7.0.0", | ||
"@thi.ng/checks": "^2.9.0", | ||
"@thi.ng/errors": "^1.2.27", | ||
"@thi.ng/strings": "^1.15.0" | ||
}, | ||
@@ -87,3 +87,3 @@ "files": [ | ||
}, | ||
"gitHead": "97c3f9d114dbea8ba4e33f69f631de5c8fd30eda" | ||
"gitHead": "2cb9a54255d6a5d7f21c9875002b86c42dd038de" | ||
} |
@@ -64,3 +64,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (gzipped, pre-treeshake): ESM: 1.79 KB / CJS: 1.92 KB / UMD: 1.92 KB | ||
Package sizes (gzipped, pre-treeshake): ESM: 2.03 KB / CJS: 2.16 KB / UMD: 2.10 KB | ||
@@ -67,0 +67,0 @@ ## Dependencies |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85023
- Removed@thi.ng/api@6.13.6(transitive)
Updated@thi.ng/api@^7.0.0
Updated@thi.ng/checks@^2.9.0
Updated@thi.ng/errors@^1.2.27
Updated@thi.ng/strings@^1.15.0