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 cb7a3b7 commit 9cd91e8Copy full SHA for 9cd91e8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [7.6.0](https://github.com/cnpm/npminstall/compare/v7.5.2...v7.6.0) (2023-03-26)
4
+
5
6
+### Features
7
8
+* enforce "node:" prefix on require module ([#452](https://github.com/cnpm/npminstall/issues/452)) ([cb7a3b7](https://github.com/cnpm/npminstall/commit/cb7a3b75ee1a2a827cd35e10f5ba8fbd143237da))
9
10
## [7.5.2](https://github.com/cnpm/npminstall/compare/v7.5.1...v7.5.2) (2023-03-03)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "npminstall",
- "version": "7.5.2",
+ "version": "7.6.0",
"description": "Make npm install fast and handy.",
"main": "lib/index.js",
"files": [
0 commit comments