@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 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
- into: null,
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
- into: null,
923
- whenNotMatched: 'fail',
922
+ ...out,
924
923
  on: root().of(gid),
925
924
  vars: { new: ['new', root().expr()] },
926
925
  stages: 'ctx',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "module": "index.esm.js",
4
4
  "typings": "index.d.ts",
5
5
  "name": "@omegup/msync",
6
- "version": "0.1.10",
6
+ "version": "0.1.12",
7
7
  "dependencies": {
8
8
  "dayjs": "^1.11.9",
9
9
  "dotenv": "^16.3.1",