@morghulis/core 1.0.19 → 1.0.20
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.
|
@@ -16337,7 +16337,7 @@ function Yh(e, t) {
|
|
|
16337
16337
|
delete_many: b,
|
|
16338
16338
|
save_many: E,
|
|
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 })),
|