@endevco/aube-linux-x64-musl 1.3.0 → 1.4.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 CHANGED
@@ -40,6 +40,15 @@ The recommended path is mise:
40
40
  mise use -g aube
41
41
  ```
42
42
 
43
+ mise can also manage the [Node.js versions](https://mise.jdx.dev/lang/node.html)
44
+ your projects need. If your projects already pin Node through `package.json`
45
+ (`devEngines.runtime`), `.nvmrc`, or `.node-version`, enable mise's
46
+ idiomatic version-file support for Node:
47
+
48
+ ```sh
49
+ mise settings add idiomatic_version_file_enable_tools node
50
+ ```
51
+
43
52
  Check that it is on your `PATH`:
44
53
 
45
54
  ```sh
@@ -55,9 +64,15 @@ mise use aube
55
64
  aube is also published on npm:
56
65
 
57
66
  ```sh
58
- npm install -g @endevco/aube
67
+ npm install -g --ignore-scripts=false @endevco/aube
68
+ npx --ignore-scripts=false @endevco/aube --version
59
69
  ```
60
70
 
71
+ The npm package uses an install script to fetch native binaries for
72
+ performance. The npm commands above include the flag that keeps that
73
+ working even if your npm config disables scripts. We still recommend mise
74
+ for the smoothest install and runtime management path.
75
+
61
76
  Homebrew installs come from the Endev tap:
62
77
 
63
78
  ```sh
package/bin/aube CHANGED
Binary file
package/bin/aubr CHANGED
Binary file
package/bin/aubx CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@endevco/aube-linux-x64-musl",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Platform binaries for aube — do not install directly, see @endevco/aube.",
5
5
  "homepage": "https://aube.en.dev",
6
6
  "repository": {