@rickosborne/clamp 2026.2.13 → 2026.2.16

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -11
package/README.md CHANGED
@@ -89,7 +89,7 @@ That is, Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
89
89
  <a id="api-commandparams"></a>
90
90
 
91
91
  ```typescript
92
- commandParams: <Spec extends CommandParamsSpec>(spec: Spec, { args, ignoreUnknown, onError, }?: {
92
+ commandParams: <Spec extends CommandParamsSpec>(spec: Spec, input?: {
93
93
  args?: string[];
94
94
  ignoreUnknown?: boolean;
95
95
  onError?: (error: Error) => void;
package/package.json CHANGED
@@ -4,10 +4,10 @@
4
4
  "url": "https://rickosborne.org"
5
5
  },
6
6
  "dependencies": {
7
- "@rickosborne/foundation": "2026.2.13",
8
- "@rickosborne/guard": "2026.2.13",
9
- "@rickosborne/term": "2026.2.13",
10
- "@rickosborne/typical": "2026.2.13"
7
+ "@rickosborne/foundation": "2026.2.16",
8
+ "@rickosborne/guard": "2026.2.16",
9
+ "@rickosborne/term": "2026.2.16",
10
+ "@rickosborne/typical": "2026.2.16"
11
11
  },
12
12
  "description": "Rick Osborne's command-line parameter handling tools",
13
13
  "engines": {
@@ -89,12 +89,11 @@
89
89
  },
90
90
  "git": {
91
91
  "authorName": "Rick Osborne",
92
- "commitDateISO": "2026-02-11T04:45:50.000Z",
93
- "commitHash": "827e111993b3094417e8e8be10f6606ec5f5b460",
94
- "commitLink": "https://github.com/rickosborne/es-js-ts/commits/827e111993b3094417e8e8be10f6606ec5f5b460",
95
- "parentHash": "5ad735203b18e3e7d99912ed9e9bcee7491d56de",
96
- "signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c",
97
- "tag": "v2026.2.13"
92
+ "commitDateISO": "2026-02-16T18:13:37.000Z",
93
+ "commitHash": "72d2d07aba028ad4c475190c056b5e631242c7bb",
94
+ "commitLink": "https://github.com/rickosborne/es-js-ts/commits/72d2d07aba028ad4c475190c056b5e631242c7bb",
95
+ "parentHash": "38d31a198cf30896f6c95ff44871cc91cf94f5a0",
96
+ "signingKeyId": "8e61c433fe39d4a4679ce1d5b873fb3c48464f3c"
98
97
  },
99
98
  "homepage": "https://github.com/rickosborne/es-js-ts",
100
99
  "keywords": [
@@ -122,5 +121,5 @@
122
121
  },
123
122
  "types": "./index.d.ts",
124
123
  "typings": "./index.d.ts",
125
- "version": "2026.2.13"
124
+ "version": "2026.2.16"
126
125
  }