@omegup/msync 0.1.10 → 0.1.11
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/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -917,7 +917,7 @@ const subMerge = (args, out, gid, extra, idPrefix, first) => {
|
|
|
917
917
|
return link()
|
|
918
918
|
.with($set_(set()(addExtraAndMerge)))
|
|
919
919
|
.with($merge_({
|
|
920
|
-
|
|
920
|
+
...out,
|
|
921
921
|
whenNotMatched: 'fail',
|
|
922
922
|
on: root().of(gid),
|
|
923
923
|
vars: { new: ['new', root().expr()] },
|
package/index.js
CHANGED
|
@@ -919,7 +919,7 @@ const subMerge = (args, out, gid, extra, idPrefix, first) => {
|
|
|
919
919
|
return link()
|
|
920
920
|
.with($set_(set()(addExtraAndMerge)))
|
|
921
921
|
.with($merge_({
|
|
922
|
-
|
|
922
|
+
...out,
|
|
923
923
|
whenNotMatched: 'fail',
|
|
924
924
|
on: root().of(gid),
|
|
925
925
|
vars: { new: ['new', root().expr()] },
|