@endevco/aube-linux-x64-musl 1.13.0 → 1.14.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/bin/aube +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@
25
25
  ## Why Try It
26
26
 
27
27
  <!-- BENCH_RATIOS:START -->
28
- **[Fast installs](https://aube.en.dev/benchmarks).** Warm installs are about 3x faster than pnpm and about 2x faster than Bun in the current benchmarks. Repeat test commands run up to 29x faster than pnpm and up to 4x faster than Bun.
28
+ **[Fast installs](https://aube.en.dev/benchmarks).** Warm installs are about 6x faster than pnpm and about 3x faster than Bun in the current benchmarks. Repeat test commands run up to 45x faster than pnpm and up to 6x faster than Bun.
29
29
  <!-- BENCH_RATIOS:END -->
30
30
 
31
31
  **[Existing lockfiles](https://aube.en.dev/package-manager/lockfiles).** Reads and writes `pnpm-lock.yaml`, `package-lock.json`, `npm-shrinkwrap.json`, `yarn.lock`, and `bun.lock` in place.
package/bin/aube CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@endevco/aube-linux-x64-musl",
3
- "version": "1.13.0",
3
+ "version": "1.14.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": {