check-rule-mate 0.4.1 → 0.4.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 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # check-rule-mate
2
+ Validate any type of data in JS using your own rules and validations.
2
3
 
3
4
  ## Overview
4
5
 
@@ -11,7 +12,7 @@ The core goal is to provide a **reusable and easy-to-extend** for handling vario
11
12
 
12
13
  **Examples of how implement check-rule-mate:** [check-rule-mate examples](#Example-Usage)
13
14
 
14
- Test the core functionalities here: [check-rule-mate demo](https://johnrock16.github.io/check-rule-mate/)
15
+ **Test the core functionalities here:** [check-rule-mate demo](https://johnrock16.github.io/check-rule-mate/)
15
16
  (Note: Creating or modifying custom validators is not supported in the demo, as it requires JavaScript implementation.)
16
17
 
17
18
 
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "check-rule-mate",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "",
5
5
  "main": "./dist/main.cjs.js",
6
6
  "type": "commonjs",
7
+ "keywords": ["data validation", "data validation js", "validator", "validate", "form validator", "form validator js", "form validate", "check-rule-mate", "check rule", "check rule mate"],
7
8
  "scripts": {
8
9
  "start": "node ./examples/vanilla/src/index.js",
9
10
  "build": "node build",