vest 5.0.2 → 5.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 (1) hide show
  1. package/package.json +20 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vest",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "Declarative Form Validations Framework",
5
5
  "license": "MIT",
6
6
  "author": "ealush",
@@ -9,6 +9,24 @@
9
9
  "unpkg": "./dist/umd/vest.production.js",
10
10
  "jsdelivr": "./dist/umd/vest.production.js",
11
11
  "types": "./types/vest.d.ts",
12
+ "keywords": [
13
+ "Form validation",
14
+ "Unit testing",
15
+ "Framework-agnostic",
16
+ "Validation",
17
+ "Declarative",
18
+ "Asynchronous validations",
19
+ "Async validations",
20
+ "Testing",
21
+ "Data validation",
22
+ "Form validation",
23
+ "React Validation",
24
+ "Angular Validation",
25
+ "Vue Validation",
26
+ "Svelte Validation",
27
+ "nodejs Validation",
28
+ "enforce"
29
+ ],
12
30
  "repository": {
13
31
  "type": "git",
14
32
  "url": "https://github.com/ealush/vest.git",
@@ -19,7 +37,7 @@
19
37
  },
20
38
  "dependencies": {
21
39
  "context": "^3.0.10",
22
- "n4s": "^5.0.2",
40
+ "n4s": "^5.0.3",
23
41
  "vast": "^1.0.19",
24
42
  "vest-utils": "^1.0.1",
25
43
  "vestjs-runtime": "^1.0.1"