Skip to content

Commit 51b8d21

Browse files
committed
Release v1.2.7
1 parent 6520617 commit 51b8d21

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2024 Individual contributors to cli-argv-util
3+
Copyright (c) 2022-2025 Individual contributors to cli-argv-util
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/cli-argv-util.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! cli-argv-util v1.2.6 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
1+
//! cli-argv-util v1.2.7 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License
22

33
export type StringFlagMap = {
44
[flag: string]: string | undefined;
@@ -18,7 +18,7 @@ declare const cliArgvUtil: {
1818
parse(validFlags: string[]): Result;
1919
run(packageJson: {
2020
[key: string]: unknown;
21-
}, posix: string): Buffer;
21+
}, posix: string): Buffer<ArrayBufferLike>;
2222
readFolder(folder: string): string[];
2323
unquoteArgs(args: string[]): string[];
2424
};

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

33
import { execSync } from 'node:child_process';
44
import fs from 'fs';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-argv-util",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "Simple utility to parse command line parameters and flags (arguments vector)",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)