@live-change/relations-plugin
Advanced tools
Comparing version 0.6.4 to 0.6.5
{ | ||
"name": "@live-change/relations-plugin", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "", | ||
@@ -24,6 +24,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@live-change/framework": "^0.6.4", | ||
"@live-change/framework": "^0.6.5", | ||
"pluralize": "8.0.0" | ||
}, | ||
"gitHead": "7a2db2aaf4b35a65bbbe90a979eb08ae5f216cf8" | ||
"gitHead": "6ffba5113875638abf4203b56bdab5ed6a2e5e55" | ||
} |
@@ -168,3 +168,3 @@ const App = require("@live-change/framework") | ||
const sortFieldsUc = sortFields.map(fd => fd.slice(0, 1).toUpperCase() + fd.slice(1)) | ||
const indexName = 'by' + context.joinedOthersClassName + sortFieldsUc.join('') | ||
const indexName = 'by' + context.joinedOthersClassName + 'And' + sortFieldsUc.join('And') | ||
const property = [...(context.otherPropertyNames.map(prop => [prop + 'Type', prop]).flat()), ...sortFields] | ||
@@ -171,0 +171,0 @@ console.log("DEFINE SORT INDEX", sortFields, "NAME", indexName, "PROP", property) |
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
60864