@thi.ng/args
Advanced tools
Comparing version 2.2.40 to 2.2.42
@@ -12,2 +12,3 @@ export const DEFAULT_THEME = { | ||
export class Tuple { | ||
value; | ||
constructor(value) { | ||
@@ -14,0 +15,0 @@ this.value = value; |
# Change Log | ||
- **Last updated**: 2023-10-23T07:37:37Z | ||
- **Last updated**: 2023-11-09T10:28:18Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "2.2.40", | ||
"version": "2.2.42", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -31,19 +31,18 @@ "type": "module", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "yarn doc:stats && tools:readme", | ||
"doc:stats": "tools:module-stats", | ||
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
"test": "bun test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.6", | ||
"@thi.ng/checks": "^3.4.6", | ||
"@thi.ng/errors": "^2.4.0", | ||
"@thi.ng/strings": "^3.6.4" | ||
"@thi.ng/api": "^8.9.8", | ||
"@thi.ng/checks": "^3.4.8", | ||
"@thi.ng/errors": "^2.4.2", | ||
"@thi.ng/strings": "^3.6.6" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@thi.ng/testament": "^0.3.24", | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.1", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.2", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
@@ -100,3 +99,3 @@ }, | ||
}, | ||
"gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n" | ||
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n" | ||
} |
@@ -9,2 +9,3 @@ /// <reference types="node" /> | ||
stack?: string | undefined; | ||
cause?: unknown; | ||
}; | ||
@@ -11,0 +12,0 @@ captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void; |
@@ -72,3 +72,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 2.29 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 2.39 KB | ||
@@ -75,0 +75,0 @@ ## Dependencies |
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
61067
935
Updated@thi.ng/api@^8.9.8
Updated@thi.ng/checks@^3.4.8
Updated@thi.ng/errors@^2.4.2
Updated@thi.ng/strings@^3.6.6