• v0.0.9 2a04d29c69

    v0.0.9 Stable

    wess released this 2026-04-11 02:13:25 +02:00 | 0 commits to main since this release

    Release date: April 11, 2026

    Summary

    Infrastructure-only release that improves the CI publish pipeline reliability. No changes to the library's public API or runtime behavior.

    Changes

    • Dynamic .npmrc generation in CI — The publish workflow now writes a .npmrc file at build time instead of using npm config set. This avoids potential issues with global npm config pollution in the runner environment.
    • Added publishConfig to package.json — Registry URL is now declared in publishConfig, so npm publish no longer needs explicit --scope and --registry flags.
    • Gitignored .npmrc — The .npmrc file (which may contain auth tokens locally) is now gitignored. The checked-in .npmrc was renamed to .npmrc.example for reference.

    Upgrading

    No breaking changes. Drop-in replacement for v0.0.8.

    npm install @wt/common@0.0.9
    
    Downloads