• 1.0.0 f1046d35e4

    1.0.0 Stable

    endeavorance released this 2025-07-18 14:37:03 +00:00 | 3 commits to main since this release

    Initial release

    Set up

    Configure your environment to point to git.astral.camp for @endeavorance packages, then install and use as normal.

    npm

    For NPM, update your .npmrc for the project or globally:

    @endeavorance:registry=https://git.astral.camp/api/packages/endeavorance/npm/
    

    bun

    For Bun, use bunfig.toml

    [install.scopes]
    endeavorance = "https://git.astral.camp/api/packages/endeavorance/npm/"
    

    Install

    npm i @endeavorance/tagged-id
    # or
    bun add @endeavorance/tagged-id
    
    Downloads