-
v0.0.9 Stable
released this
2026-04-11 02:13:25 +02:00 | 0 commits to main since this releaseRelease 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.9Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads