Skip to content

Commit 76c423c

Browse files
committed
Release v1.0.1
1 parent 4f9e7b7 commit 76c423c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
1+
//! cli-argv-util v1.0.1 ~~ 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.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
1+
//! cli-argv-util v1.0.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
22

33
const cliArgvUtil = {
44
parse(validFlags) {

dist/cli-argv-util.umd.cjs

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

33
(function (factory) {
44
if (typeof module === "object" && typeof module.exports === "object") {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-argv-util",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Simple utility to parse command line parameters and flags (arguments vector)",
55
"license": "MIT",
66
"type": "module",
@@ -74,8 +74,8 @@
7474
},
7575
"devDependencies": {
7676
"@types/node": "~18.15",
77-
"@typescript-eslint/eslint-plugin": "~5.55",
78-
"@typescript-eslint/parser": "~5.55",
77+
"@typescript-eslint/eslint-plugin": "~5.56",
78+
"@typescript-eslint/parser": "~5.56",
7979
"add-dist-header": "~1.0",
8080
"assert-deep-strict-equal": "~1.0",
8181
"copy-file-util": "~1.0",

0 commit comments

Comments
 (0)