nox-validation 1.0.3 → 1.0.4

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/helpers.js +1 -0
  2. package/package.json +1 -1
package/lib/helpers.js CHANGED
@@ -192,6 +192,7 @@ const convertTypes = (field) => {
192
192
  constants.interfaces.ONE_TO_MANY,
193
193
  constants.interfaces.MANY_TO_MANY,
194
194
  constants.interfaces.MANY_TO_ANY,
195
+ constants.interfaces.MANY_TO_ONE,
195
196
  constants.interfaces.TRANSLATIONS,
196
197
  ].includes(interfaceType)
197
198
  ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nox-validation",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "validate dynamic schema",
5
5
  "main": "index.js",
6
6
  "scripts": {