You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-note.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## [G0.1.222] - 2026-06-09
2
+
3
+
### Caching & Local Installation Fix
4
+
-**CAS Pollution Prevention**: Fixed a critical caching issue where installing packages via local path (`xfpm install -P`) would incorrectly cache the source files in the global Content Addressable Storage (CAS) index. This previously caused subsequent normal `npm` installations of the same version to fetch stale local files instead of downloading the fresh registry tarball.
5
+
-**Forced Local Extraction**: Modified `ensureExtracted` to completely bypass the `package.json` cache check when `-P` is supplied. Local paths will now forcefully extract and link their current source files every time, guaranteeing the latest code is reflected without manual cache clearing.
0 commit comments