@live-change/relations-plugin
Advanced tools
Comparing version 0.8.7 to 0.8.8
@@ -35,3 +35,3 @@ import { | ||
}, | ||
access: config.access, | ||
access: config.readAccess, | ||
accessControl: entityAccessControl(context, config.readAccessControl || config.writeAccessControl), | ||
@@ -174,3 +174,3 @@ daoPath(properties, { client, context }) { | ||
const data = extractObjectData(writeableProperties, properties, entity) | ||
await App.validation.validate({ ...identifiers, ...data }, validators, | ||
await App.validation.validate({ ...data }, validators, | ||
{ source: action, action, service, app, client }) | ||
@@ -177,0 +177,0 @@ await fireChangeTriggers(context, null, id, |
{ | ||
"name": "@live-change/relations-plugin", | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"description": "", | ||
@@ -25,6 +25,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@live-change/framework": "^0.8.7", | ||
"@live-change/framework": "^0.8.8", | ||
"pluralize": "^8.0.0" | ||
}, | ||
"gitHead": "b00392ddc91b273e8e7b6d2bdf543f8fe0aec0ca" | ||
"gitHead": "77eafa414e091c8d34ae63ee8927d53f3bde893d" | ||
} |
98315