Skip to content

Commit 6dfc4f5

Browse files
committed
Release v1.2.4
1 parent 9b9631a commit 6dfc4f5

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

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-2023 Individual contributors to run-scripts-util
3+
Copyright (c) 2022-2024 Individual contributors to run-scripts-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/run-scripts.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! run-scripts-util v1.2.3 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
1+
//! run-scripts-util v1.2.4 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
22

33
export type Settings = {
44
only: number | null;

dist/run-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! run-scripts-util v1.2.3 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
1+
//! run-scripts-util v1.2.4 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
22

33
import { spawn, spawnSync } from 'node:child_process';
44
import chalk from 'chalk';

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "run-scripts-util",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Organize npm scripts into named groups of easy to manage commands (CLI tool designed for use in npm scripts)",
55
"license": "MIT",
66
"type": "module",
@@ -117,18 +117,18 @@
117117
},
118118
"devDependencies": {
119119
"@types/fancy-log": "~2.0",
120-
"@types/node": "~20.9",
121-
"@typescript-eslint/eslint-plugin": "~6.10",
122-
"@typescript-eslint/parser": "~6.10",
120+
"@types/node": "~20.10",
121+
"@typescript-eslint/eslint-plugin": "~6.17",
122+
"@typescript-eslint/parser": "~6.17",
123123
"add-dist-header": "~1.3",
124124
"assert-deep-strict-equal": "~1.1",
125125
"copy-file-util": "~1.1",
126126
"copy-folder-util": "~1.1",
127-
"eslint": "~8.53",
127+
"eslint": "~8.56",
128128
"jshint": "~2.13",
129129
"mocha": "~10.2",
130130
"npm-run-all2": "~6.1",
131131
"rimraf": "~5.0",
132-
"typescript": "~5.2"
132+
"typescript": "~5.3"
133133
}
134134
}

spec/fixtures/target/c/2/last.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-2023 Individual contributors to run-scripts-util
3+
Copyright (c) 2022-2024 Individual contributors to run-scripts-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

spec/fixtures/target/d/folder name with spaces/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-2023 Individual contributors to run-scripts-util
3+
Copyright (c) 2022-2024 Individual contributors to run-scripts-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

0 commit comments

Comments
 (0)