Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 26, 2023
1 parent 16c918f commit 6b39555
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 v0.1.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
//! cli-argv-util v0.1.1 ~~ 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 v0.1.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
//! cli-argv-util v0.1.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License

const cliArgvUtil = {
parse(validFlags) {
Expand Down
2 changes: 1 addition & 1 deletion dist/cli-argv-util.umd.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! cli-argv-util v0.1.0 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
//! cli-argv-util v0.1.1 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License

(function (factory) {
if (typeof module === "object" && typeof module.exports === "object") {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-argv-util",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple utility to parse command line parameters and flags (arguments vector)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -74,15 +74,15 @@
},
"devDependencies": {
"@types/node": "~18.11",
"@typescript-eslint/eslint-plugin": "~5.47",
"@typescript-eslint/parser": "~5.47",
"@typescript-eslint/eslint-plugin": "~5.49",
"@typescript-eslint/parser": "~5.49",
"add-dist-header": "~0.3",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~0.1",
"eslint": "~8.31",
"eslint": "~8.32",
"jshint": "~2.13",
"mocha": "~10.2",
"rimraf": "~3.0",
"rimraf": "~4.1",
"run-scripts-util": "~0.1",
"typescript": "~4.9"
}
Expand Down

0 comments on commit 6b39555

Please sign in to comment.