Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nestm/crypto

## 0.1.0-alpha.8

### Patch Changes

- da4a29e: Target stable NestJS 12 peer ranges and refresh the supported dependency toolchain.

## 0.1.0-alpha.7

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestm/crypto",
"version": "0.1.0-alpha.7",
"version": "0.1.0-alpha.8",
"description": "Authenticated encryption for NestJS 12 with AES-256-GCM, envelope key providers, tenant isolation, and HTTP/Prisma field adapters.",
"license": "MIT",
"author": "nestm",
Expand Down
Loading