@endevco/aube-win32-arm64 1.0.0-beta.2 → 1.0.0-beta.4

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
@@ -23,7 +23,7 @@
23
23
 
24
24
  ## Why Try It
25
25
 
26
- **[Fast installs](https://aube.en.dev/benchmarks).** Warm CI is about 9x faster than pnpm and 3x faster than Bun in the current benchmarks. Across the fixture set, aube runs roughly 2-21x faster than pnpm and 1-3x faster than Bun.
26
+ **[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 roughly 1-21x faster than pnpm and up to 3x faster than Bun.
27
27
 
28
28
  **[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.
29
29
 
@@ -154,10 +154,10 @@ If a project already uses `pnpm-workspace.yaml`, aube can read and write it. New
154
154
  | `pnpm-lock.yaml` v9 | yes | yes |
155
155
  | `package-lock.json` v2/v3 | yes | yes |
156
156
  | `npm-shrinkwrap.json` | yes | yes |
157
- | `yarn.lock` v1 | yes | yes |
157
+ | `yarn.lock` (v1 classic + v2+ berry) | yes | yes |
158
158
  | `bun.lock` | yes | yes |
159
159
 
160
- aube is not compatible with every historical lockfile shape. Older pnpm v5/v6 lockfiles should be upgraded with pnpm before switching, and Yarn Berry/PnP projects may need to stay on Yarn or migrate first.
160
+ aube is not compatible with every historical lockfile shape. Older pnpm v5/v6 lockfiles should be upgraded with pnpm before switching. Yarn PnP projects need to move to a `node_modules` linker first — aube writes `node_modules`, not `.pnp.cjs`.
161
161
 
162
162
  When more than one lockfile exists, prefer keeping one canonical lockfile for the project so teammates and CI do not fight over dependency state.
163
163
 
package/bin/aube.exe CHANGED
Binary file
package/bin/aubr.exe CHANGED
Binary file
package/bin/aubx.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@endevco/aube-win32-arm64",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.4",
4
4
  "description": "Platform binaries for aube — do not install directly, see @endevco/aube.",
5
5
  "homepage": "https://aube.en.dev",
6
6
  "repository": {