Comparing version 3.2.5 to 3.2.6
@@ -286,2 +286,3 @@ /// <reference types="node" /> | ||
[k: string]: { | ||
hint?: string | undefined; | ||
default?: string | number | boolean | string[] | number[] | boolean[] | undefined; | ||
@@ -288,0 +289,0 @@ validOptions?: readonly number[] | readonly string[] | undefined; |
@@ -925,2 +925,3 @@ "use strict"; | ||
...(def.default !== undefined ? { default: def.default } : {}), | ||
...(def.hint ? { hint: def.hint } : {}), | ||
}, | ||
@@ -927,0 +928,0 @@ ])); |
@@ -286,2 +286,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
[k: string]: { | ||
hint?: string | undefined; | ||
default?: string | number | boolean | string[] | number[] | boolean[] | undefined; | ||
@@ -288,0 +289,0 @@ validOptions?: readonly number[] | readonly string[] | undefined; |
@@ -917,2 +917,3 @@ import { inspect } from 'node:util'; | ||
...(def.default !== undefined ? { default: def.default } : {}), | ||
...(def.hint ? { hint: def.hint } : {}), | ||
}, | ||
@@ -919,0 +920,0 @@ ])); |
{ | ||
"name": "jackspeak", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"description": "A very strict and proper argument parser.", | ||
@@ -5,0 +5,0 @@ "tshy": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
293918
2696