@wordbricks/velen 0.1.3-win32-x64 → 0.1.4-darwin-arm64
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
CHANGED
|
@@ -34,10 +34,13 @@ Install:
|
|
|
34
34
|
- `bun install -g @wordbricks/velen`
|
|
35
35
|
- `bunx @wordbricks/velen --help`
|
|
36
36
|
- `npx @wordbricks/velen --help`
|
|
37
|
+
- Linux npm installs ship musl-linked binaries so the CLI runs on both glibc and musl-based distributions, including Alpine.
|
|
38
|
+
- Windows npm installs ship both x64 and arm64 platform binaries.
|
|
37
39
|
|
|
38
40
|
Release:
|
|
39
41
|
|
|
40
42
|
- Keep `apps/cli/package.json` and `apps/cli/crates/velen-cli/Cargo.toml` on the same version.
|
|
41
43
|
- Configure npm trusted publishing for `@wordbricks/velen` with GitHub Actions using the workflow filename `cli-release.yml`.
|
|
42
44
|
- Push a tag like `cli-v0.1.0` or `cli-v0.1.0-alpha.1`.
|
|
43
|
-
- The `cli-release` workflow builds platform binaries, stages npm tarballs, creates a GitHub release, and publishes them to npm with `npm publish --provenance`.
|
|
45
|
+
- The `cli-release` workflow builds GNU and musl Linux binaries plus the other platform binaries, stages npm tarballs, creates a GitHub release, and publishes them to npm with `npm publish --provenance`.
|
|
46
|
+
- Linux npm platform tarballs are staged from musl artifacts for the broadest runtime compatibility.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordbricks/velen",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4-darwin-arm64",
|
|
4
4
|
"description": "Velen CLI",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"os": [
|
|
7
|
-
"
|
|
7
|
+
"darwin"
|
|
8
8
|
],
|
|
9
9
|
"cpu": [
|
|
10
|
-
"
|
|
10
|
+
"arm64"
|
|
11
11
|
],
|
|
12
12
|
"files": [
|
|
13
13
|
"vendor",
|
|
Binary file
|
|
Binary file
|