@morghulis/core 1.0.19 → 1.0.21

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.
@@ -16335,9 +16335,9 @@ function Yh(e, t) {
16335
16335
  reload: _,
16336
16336
  init: p,
16337
16337
  delete_many: b,
16338
- save_many: E,
16338
+ save_many: (F) => E(F.map((B) => ({ ...B, ...u.value }))),
16339
16339
  order: (F) => n.value.orders = F || { sort: -1 },
16340
- delete_one: (F) => l.delete_one(F).then(),
16340
+ delete_one: (F) => l.delete_one(F).then(() => _()),
16341
16341
  save_one: (F) => l.save_one({ ...F, ...u.value }),
16342
16342
  insert_one: (F) => l.insert_one({ ...F, ...u.value }),
16343
16343
  find: (F) => l.find(new Pe({ id__in: F })),