@dismissible/nestjs-validation 1.0.2 → 1.0.3-alpha.cdc64a4.0

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 +16 -1
  2. package/package.json +8 -7
package/README.md CHANGED
@@ -1,3 +1,18 @@
1
+ <p align="center">
2
+ <a href="https://dismissible.io" target="_blank"><img src="../../docs/images/dismissible_logo.png" width="120" alt="Dismissible" /></a>
3
+ </p>
4
+
5
+ <p align="center">Never Show The Same Thing Twice!</p>
6
+ <p align="center">
7
+ <a href="https://www.npmjs.com/package/@dismissible/nestjs-validation" target="_blank"><img src="https://img.shields.io/npm/v/@dismissible/nestjs-validation.svg" alt="NPM Version" /></a>
8
+ <a href="https://github.com/dismissibleio/dismissible-api/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/npm/l/@dismissible/nestjs-validation.svg" alt="Package License" /></a>
9
+ <a href="https://www.npmjs.com/package/@dismissible/nestjs-validation" target="_blank"><img src="https://img.shields.io/npm/dm/@dismissible/nestjs-validation.svg" alt="NPM Downloads" /></a>
10
+ <a href="https://github.com/dismissibleio/dismissible-api" target="_blank"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/dismissibleio/dismissible-api/release.yml"></a>
11
+ <a href="https://paypal.me/joshstuartx" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
12
+ </p>
13
+
14
+ Dismissible manages the state of your UI elements across sessions, so your users see what matters, once! No more onboarding messages reappearing on every tab, no more notifications haunting users across devices. Dismissible syncs dismissal state everywhere, so every message is intentional, never repetitive.
15
+
1
16
  # @dismissible/nestjs-validation
2
17
 
3
18
  A validation service for NestJS applications using class-validator and class-transformer.
@@ -199,7 +214,7 @@ export class UserController {
199
214
 
200
215
  This validation service is used by:
201
216
 
202
- - `@dismissible/nestjs-dismissible` - Validates dismissible items
217
+ - `@dismissible/nestjs-core` - Validates dismissible items
203
218
 
204
219
  ## License
205
220
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dismissible/nestjs-validation",
3
- "version": "1.0.2",
3
+ "version": "1.0.3-alpha.cdc64a4.0",
4
4
  "description": "Validation service module for NestJS applications using class-validator and class-transformer",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -13,14 +13,15 @@
13
13
  },
14
14
  "files": [
15
15
  "src",
16
- "README.md"
16
+ "README.md",
17
+ "LICENSE.md"
17
18
  ],
18
19
  "dependencies": {},
19
20
  "peerDependencies": {
20
- "@nestjs/common": "^10.0.0 || ^11.0.0",
21
- "class-validator": "^0.14.3",
22
- "class-transformer": "^0.5.1",
23
- "reflect-metadata": "^0.2.2"
21
+ "@nestjs/common": "10.0.0 || ^11.0.0",
22
+ "class-validator": "0.14.3",
23
+ "class-transformer": "0.5.1",
24
+ "reflect-metadata": "0.2.2"
24
25
  },
25
26
  "peerDependenciesMeta": {
26
27
  "@nestjs/common": {
@@ -53,4 +54,4 @@
53
54
  "access": "public"
54
55
  },
55
56
  "type": "commonjs"
56
- }
57
+ }