@thi.ng/args
Advanced tools
Comparing version 2.3.39 to 2.3.40
# Change Log | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Last updated**: 2024-08-10T15:03:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "2.3.39", | ||
"version": "2.3.40", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -39,18 +39,18 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.7", | ||
"@thi.ng/checks": "^3.6.9", | ||
"@thi.ng/errors": "^2.5.13", | ||
"@thi.ng/logger": "^3.0.17", | ||
"@thi.ng/strings": "^3.8.1", | ||
"@thi.ng/text-format": "^2.2.10" | ||
"@thi.ng/api": "^8.11.8", | ||
"@thi.ng/checks": "^3.6.10", | ||
"@thi.ng/errors": "^2.5.14", | ||
"@thi.ng/logger": "^3.0.18", | ||
"@thi.ng/strings": "^3.8.2", | ||
"@thi.ng/text-format": "^2.2.11" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.0", | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.3", | ||
"typescript": "^5.5.3" | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
}, | ||
"keywords": [ | ||
"ansi", | ||
"argument", | ||
"ansi", | ||
"cli", | ||
@@ -64,4 +64,4 @@ "coerce", | ||
"logger", | ||
"no-browser", | ||
"nodejs", | ||
"no-browser", | ||
"parser", | ||
@@ -108,3 +108,3 @@ "tuple", | ||
}, | ||
"gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n" | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
} |
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
64701
Updated@thi.ng/api@^8.11.8
Updated@thi.ng/checks@^3.6.10
Updated@thi.ng/errors@^2.5.14
Updated@thi.ng/logger@^3.0.18
Updated@thi.ng/strings@^3.8.2
Updated@thi.ng/text-format@^2.2.11