We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af1300 commit 0375148Copy full SHA for 0375148
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "debug-level",
3
- "version": "3.3.0-0",
+ "version": "4.0.0-0",
4
"description": "debug with levels",
5
"keywords": [
6
"debug",
@@ -115,7 +115,7 @@
115
"debug": "^4.3.1"
116
},
117
"engines": {
118
- "node": ">=12"
+ "node": ">=18"
119
120
"c4uIgnore": {
121
"chalk": "^4.0.0 // ^5 is ESM only and won't work with transpiled version"
0 commit comments