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.
is-core-module
1 parent 6960e34 commit 04ca704Copy full SHA for 04ca704
lib/core.json
@@ -57,6 +57,8 @@
57
"node:https": [">= 14.18 && < 15", ">= 16"],
58
"inspector": ">= 8",
59
"node:inspector": [">= 14.18 && < 15", ">= 16"],
60
+ "inspector/promises": [">= 19"],
61
+ "node:inspector/promises": [">= 19"],
62
"_linklist": "< 8",
63
"module": true,
64
"node:module": [">= 14.18 && < 15", ">= 16"],
package.json
@@ -58,7 +58,7 @@
"url": "https://github.com/sponsors/ljharb"
},
"dependencies": {
- "is-core-module": "^2.10.0",
+ "is-core-module": "^2.11.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
0 commit comments