@thi.ng/args 2.3.58 → 2.3.60

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.
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-19T20:59:58Z
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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 201 standalone projects, maintained as part
10
+ > This is one of 202 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
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.60",
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.21",
43
+ "@thi.ng/checks": "^3.6.24",
44
+ "@thi.ng/errors": "^2.5.27",
45
+ "@thi.ng/logger": "^3.1.2",
46
+ "@thi.ng/strings": "^3.9.6",
47
+ "@thi.ng/text-format": "^2.2.26"
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": "bee617702ac61d093465b967f8f973dc566faa6b\n"
110
111
  }