@thi.ng/args
Advanced tools
Comparing version 2.3.58 to 2.3.59
@@ -91,3 +91,3 @@ import type { Fn, Fn2, IDeref, IObjectOf } from "@thi.ng/api"; | ||
* | ||
* @see {@link UsageOpts} | ||
* Also see {@link UsageOpts} | ||
*/ | ||
@@ -94,0 +94,0 @@ usageOpts: Partial<UsageOpts>; |
# Change Log | ||
- **Last updated**: 2025-01-29T16:25:48Z | ||
- **Last updated**: 2025-02-13T16:03:11Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "2.3.58", | ||
"version": "2.3.59", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -42,13 +42,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.19", | ||
"@thi.ng/checks": "^3.6.22", | ||
"@thi.ng/errors": "^2.5.25", | ||
"@thi.ng/logger": "^3.1.0", | ||
"@thi.ng/strings": "^3.9.4", | ||
"@thi.ng/text-format": "^2.2.24" | ||
"@thi.ng/api": "^8.11.20", | ||
"@thi.ng/checks": "^3.6.23", | ||
"@thi.ng/errors": "^2.5.26", | ||
"@thi.ng/logger": "^3.1.1", | ||
"@thi.ng/strings": "^3.9.5", | ||
"@thi.ng/text-format": "^2.2.25" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.10.10", | ||
"esbuild": "^0.24.2", | ||
"typedoc": "^0.27.6", | ||
"@types/node": "^22.13.1", | ||
"esbuild": "^0.25.0", | ||
"typedoc": "^0.27.7", | ||
"typescript": "^5.7.3" | ||
@@ -108,5 +108,6 @@ }, | ||
"thi.ng": { | ||
"tag": "cli", | ||
"year": 2018 | ||
}, | ||
"gitHead": "dcc1dbfa6eae31ac65e12843987b94d4a7edc144\n" | ||
"gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n" | ||
} |
57923
Updated@thi.ng/api@^8.11.20
Updated@thi.ng/checks@^3.6.23
Updated@thi.ng/errors@^2.5.26
Updated@thi.ng/logger@^3.1.1
Updated@thi.ng/strings@^3.9.5
Updated@thi.ng/text-format@^2.2.25