mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-14 17:52:44 -04:00
Pure directory move plus path fixups: the Rust port ships as pnpm v12, so the source tree now lives at pnpm/ (alongside pnpm11/, the frozen TypeScript line). No identifiers change in this pass — crate names (pacquet-*), the pacquet bin, PACQUET_VERSION, the @pacquet/* npm package names v11's runPacquet spawns, the .pacquet virtual-store dir, the benchmark harness's clone dir, and the pacquet-*.yml workflow filenames (npm trusted publishing is bound to them) all stay for a follow-up. Also removes the root /pnpm/ .gitignore entry (build detritus in the pre-pnpm11 package location): pnpm/ is real source now and must not be ignored. Developers with a stale generated pnpm/ dir should delete it before checking out this change.
1.3 KiB
1.3 KiB
Summary
Squash Commit Body
Explain what changed and why. Reference issues here too (Closes pnpm/pnpm#123).
Checklist
- The change is implemented in both the TypeScript CLI and the Rust
pnpm/port, or the description notes what still needs porting. - Added a changeset (
pnpm changeset) if this PR changes any published package. Keep it short and written for pnpm users — it becomes a release note. - Added or updated tests.
- Updated the documentation if needed.