@yao-pkg/pkg 6.5.0 → 6.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -90,6 +90,14 @@ dashes, for example `node18-macos-x64` or `node14-linux-arm64`:
|
|
|
90
90
|
|
|
91
91
|
(element) is unsupported, but you may try to compile yourself.
|
|
92
92
|
|
|
93
|
+
If your target is available in the assets of the latest [pkg-fetch release](https://github.com/yao-pkg/pkg-fetch/releases),
|
|
94
|
+
`pkg` downloads the pre-compiled Node.js binary from that project. Otherwise,
|
|
95
|
+
or if you specify the `--build` option, it will build the binary from source
|
|
96
|
+
(takes a very long time).
|
|
97
|
+
Pre-compiled Node.js binaries for some unsupported architectures and
|
|
98
|
+
instructions for using them are available in the [pkg-binaries](https://github.com/yao-pkg/pkg-binaries)
|
|
99
|
+
project.
|
|
100
|
+
|
|
93
101
|
You may omit any element (and specify just `node14` for example).
|
|
94
102
|
The omitted elements will be taken from current platform or
|
|
95
103
|
system-wide Node.js installation (its version and arch).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yao-pkg/pkg",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.6.0",
|
|
4
4
|
"description": "Package your Node.js project into an executable",
|
|
5
5
|
"main": "lib-es5/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@babel/generator": "^7.23.0",
|
|
26
26
|
"@babel/parser": "^7.23.0",
|
|
27
27
|
"@babel/types": "^7.23.0",
|
|
28
|
-
"@yao-pkg/pkg-fetch": "3.5.
|
|
28
|
+
"@yao-pkg/pkg-fetch": "3.5.24",
|
|
29
29
|
"into-stream": "^6.0.0",
|
|
30
30
|
"minimist": "^1.2.6",
|
|
31
31
|
"multistream": "^4.1.0",
|