@omegup/msync 0.1.11 → 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
@@ -918,7 +918,6 @@ const subMerge = (args, out, gid, extra, idPrefix, first) => {
918
918
  .with($set_(set()(addExtraAndMerge)))
919
919
  .with($merge_({
920
920
  ...out,
921
- whenNotMatched: 'fail',
922
921
  on: root().of(gid),
923
922
  vars: { new: ['new', root().expr()] },
924
923
  stages: 'ctx',
package/index.js CHANGED
@@ -920,7 +920,6 @@ const subMerge = (args, out, gid, extra, idPrefix, first) => {
920
920
  .with($set_(set()(addExtraAndMerge)))
921
921
  .with($merge_({
922
922
  ...out,
923
- whenNotMatched: 'fail',
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.11",
6
+ "version": "0.1.12",
7
7
  "dependencies": {
8
8
  "dayjs": "^1.11.9",
9
9
  "dotenv": "^16.3.1",