@williamthorsen/nmr-core
v0.7.0
Published
Shared utilities for node-monorepo-tools packages
Maintainers
Readme
@williamthorsen/nmr-core
Shared utilities for node-monorepo-tools packages.
This package serves as the shared library foundation for the monorepo. For the nmr CLI tool, see @williamthorsen/nmr.
Release notes — v0.7.0 (2026-07-13)
🎉 Features
🚨 Breaking: Fail a package that declares types but ships none (#467)
nmr attwnow fails a package that claims to ship type declarations but ships none. Such a package used to pass, leaving every TypeScript consumer of it silently typed asany.A package that ships working declarations found only by sitting beside its JavaScript entry point escapes the check, since it declares nothing. Add a
typesentry to bring it under the check.
Installation
pnpm add -D @williamthorsen/nmr-core