Comparing version 1.0.0 to 1.0.1
@@ -10,6 +10,14 @@ # Changelog | ||
## 1.0.0 | ||
## [v1.0.1](https://github.com/bcomnes/argsclopts/compare/v1.0.0...v1.0.1) | ||
### Commits | ||
- Fix type exports [`124b00f`](https://github.com/bcomnes/argsclopts/commit/124b00fb1ca9af4eca5b20579744a563845cf48e) | ||
- Fix matrix [`1373c20`](https://github.com/bcomnes/argsclopts/commit/1373c200db7e8ebb50d49b3a0f2adc366f307a2b) | ||
- Fix minimum node.js version [`ff96dd5`](https://github.com/bcomnes/argsclopts/commit/ff96dd564aa542a509f2dd069d06c4998c94dd4b) | ||
## v1.0.0 - 2023-12-26 | ||
### Commits | ||
- Init [`ec2805f`](https://github.com/bcomnes/argsclopts/commit/ec2805f958428380be2683b76a72b4c2cc60f593) |
{ | ||
"name": "argsclopts", | ||
"description": "cliclopts but for Node.js parseArgs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)", | ||
@@ -30,2 +30,3 @@ "bugs": { | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"exports": "./index.js", | ||
@@ -32,0 +33,0 @@ "repository": { |
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
22083
15
306