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
Label expressions now resolve in O(1) per node — linear time on
arbitrarily large models (previously O(n²)).
Zip entries are verified against their CRC-32 before parsing — a
corrupted model archive throws archimate-zip-crc-mismatch instead of
producing garbage.
Security
npm package publishes with SLSA provenance and registry signature via
trusted publishing (OIDC).
CI hardened per the OWASP NPM Security Cheat Sheet: ignore-scripts,
prod-only audit gate, pinned third-party actions, weekly dependency
health check.