diff --git a/LICENSE.txt b/LICENSE.txt index c0f8f9f..c575c65 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Individual contributors to recursive-exec +Copyright (c) 2023-2024 Individual contributors to recursive-exec 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/recursive-exec.d.ts b/dist/recursive-exec.d.ts index c059c04..491d0fc 100644 --- a/dist/recursive-exec.d.ts +++ b/dist/recursive-exec.d.ts @@ -1,4 +1,4 @@ -//! recursive-exec v0.1.1 ~~ https://github.com/center-key/recursive-exec ~~ MIT License +//! recursive-exec v1.0.0 ~~ https://github.com/center-key/recursive-exec ~~ MIT License export type Settings = { echo: boolean; diff --git a/dist/recursive-exec.js b/dist/recursive-exec.js index 18d3767..299fae1 100644 --- a/dist/recursive-exec.js +++ b/dist/recursive-exec.js @@ -1,4 +1,4 @@ -//! recursive-exec v0.1.1 ~~ https://github.com/center-key/recursive-exec ~~ MIT License +//! recursive-exec v1.0.0 ~~ https://github.com/center-key/recursive-exec ~~ MIT License import { globSync } from 'glob'; import { spawnSync } from 'node:child_process'; diff --git a/package.json b/package.json index 1b6a013..00cb298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recursive-exec", - "version": "0.1.1", + "version": "1.0.0", "description": "Run a command on each file in a folder and its subfolders (CLI tool designed for use in npm scripts)", "license": "MIT", "type": "module", @@ -93,21 +93,21 @@ }, "devDependencies": { "@types/fancy-log": "~2.0", - "@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", "csso-cli": "~4.0", - "eslint": "~8.51", + "eslint": "~8.56", "jshint": "~2.13", "less": "~4.2", "make-dir-cli": "~3.1", "mocha": "~10.2", "rimraf": "~5.0", "run-scripts-util": "~1.2", - "typescript": "~5.2", + "typescript": "~5.3", "uglify-js": "~3.17" } }