@endevco/aube-linux-x64-musl 1.0.0-beta.12 → 1.1.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
@@ -20,7 +20,7 @@
20
20
 
21
21
  ## Why Try It
22
22
 
23
- **[Fast installs](https://aube.en.dev/benchmarks).** Warm CI is about 7x faster than pnpm and 3x faster than Bun in the current benchmarks. Across the fixture set, aube runs up to ~22x faster than pnpm and up to 3x faster than Bun.
23
+ **[Fast installs](https://aube.en.dev/benchmarks).** Warm installs with the global virtual store are about 6x faster than pnpm and 3x faster than Bun in the current benchmarks. Repeat test commands run up to ~50x faster than pnpm and up to 3x faster than Bun.
24
24
 
25
25
  **[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.
26
26
 
@@ -56,7 +56,7 @@ aube is also published on npm:
56
56
  npm install -g @endevco/aube
57
57
  ```
58
58
 
59
- While aube is beta, Homebrew installs come from the Endev tap:
59
+ Homebrew installs come from the Endev tap:
60
60
 
61
61
  ```sh
62
62
  brew install endevco/tap/aube
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.0.0-beta.12",
3
+ "version": "1.1.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": {