hereby 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,3 @@
1
- import chalk from "chalk";
2
1
  import { fileURLToPath, pathToFileURL } from "url";
3
2
  import { UserError } from "./utils.js";
4
3
  export async function reexec(d, herebyfilePath) {
@@ -24,8 +23,6 @@ export async function reexec(d, herebyfilePath) {
24
23
  if (thisCLI === otherCLI) {
25
24
  return false;
26
25
  }
27
- // TODO: If this turns out to be common, remove this warning.
28
- d.error(`${chalk.yellow("Warning")}: re-running hereby as imported by the Herebyfile.`);
29
26
  const args = [...d.execArgv, otherCLI, ...d.argv.slice(2)];
30
27
  d.foregroundChild(d.execPath, args);
31
28
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hereby",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A simple task runner",
5
5
  "repository": "github:jakebailey/hereby",
6
6
  "type": "module",
@@ -52,9 +52,9 @@
52
52
  "@tsconfig/node14": "^1.0.3",
53
53
  "@types/command-line-args": "^5.2.0",
54
54
  "@types/command-line-usage": "^5.0.2",
55
- "@types/node": "^14.18.30",
56
- "@typescript-eslint/eslint-plugin": "^5.38.0",
57
- "@typescript-eslint/parser": "^5.38.0",
55
+ "@types/node": "^14.18.31",
56
+ "@typescript-eslint/eslint-plugin": "^5.38.1",
57
+ "@typescript-eslint/parser": "^5.38.1",
58
58
  "ava": "^4.3.3",
59
59
  "c8": "^7.12.0",
60
60
  "eslint": "^8.24.0",
@@ -67,7 +67,7 @@
67
67
  "release-it": "^15.4.2",
68
68
  "rimraf": "^3.0.2",
69
69
  "tempy": "^3.0.0",
70
- "typescript": "~4.8.3"
70
+ "typescript": "~4.8.4"
71
71
  },
72
72
  "packageManager": "npm@8.17.0",
73
73
  "volta": {