Skip to content

Expose a side-effect-free credentials entrypoint #522

Description

@kamilio

Problem

Credential helpers are currently available only through a broad package entrypoint that also initializes unrelated functionality. Lightweight consumers need a supported way to read credentials without importing the full application surface.

Requested capability

Add a narrow, side-effect-free package export for the existing credential helpers and their public types.

Acceptance criteria

  • The subpath is included in package exports and published artifacts.
  • Importing it performs no UI setup, output, browser launch, or unrelated application initialization.
  • Existing credential precedence and error behavior remain unchanged.
  • Packed-package tests cover the subpath on supported Node versions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions