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
Release publish step now calls npm publish --provenance --access public for scoped packages, preventing first-publish scoped access pitfalls.
Release publish errors now include clearer guidance for npm scope bootstrap, trusted publishing linkage, and permission issues when publish fails.
Plugin id collision enforcement is now always active at runtime in Registry.registerPlugin, including production builds, so duplicate ids cannot silently overwrite existing plugins.
Graph.registerRenderer and Graph.unregisterRenderer now normalize renderer type keys with trim() for consistent registration and removal behavior.