From 76c423c721e3fb713ee2cc1f55622be89b3f5895 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Tue, 21 Mar 2023 15:20:46 -0700 Subject: [PATCH] Release v1.0.1 --- dist/cli-argv-util.d.ts | 2 +- dist/cli-argv-util.js | 2 +- dist/cli-argv-util.umd.cjs | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/cli-argv-util.d.ts b/dist/cli-argv-util.d.ts index 1c4de35..3ebc7ec 100644 --- a/dist/cli-argv-util.d.ts +++ b/dist/cli-argv-util.d.ts @@ -1,4 +1,4 @@ -//! cli-argv-util v1.0.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License +//! cli-argv-util v1.0.1 ~~ 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 f5d5eac..62add40 100644 --- a/dist/cli-argv-util.js +++ b/dist/cli-argv-util.js @@ -1,4 +1,4 @@ -//! cli-argv-util v1.0.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License +//! cli-argv-util v1.0.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License const cliArgvUtil = { parse(validFlags) { diff --git a/dist/cli-argv-util.umd.cjs b/dist/cli-argv-util.umd.cjs index 93a71a5..c1048f9 100644 --- a/dist/cli-argv-util.umd.cjs +++ b/dist/cli-argv-util.umd.cjs @@ -1,4 +1,4 @@ -//! cli-argv-util v1.0.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License +//! cli-argv-util v1.0.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License (function (factory) { if (typeof module === "object" && typeof module.exports === "object") { diff --git a/package.json b/package.json index 791c08d..65a21b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-argv-util", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple utility to parse command line parameters and flags (arguments vector)", "license": "MIT", "type": "module", @@ -74,8 +74,8 @@ }, "devDependencies": { "@types/node": "~18.15", - "@typescript-eslint/eslint-plugin": "~5.55", - "@typescript-eslint/parser": "~5.55", + "@typescript-eslint/eslint-plugin": "~5.56", + "@typescript-eslint/parser": "~5.56", "add-dist-header": "~1.0", "assert-deep-strict-equal": "~1.0", "copy-file-util": "~1.0",