diff --git a/LICENSE.txt b/LICENSE.txt index 5643b99..e01b1a0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Individual contributors to cli-argv-util +Copyright (c) 2022-2024 Individual contributors to cli-argv-util Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/dist/cli-argv-util.d.ts b/dist/cli-argv-util.d.ts index f81a0ec..2cec1e2 100644 --- a/dist/cli-argv-util.d.ts +++ b/dist/cli-argv-util.d.ts @@ -1,4 +1,4 @@ -//! cli-argv-util v1.2.4 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License +//! cli-argv-util v1.2.5 ~~ 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 acd1c74..2c368cb 100644 --- a/dist/cli-argv-util.js +++ b/dist/cli-argv-util.js @@ -1,4 +1,4 @@ -//! cli-argv-util v1.2.4 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License +//! cli-argv-util v1.2.5 ~~ https://github.com/center-key/cli-argv-util ~~ MIT License import { execSync } from 'node:child_process'; import fs from 'fs'; diff --git a/package.json b/package.json index de8767f..3e5fc49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-argv-util", - "version": "1.2.4", + "version": "1.2.5", "description": "Simple utility to parse command line parameters and flags (arguments vector)", "license": "MIT", "type": "module", @@ -80,17 +80,17 @@ "slash": "~5.1" }, "devDependencies": { - "@types/node": "~20.8", - "@typescript-eslint/eslint-plugin": "~6.7", - "@typescript-eslint/parser": "~6.7", + "@types/node": "~20.10", + "@typescript-eslint/eslint-plugin": "~6.17", + "@typescript-eslint/parser": "~6.17", "add-dist-header": "~1.3", "assert-deep-strict-equal": "~1.1", "copy-file-util": "~1.1", - "eslint": "~8.51", + "eslint": "~8.56", "jshint": "~2.13", "mocha": "~10.2", "rimraf": "~5.0", "run-scripts-util": "~1.2", - "typescript": "~5.2" + "typescript": "~5.3" } }