From 95e54d90470003c66b3cf4ce871f1136f70f990f Mon Sep 17 00:00:00 2001 From: dpilafian Date: Tue, 20 Jun 2023 03:05:06 -0700 Subject: [PATCH] Release v1.1.0 --- dist/cli-argv-util.d.ts | 2 +- dist/cli-argv-util.js | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/cli-argv-util.d.ts b/dist/cli-argv-util.d.ts index 3ebc7ec..46b2a47 100644 --- a/dist/cli-argv-util.d.ts +++ b/dist/cli-argv-util.d.ts @@ -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; diff --git a/dist/cli-argv-util.js b/dist/cli-argv-util.js index 62add40..c5f5f2f 100644 --- a/dist/cli-argv-util.js +++ b/dist/cli-argv-util.js @@ -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) { diff --git a/package.json b/package.json index 5291f92..3778f4f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",