@omegup/msync 0.1.10 → 0.1.12
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 -2
- package/index.js +1 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -917,8 +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
|
-
|
|
921
|
-
whenNotMatched: 'fail',
|
|
920
|
+
...out,
|
|
922
921
|
on: root().of(gid),
|
|
923
922
|
vars: { new: ['new', root().expr()] },
|
|
924
923
|
stages: 'ctx',
|
package/index.js
CHANGED
|
@@ -919,8 +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
|
-
|
|
923
|
-
whenNotMatched: 'fail',
|
|
922
|
+
...out,
|
|
924
923
|
on: root().of(gid),
|
|
925
924
|
vars: { new: ['new', root().expr()] },
|
|
926
925
|
stages: 'ctx',
|