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.cjs
CHANGED
|
@@ -800,6 +800,7 @@ var createQueryArrayify = (newWrapper, singleFallbackWrapper) => createQueryWrap
|
|
|
800
800
|
if (items.length === 1 && singleFallbackWrapper) {
|
|
801
801
|
const singleRes = singleFallbackWrapper(entityExpr, varExpr, info);
|
|
802
802
|
if (singleRes) {
|
|
803
|
+
info.mutateValue(items[0]);
|
|
803
804
|
return singleRes;
|
|
804
805
|
}
|
|
805
806
|
}
|