nicot 1.2.9 → 1.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -708,6 +708,7 @@ var createQueryArrayify = (newWrapper, singleFallbackWrapper) => createQueryWrap
|
|
|
708
708
|
if (items.length === 1 && singleFallbackWrapper) {
|
|
709
709
|
const singleRes = singleFallbackWrapper(entityExpr, varExpr, info);
|
|
710
710
|
if (singleRes) {
|
|
711
|
+
info.mutateValue(items[0]);
|
|
711
712
|
return singleRes;
|
|
712
713
|
}
|
|
713
714
|
}
|