@thi.ng/args 2.8.0 → 2.8.1

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-07-12T13:21:04Z
3
+ - **Last updated**: 2025-07-13T21:35:34Z
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
@@ -72,7 +72,7 @@ For Node.js REPL:
72
72
  const args = await import("@thi.ng/args");
73
73
  ```
74
74
 
75
- Package sizes (brotli'd, pre-treeshake): ESM: 2.99 KB
75
+ Package sizes (brotli'd, pre-treeshake): ESM: 3.06 KB
76
76
 
77
77
  ## Dependencies
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/args",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "Declarative, functional CLI argument/options parser, value coercions, sub-commands etc.",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -110,5 +110,5 @@
110
110
  "tag": "cli",
111
111
  "year": 2018
112
112
  },
113
- "gitHead": "a157f18f16200faad01e15da553c9eea3fa37014\n"
113
+ "gitHead": "a81765bd79046980463c56a8bd187f9aaa88dd65\n"
114
114
  }