Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jun 20, 2023
1 parent 9bc1ff0 commit 95e54d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/cli-argv-util.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! cli-argv-util v1.0.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
//! cli-argv-util v1.1.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License

export type StringFlagMap = {
[flag: string]: string | undefined;
Expand Down
2 changes: 1 addition & 1 deletion dist/cli-argv-util.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! cli-argv-util v1.0.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
//! cli-argv-util v1.1.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License

const cliArgvUtil = {
parse(validFlags) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-argv-util",
"version": "1.0.1",
"version": "1.1.0",
"description": "Simple utility to parse command line parameters and flags (arguments vector)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -77,7 +77,7 @@
"@typescript-eslint/parser": "~5.60",
"add-dist-header": "~1.0",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~1.0",
"copy-file-util": "~1.1",
"eslint": "~8.43",
"jshint": "~2.13",
"mocha": "~10.2",
Expand Down

0 comments on commit 95e54d9

Please sign in to comment.