@live-change/relations-plugin
Advanced tools
Comparing version 0.8.113 to 0.8.114
{ | ||
"name": "@live-change/relations-plugin", | ||
"version": "0.8.113", | ||
"version": "0.8.114", | ||
"description": "", | ||
@@ -25,6 +25,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@live-change/framework": "^0.8.113", | ||
"@live-change/framework": "^0.8.114", | ||
"pluralize": "^8.0.0" | ||
}, | ||
"gitHead": "80dd8415e06d849cc00a7711c635a7388143ce1d" | ||
"gitHead": "1a5a437aae382d766c2806a11f805370ee8cc40a" | ||
} |
@@ -58,3 +58,3 @@ import App from "@live-change/framework" | ||
}) | ||
defineIndex(model, upperCaseProps.join('And'), props[propCombination]) | ||
defineIndex(model, upperCaseProps.join('And'), propCombination) | ||
} | ||
@@ -110,3 +110,4 @@ } | ||
const otherNames = what.map(other => other.name ? other.name : other) | ||
const otherPropertyNames = otherNames.map(name => name[0].toLowerCase() + name.slice(1)) | ||
const otherPropertyNames = config.propertyNames | ||
?? otherNames.map(name => name[0].toLowerCase() + name.slice(1)) | ||
@@ -113,0 +114,0 @@ const joinedOthersPropertyName = (otherNames[0][0].toLowerCase() + otherNames[0].slice(1)) + |
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
133625
3307