@rotyro-tools/nestjs-typeorm-validator 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,6 +53,8 @@ pnpm add @rotyro-tools/nestjs-typeorm-validator
53
53
  bun add @rotyro-tools/nestjs-typeorm-validator
54
54
  ```
55
55
 
56
+ ---
57
+
56
58
  ## Peer dependencies
57
59
 
58
60
  This package declares the following peer dependencies that consumers must install at compatible versions:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rotyro-tools/nestjs-typeorm-validator",
3
3
  "license": "MIT",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "description": "Lightweight NestJS decorators to validate data against TypeORM entities.",
6
6
  "author": "rotyro <rotyro.tools@gmail.com> (https://github.com/rotyro)",
7
7
  "repository": {