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

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 +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # NestJS TypeORM Validator
2
2
 
3
3
  [![Publish to npm](https://github.com/rotyro-tools/nestjs-typeorm-validator/actions/workflows/publish-to-npm.yml/badge.svg)](https://github.com/rotyro-tools/nestjs-typeorm-validator/actions/workflows/publish-to-npm.yml)
4
+ [![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://github.com/your-username/nestjs-typeorm-validator)
4
5
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
5
6
 
6
7
  Lightweight NestJS decorators for validating values against TypeORM entities.
@@ -53,6 +54,8 @@ pnpm add @rotyro-tools/nestjs-typeorm-validator
53
54
  bun add @rotyro-tools/nestjs-typeorm-validator
54
55
  ```
55
56
 
57
+ ---
58
+
56
59
  ## Peer dependencies
57
60
 
58
61
  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.4",
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": {
@@ -88,7 +88,7 @@
88
88
  "@semantic-release/release-notes-generator": "^14.1.0",
89
89
  "@trivago/prettier-plugin-sort-imports": "^6.0.0",
90
90
  "@types/jest": "^30.0.0",
91
- "@types/node": "^24.10.0",
91
+ "@types/node": "^25.0.0",
92
92
  "@typescript-eslint/eslint-plugin": "^8.46.3",
93
93
  "@typescript-eslint/parser": "^8.46.0",
94
94
  "class-validator": "^0.14.2",