diff --git a/packages/n4s/package.json b/packages/n4s/package.json index 267cffdac..76743feb9 100644 --- a/packages/n4s/package.json +++ b/packages/n4s/package.json @@ -1,5 +1,5 @@ { - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "main": "./dist/cjs/n4s.js", "types": "./types/n4s.d.ts", @@ -10,7 +10,11 @@ "vest", "enforce", "n4s", - "validation" + "validation", + "assertion", + "schema validation", + "form validation", + "validation library" ], "scripts": { "test": "vx test", diff --git a/packages/vest/package.json b/packages/vest/package.json index 27d6fd071..c128f0380 100644 --- a/packages/vest/package.json +++ b/packages/vest/package.json @@ -1,6 +1,6 @@ { "name": "vest", - "version": "5.0.1", + "version": "5.0.2", "description": "Declarative Form Validations Framework", "license": "MIT", "author": "ealush", @@ -24,7 +24,8 @@ "Angular Validation", "Vue Validation", "Svelte Validation", - "nodejs Validation" + "nodejs Validation", + "enforce" ], "repository": { "type": "git",