diff --git a/.changeset/pre.json b/.changeset/pre.json index e400727..9261c9d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,6 +10,7 @@ "harden-storage-boundaries", "initial-storage-release", "map-foreign-files-not-found", + "restore-generic-storage-boundary", "runtime-provider-selection" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4b241..6e18da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @nestm/storage +## 0.1.0-alpha.6 + +### Minor Changes + +- 5bb646e: Remove the product-specific artifact protocol, encryption codec, and Nest composition entry + points. `@nestm/storage` remains a generic storage library; applications should compose domain + protocols over its clients and provider drivers in their own packages. + ## 0.1.0-alpha.5 ### Minor Changes diff --git a/package.json b/package.json index c83dd7b..872b9f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestm/storage", - "version": "0.1.0-alpha.5", + "version": "0.1.0-alpha.6", "description": "Framework-neutral storage clients with NestJS 12 integration, named stores, streaming I/O, and an optional guarded HTTP gateway.", "license": "MIT", "author": "Kauan Guesser",