Skip to content

@suspensive/react-native@0.1.1

Choose a tag to compare

@manudeli manudeli released this 18 Sep 09:13
· 167 commits to main since this release
001df2a

Patch Changes

  • #1737 458812c Thanks @copilot-swe-agent! - feat: add npm OIDC authentication support

    This adds OIDC (OpenID Connect) authentication support for npm publishing in GitHub Actions. The implementation enables secure, tokenless publishing to npm using GitHub's OIDC tokens with provenance support.

    Key features:

    • OIDC Authentication: Uses GitHub Actions id-token: write permission for secure publishing
    • Provenance Support: Enables npm package provenance through NPM_CONFIG_PROVENANCE=true
    • Backward Compatibility: Maintains NPM_TOKEN as fallback for existing workflows

    This enhances security by reducing dependency on long-lived npm tokens while providing package provenance for better supply chain security.