@live-change/framework
Advanced tools
Comparing version 0.3.13 to 0.3.14
const utils = require("../utils.js") | ||
function ignoreValidation(prop) { | ||
delete prop.validation | ||
if(prop.properties) { | ||
for(let propName in prop.properties) { | ||
ignoreValidation(prop.properties[propName]) | ||
} | ||
} | ||
if(prop.of) { | ||
delete ignoreValidation(prop.of) | ||
} | ||
} | ||
module.exports = function(service, app) { | ||
@@ -23,2 +35,5 @@ if(!service) throw new Error("no service") | ||
} | ||
if(crud.ignoreValidation) { | ||
ignoreValidation(properties[propName]) | ||
} | ||
} | ||
@@ -25,0 +40,0 @@ let idProp = {} |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120145
3339