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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"@nestm/crypto": "0.1.0-alpha.0"
},
"changesets": [
"app-owned-storage-composition",
"azure-wrapping-context-fail-closed",
"fresh-only-key-wrappers",
"initial-crypto-release",
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nestm/crypto

## 0.1.0-alpha.7

### Minor Changes

- 8256dee: Remove the storage-specific `@nestm/crypto/storage-workspace` integration and
its optional `@nestm/storage` peer. Applications now compose storage policy,
artifact record formats, authenticated path context, and searchable projections
from the generic primitives exposed by `@nestm/crypto/core`.

## 0.1.0-alpha.6

### 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.6",
"version": "0.1.0-alpha.7",
"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