diff --git a/dist/run-scripts.d.ts b/dist/run-scripts.d.ts index dbcfbed..b05fb08 100644 --- a/dist/run-scripts.d.ts +++ b/dist/run-scripts.d.ts @@ -1,4 +1,4 @@ -//! run-scripts-util v1.1.1 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License +//! run-scripts-util v1.2.0 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License export type Settings = { only: number | null; diff --git a/dist/run-scripts.js b/dist/run-scripts.js index 4a29174..84d1f90 100644 --- a/dist/run-scripts.js +++ b/dist/run-scripts.js @@ -1,4 +1,4 @@ -//! run-scripts-util v1.1.1 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License +//! run-scripts-util v1.2.0 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License import { spawn, spawnSync } from 'node:child_process'; import chalk from 'chalk'; diff --git a/package.json b/package.json index 7eea493..0f243a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-scripts-util", - "version": "1.1.1", + "version": "1.2.0", "description": "Organize npm scripts into named groups of easy to manage commands (CLI tool designed for use in npm scripts)", "license": "MIT", "type": "module", @@ -105,7 +105,7 @@ }, "dependencies": { "chalk": "~5.2", - "cli-argv-util": "~1.0", + "cli-argv-util": "~1.1", "fancy-log": "~2.0" }, "devDependencies": { @@ -113,15 +113,15 @@ "@types/node": "~20.3", "@typescript-eslint/eslint-plugin": "~5.60", "@typescript-eslint/parser": "~5.60", - "add-dist-header": "~1.0", - "assert-deep-strict-equal": "~1.0", - "copy-file-util": "~1.0", - "copy-folder-util": "~1.0", + "add-dist-header": "~1.1", + "assert-deep-strict-equal": "~1.1", + "copy-file-util": "~1.1", + "copy-folder-util": "~1.1", "eslint": "~8.43", "jshint": "~2.13", "mocha": "~10.2", "npm-run-all2": "~6.0", - "rev-web-assets": "~1.1", + "rev-web-assets": "~1.2", "rimraf": "~5.0", "typescript": "~5.1" }