Skip to content

Commit 95e54d9

Browse files
committed
Release v1.1.0
1 parent 9bc1ff0 commit 95e54d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/cli-argv-util.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! cli-argv-util v1.0.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
1+
//! cli-argv-util v1.1.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
22

33
export type StringFlagMap = {
44
[flag: string]: string | undefined;

dist/cli-argv-util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! cli-argv-util v1.0.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
1+
//! cli-argv-util v1.1.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
22

33
const cliArgvUtil = {
44
parse(validFlags) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-argv-util",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Simple utility to parse command line parameters and flags (arguments vector)",
55
"license": "MIT",
66
"type": "module",
@@ -77,7 +77,7 @@
7777
"@typescript-eslint/parser": "~5.60",
7878
"add-dist-header": "~1.0",
7979
"assert-deep-strict-equal": "~1.0",
80-
"copy-file-util": "~1.0",
80+
"copy-file-util": "~1.1",
8181
"eslint": "~8.43",
8282
"jshint": "~2.13",
8383
"mocha": "~10.2",

0 commit comments

Comments
 (0)