We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f44c72 commit 65d4aebCopy full SHA for 65d4aeb
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@himenon/message-command-parser",
3
- "version": "2.0.0",
+ "version": "3.0.0",
4
"description": "Parse space- and colon-separated messages into parameters",
5
"keywords": [
6
"command parser",
@@ -78,8 +78,7 @@
78
"vitest": "^4.1.6"
79
},
80
"engines": {
81
- "node": ">=20",
82
- "pnpm": ">=8"
+ "node": ">=24"
83
84
"packageManager": "pnpm@10.27.0"
85
}
0 commit comments