v0.1.1 — no-unnecessary-ref member-chain fixed-point update
This patch release fixes @jax-js/no-unnecessary-ref so static member-chain patterns (for example, fwd.x_pred.ref) are analyzed per target path and all unnecessary .ref usages are reported in one pass. It also includes a regression test covering the reported object-member-chain scenario.