@morghulis/core 1.0.20 → 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,7 +16335,7 @@ 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
16340
|
delete_one: (F) => l.delete_one(F).then(() => _()),
|
|
16341
16341
|
save_one: (F) => l.save_one({ ...F, ...u.value }),
|