nox-validation 1.3.2 → 1.3.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/lib/validate.js +1 -0
  2. package/package.json +1 -1
package/lib/validate.js CHANGED
@@ -275,6 +275,7 @@ const validateMetaRules = (
275
275
 
276
276
  if (
277
277
  !fieldValue &&
278
+ !field?.meta?.hidden &&
278
279
  ![
279
280
  constants.interfaces.FILES,
280
281
  constants.interfaces.FILE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nox-validation",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "validate dynamic schema",
5
5
  "main": "index.js",
6
6
  "scripts": {