@saulx/selva
Advanced tools
Comparing version 12.0.0 to 12.1.0
@@ -70,3 +70,3 @@ "use strict"; | ||
async function validateNested(extraQueries, client, fieldName, props, path) { | ||
if (fieldName && fieldName !== '*') { | ||
if (fieldName && fieldName !== '*' && fieldName !== '__$find') { | ||
if (typeof props === 'boolean' || !props.$field) { | ||
@@ -73,0 +73,0 @@ (0, util_1.validateFieldPath)(fieldName); |
{ | ||
"name": "@saulx/selva", | ||
"version": "12.0.0", | ||
"version": "12.1.0", | ||
"main": "dist/src/index.js", | ||
@@ -8,3 +8,3 @@ "scripts": { | ||
"start": "tsc && node dist/index.js", | ||
"test": "ava --timeout 1m --verbose", | ||
"test": "ava --timeout 3m --verbose", | ||
"watch": "ava --color --watch --verbose", | ||
@@ -54,3 +54,3 @@ "buildLua": " scripts=$(ls *.script-tsconfig.json); for script in $scripts; do echo $script; ../bin/transpileScript $script; done", | ||
"@types/pg": "^8.6.1", | ||
"@saulx/selva-server": "12.0.0", | ||
"@saulx/selva-server": "12.1.0", | ||
"before-exit": "1.0.0", | ||
@@ -57,0 +57,0 @@ "async-exec": "^1.1.0", |
Sorry, the diff of this file is not supported yet
1192237