@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 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
- into: null,
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
- into: null,
922
+ ...out,
923
923
  whenNotMatched: 'fail',
924
924
  on: root().of(gid),
925
925
  vars: { new: ['new', root().expr()] },
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.11",
7
7
  "dependencies": {
8
8
  "dayjs": "^1.11.9",
9
9
  "dotenv": "^16.3.1",