Highlights
This is a cosmetic + maintenance release. There are no runtime, public API, or peerDependencies changes — the published package has zero runtime dependencies, so upgrading is safe and requires no code changes.
- 📦 Rename banner now on npm. The npm package page renders the README from the published version, so this release exists primarily to surface the post-rename notice on npmjs.com: the project moved from
nest-drizzle-nativeto@nest-native/drizzle(repo:nest-native/drizzle). - 🔒 Supply-chain hardening. Pinned dev/build-only tooling via npm
overrides—esbuild@^0.28.1,ws@^8.21.0,qs@^6.15.2— clearing all high- and moderate-severity advisories in transitive development dependencies. None of these ship to consumers.
Migrating from nest-drizzle-native
npm uninstall nest-drizzle-native
npm install @nest-native/drizzleThen update imports from nest-drizzle-native to @nest-native/drizzle. The old package is deprecated and frozen at 0.2.1.
What's Changed
- chore: rename dependabot group to drizzle-peer-minor-patch by @rodrigobnogueira in #113
- docs: add rename banner to README by @rodrigobnogueira in #115
- chore(deps)(deps): bump the drizzle-peer-minor-patch group with 8 updates by @dependabot[bot] in #114
- chore(deps)(deps): bump the website-minor-patch group across 1 directory with 2 updates by @dependabot[bot] in #105
- chore(release): @nest-native/drizzle 0.3.2 by @rodrigobnogueira in #116
Full Changelog: https://github.com/nest-native/drizzle/compare/@nest-native/drizzle@0.3.1...@nest-native/drizzle@0.3.2