@thi.ng/args
Advanced tools
Comparing version 2.3.16 to 2.3.17
@@ -205,2 +205,4 @@ import { type Fn } from "@thi.ng/api/fn"; | ||
* ```ts | ||
* import { coerceInt, parse, tuple } from "@thi.ng/args"; | ||
* | ||
* parse({ a: tuple(coerceInt, 2, {})}, ["--a", "1,2"]) | ||
@@ -207,0 +209,0 @@ * // { |
# Change Log | ||
- **Last updated**: 2024-02-22T11:59:16Z | ||
- **Last updated**: 2024-02-25T14:07:53Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "2.3.16", | ||
"version": "2.3.17", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -38,8 +38,8 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.25", | ||
"@thi.ng/api": "^8.9.26", | ||
"@thi.ng/checks": "^3.5.0", | ||
"@thi.ng/errors": "^2.4.18", | ||
"@thi.ng/logger": "^3.0.2", | ||
"@thi.ng/strings": "^3.7.16", | ||
"@thi.ng/text-format": "^2.1.2" | ||
"@thi.ng/logger": "^3.0.3", | ||
"@thi.ng/strings": "^3.7.17", | ||
"@thi.ng/text-format": "^2.1.3" | ||
}, | ||
@@ -106,3 +106,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n" | ||
"gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\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
64448
1017
Updated@thi.ng/api@^8.9.26
Updated@thi.ng/logger@^3.0.3
Updated@thi.ng/strings@^3.7.17
Updated@thi.ng/text-format@^2.1.3