File tree Expand file tree Collapse file tree
d/folder name with spaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT 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
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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
33export type Settings = {
44 only : number | null ;
Original file line number Diff line number Diff line change 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
33import { spawn , spawnSync } from 'node:child_process' ;
44import chalk from 'chalk' ;
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 11MIT 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
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11MIT 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
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments