@thi.ng/args 2.3.58 → 2.3.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/api.d.ts +1 -1
  3. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-29T16:25:48Z
3
+ - **Last updated**: 2025-02-13T16:03:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/api.d.ts CHANGED
@@ -88,7 +88,7 @@ export interface ParseOpts {
88
88
  /**
89
89
  * Only used if `showUsage` is enabled.
90
90
  *
91
- * @see {@link UsageOpts}
91
+ * Also see {@link UsageOpts}
92
92
  */
93
93
  usageOpts: Partial<UsageOpts>;
94
94
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/args",
3
- "version": "2.3.58",
3
+ "version": "2.3.59",
4
4
  "description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,17 +39,17 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.19",
43
- "@thi.ng/checks": "^3.6.22",
44
- "@thi.ng/errors": "^2.5.25",
45
- "@thi.ng/logger": "^3.1.0",
46
- "@thi.ng/strings": "^3.9.4",
47
- "@thi.ng/text-format": "^2.2.24"
42
+ "@thi.ng/api": "^8.11.20",
43
+ "@thi.ng/checks": "^3.6.23",
44
+ "@thi.ng/errors": "^2.5.26",
45
+ "@thi.ng/logger": "^3.1.1",
46
+ "@thi.ng/strings": "^3.9.5",
47
+ "@thi.ng/text-format": "^2.2.25"
48
48
  },
49
49
  "devDependencies": {
50
- "@types/node": "^22.10.10",
51
- "esbuild": "^0.24.2",
52
- "typedoc": "^0.27.6",
50
+ "@types/node": "^22.13.1",
51
+ "esbuild": "^0.25.0",
52
+ "typedoc": "^0.27.7",
53
53
  "typescript": "^5.7.3"
54
54
  },
55
55
  "keywords": [
@@ -104,7 +104,8 @@
104
104
  }
105
105
  },
106
106
  "thi.ng": {
107
+ "tag": "cli",
107
108
  "year": 2018
108
109
  },
109
- "gitHead": "dcc1dbfa6eae31ac65e12843987b94d4a7edc144\n"
110
+ "gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
110
111
  }