@thi.ng/args
Advanced tools
Comparing version 2.3.28 to 2.3.29
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/args", | ||
"version": "2.3.28", | ||
"version": "2.3.29", | ||
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", | ||
@@ -39,8 +39,8 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/checks": "^3.5.5", | ||
"@thi.ng/errors": "^2.5.2", | ||
"@thi.ng/logger": "^3.0.7", | ||
"@thi.ng/strings": "^3.7.28", | ||
"@thi.ng/text-format": "^2.2.0" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/checks": "^3.6.0", | ||
"@thi.ng/errors": "^2.5.3", | ||
"@thi.ng/logger": "^3.0.8", | ||
"@thi.ng/strings": "^3.7.29", | ||
"@thi.ng/text-format": "^2.2.1" | ||
}, | ||
@@ -66,2 +66,3 @@ "devDependencies": { | ||
"nodejs", | ||
"no-browser", | ||
"parser", | ||
@@ -108,3 +109,3 @@ "tuple", | ||
}, | ||
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -63,10 +63,8 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```html | ||
<script type="module" src="https://cdn.skypack.dev/@thi.ng/args"></script> | ||
```ts | ||
import * as args from "@thi.ng/args"; | ||
``` | ||
[Skypack documentation](https://docs.skypack.dev/) | ||
For Node.js REPL: | ||
@@ -73,0 +71,0 @@ |
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
64134
307
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/checks@^3.6.0
Updated@thi.ng/errors@^2.5.3
Updated@thi.ng/logger@^3.0.8
Updated@thi.ng/strings@^3.7.29
Updated@thi.ng/text-format@^2.2.1