Skip to content

@julieisbaka/graphjs 0.5.1

Choose a tag to compare

@github-actions github-actions released this 23 May 18:17
· 22 commits to main since this release

Fixed

  • 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.