@live-change/framework
Advanced tools
Comparing version 0.8.97 to 0.8.98
@@ -72,6 +72,6 @@ import Model from './Model.js' | ||
if(!definition) return data | ||
if(definition.type == Object) { | ||
if(definition.type === Object && definition.properties) { | ||
return processReturns(data, definition.properties) | ||
} | ||
if(definition.type == Array) { | ||
if(definition.type === Array) { | ||
return data.map(item => processReturn(item, definition.of)) | ||
@@ -78,0 +78,0 @@ } |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.8.97", | ||
"version": "0.8.98", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -25,6 +25,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@live-change/dao": "^0.8.97", | ||
"@live-change/uid": "^0.8.97" | ||
"@live-change/dao": "^0.8.98", | ||
"@live-change/uid": "^0.8.98" | ||
}, | ||
"gitHead": "5e1beea2df2a168d9da8f9fa802f4340de9d75e6" | ||
"gitHead": "7e6e0621a709ac4fe94790d2df940488e544ccd3" | ||
} |
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
186892