JSPM

cfsolver

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 30
  • Score
    100M100P100Q66306F

OIDC trusted publishing setup package for cfsolver

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cfsolver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    cfsolver

    ⚠️ IMPORTANT NOTICE ⚠️

    This package is created solely for the purpose of setting up OIDC (OpenID Connect) trusted publishing with npm.

    This is NOT a functional package and contains NO code or functionality beyond the OIDC setup configuration.

    Purpose

    This package exists to:

    1. Configure OIDC trusted publishing for the package name cfsolver
    2. Enable secure, token-less publishing from CI/CD workflows
    3. Establish provenance for packages published under this name

    What is OIDC Trusted Publishing?

    OIDC trusted publishing allows package maintainers to publish packages directly from their CI/CD workflows without needing to manage npm access tokens. Instead, it uses OpenID Connect to establish trust between the CI/CD provider (like GitHub Actions) and npm.

    Setup Instructions

    To properly configure OIDC trusted publishing for this package:

    1. Go to npmjs.com and navigate to your package settings
    2. Configure the trusted publisher (e.g., GitHub Actions)
    3. Specify the repository and workflow that should be allowed to publish
    4. Use the configured workflow to publish your actual package

    DO NOT USE THIS PACKAGE

    This package is a placeholder for OIDC configuration only. It:

    • Contains no executable code
    • Provides no functionality
    • Should not be installed as a dependency
    • Exists only for administrative purposes

    More Information

    For more details about npm's trusted publishing feature, see:


    Maintained for OIDC setup purposes only