Skip to content

@nest-native/drizzle 0.3.2

Latest

Choose a tag to compare

@rodrigobnogueira rodrigobnogueira released this 13 Jun 22:13
9944473

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-native to @nest-native/drizzle (repo: nest-native/drizzle).
  • 🔒 Supply-chain hardening. Pinned dev/build-only tooling via npm overridesesbuild@^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/drizzle

Then update imports from nest-drizzle-native to @nest-native/drizzle. The old package is deprecated and frozen at 0.2.1.


What's Changed

Full Changelog: https://github.com/nest-native/drizzle/compare/@nest-native/drizzle@0.3.1...@nest-native/drizzle@0.3.2