@thi.ng/args
Advanced tools
Comparing version 2.0.1 to 2.0.3
@@ -12,3 +12,2 @@ export const DEFAULT_THEME = { | ||
export class Tuple { | ||
value; | ||
constructor(value) { | ||
@@ -15,0 +14,0 @@ this.value = value; |
@@ -6,2 +6,18 @@ # Change Log | ||
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@2.0.2...@thi.ng/args@2.0.3) (2021-10-15) | ||
**Note:** Version bump only for package @thi.ng/args | ||
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@2.0.1...@thi.ng/args@2.0.2) (2021-10-15) | ||
**Note:** Version bump only for package @thi.ng/args | ||
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/args@2.0.0...@thi.ng/args@2.0.1) (2021-10-13) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "2.0.1", | ||
"version": "2.0.3", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -37,9 +37,9 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.0.1", | ||
"@thi.ng/checks": "^3.0.1", | ||
"@thi.ng/errors": "^2.0.1", | ||
"@thi.ng/strings": "^3.0.1" | ||
"@thi.ng/api": "^8.0.3", | ||
"@thi.ng/checks": "^3.0.3", | ||
"@thi.ng/errors": "^2.0.3", | ||
"@thi.ng/strings": "^3.0.3" | ||
}, | ||
"devDependencies": { | ||
"@thi.ng/testament": "^0.1.1" | ||
"@thi.ng/testament": "^0.1.3" | ||
}, | ||
@@ -95,3 +95,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2e6b3d7c0f4c5686c1e9bdb4902ed7d3f90bcc19" | ||
"gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1" | ||
} |
@@ -74,3 +74,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (gzipped, pre-treeshake): ESM: 2.45 KB | ||
Package sizes (gzipped, pre-treeshake): ESM: 2.44 KB | ||
@@ -77,0 +77,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
55622
919
Updated@thi.ng/api@^8.0.3
Updated@thi.ng/checks@^3.0.3
Updated@thi.ng/errors@^2.0.3
Updated@thi.ng/strings@^3.0.3