check-rule-mate 0.4.1 → 0.4.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ The core goal is to provide a **reusable and easy-to-extend** for handling vario
11
11
 
12
12
  **Examples of how implement check-rule-mate:** [check-rule-mate examples](#Example-Usage)
13
13
 
14
- Test the core functionalities here: [check-rule-mate demo](https://johnrock16.github.io/check-rule-mate/)
14
+ **Test the core functionalities here:** [check-rule-mate demo](https://johnrock16.github.io/check-rule-mate/)
15
15
  (Note: Creating or modifying custom validators is not supported in the demo, as it requires JavaScript implementation.)
16
16
 
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "check-rule-mate",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "",
5
5
  "main": "./dist/main.cjs.js",
6
6
  "type": "commonjs",