diff --git a/.changeset/support-typescript-seven.md b/.changeset/pre/support-typescript-seven.md similarity index 100% rename from .changeset/support-typescript-seven.md rename to .changeset/pre/support-typescript-seven.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e57436..469876d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @nestm/standard-schema +## 0.1.0-alpha.10 + +### Patch Changes + +- 1de21dd: Support TypeScript 7 for the runtime DTO, validation, and serialization APIs. + The optional Nest compiler plugin continues to require TypeScript 5.5 through + 6.x because TypeScript 7 does not expose the compiler API used by transformers; + it now reports that boundary explicitly. + ## 0.1.0-alpha.9 ### Patch Changes diff --git a/package.json b/package.json index c54befb..0a0de31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestm/standard-schema", - "version": "0.1.0-alpha.9", + "version": "0.1.0-alpha.10", "description": "DTO ergonomics for NestJS 12's native Standard Schema validation and serialization.", "license": "MIT", "author": "Kauan Guesser",