File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
export type StringFlagMap = {
4
4
[ flag : string ] : string | undefined ;
Original file line number Diff line number Diff line change 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
2
2
3
3
const cliArgvUtil = {
4
4
parse ( validFlags ) {
Original file line number Diff line number Diff line change 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
2
2
3
3
( function ( factory ) {
4
4
if ( typeof module === "object" && typeof module . exports === "object" ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cli-argv-util" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Simple utility to parse command line parameters and flags (arguments vector)" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
74
74
},
75
75
"devDependencies" : {
76
76
"@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 " ,
79
79
"add-dist-header" : " ~1.0" ,
80
80
"assert-deep-strict-equal" : " ~1.0" ,
81
81
"copy-file-util" : " ~1.0" ,
You can’t perform that action at this time.
0 commit comments