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 3a57036 commit 45e083dCopy full SHA for 45e083d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [6.4.1](https://github.com/yao-pkg/pkg/compare/v6.4.0...v6.4.1) (2025-04-30)
2
+
3
+### Bug Fixes
4
5
+- prefer `module.isBuiltin` when checking core modules ([3a57036](https://github.com/yao-pkg/pkg/commit/3a57036e4b31bd105b20d97b7646cd23d41c97d7))
6
7
## [6.4.0](https://github.com/yao-pkg/pkg/compare/v6.3.2...v6.4.0) (2025-04-08)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@yao-pkg/pkg",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Package your Node.js project into an executable",
"main": "lib-es5/index.js",
"license": "MIT",
0 commit comments