Skip to content

v22.0.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 May 14:33
· 15 commits to next since this release

22.0.0 (2026-05-09)

⚠ BREAKING CHANGES

  • To use library in other generators
import { generate } from 'prisma-nestjs-graphql'
  • Update to Prisma v7

Features

  • Option importExtension extension on import/export (c168da0), closes #238

Bug Fixes

  • Change path to generate submodule (63c5a5d)
  • Changed binary type (887aaa4)
  • Circular reference in ESM modules (8bdb4f0), closes #245
  • Detect custom import types (23c9e8d)
  • Inherit stdio to show subprocess errors (7777e53)
  • Keep ts extension (27f01da)
  • Removed deprecated option reExportAll (991d6eb)
  • Typescript errors (74eff47)

Miscellaneous Chores