Comparing version 0.27.14 to 0.27.15
@@ -68,3 +68,3 @@ import { getRelationFieldInfo, } from '../src/remult3/relationInfoMember.js'; | ||
key: x.key, | ||
readOnly: x.dbReadOnly || !x.apiUpdateAllowed() || x.isServerExpression, | ||
readOnly: !x.apiUpdateAllowed(), | ||
values: getValueList(x), | ||
@@ -71,0 +71,0 @@ valFieldKey, |
{ | ||
"name": "remult", | ||
"version": "0.27.14", | ||
"version": "0.27.15", | ||
"description": "A CRUD framework for full-stack TypeScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://remult.dev", |
@@ -75,3 +75,3 @@ "use strict"; | ||
key: x.key, | ||
readOnly: x.dbReadOnly || !x.apiUpdateAllowed() || x.isServerExpression, | ||
readOnly: !x.apiUpdateAllowed(), | ||
values: (0, RepositoryImplementation_js_1.getValueList)(x), | ||
@@ -78,0 +78,0 @@ valFieldKey: valFieldKey, |
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
4874584