mdat-plugin-cli-help 1.0.6 → 1.0.7

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.
Files changed (1) hide show
  1. package/package.json +17 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdat-plugin-cli-help",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Mdat plugin to generate tabular help documentation for CLI tools in Markdown files.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -37,19 +37,19 @@
37
37
  "@types/which": "^3.0.4",
38
38
  "chevrotain": "^11.1.1",
39
39
  "execa": "^9.6.1",
40
- "read-pkg": "^10.0.0",
41
- "type-fest": "^5.4.2",
42
- "which": "^6.0.0",
40
+ "read-pkg": "^10.1.0",
41
+ "type-fest": "^5.4.4",
42
+ "which": "^6.0.1",
43
43
  "zod": "^3.25.76"
44
44
  },
45
45
  "devDependencies": {
46
- "@kitschpatrol/shared-config": "^5.13.0",
47
- "@types/node": "^20.19.30",
48
- "bumpp": "^10.4.0",
49
- "mdat": "^1.3.4",
50
- "meow": "^14.0.0",
51
- "remark-mdat": "^1.2.2",
52
- "tsdown": "^0.20.1",
46
+ "@kitschpatrol/shared-config": "^6.0.0",
47
+ "@types/node": "~20.19.33",
48
+ "bumpp": "^10.4.1",
49
+ "mdat": "^1.3.5",
50
+ "meow": "^14.1.0",
51
+ "remark-mdat": "^1.2.3",
52
+ "tsdown": "^0.20.3",
53
53
  "typescript": "~5.9.3",
54
54
  "vitest": "^4.0.18"
55
55
  },
@@ -60,6 +60,12 @@
60
60
  "engines": {
61
61
  "node": ">=20.19.0"
62
62
  },
63
+ "devEngines": {
64
+ "runtime": {
65
+ "name": "node",
66
+ "version": ">=22.21.0"
67
+ }
68
+ },
63
69
  "scripts": {
64
70
  "build": "tsdown --no-fixed-extension --tsconfig tsconfig.build.json",
65
71
  "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",