@bluelibs/runner 4.5.4 → 4.5.5

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/dist/index.cjs CHANGED
@@ -558,7 +558,7 @@ __name(defineResourceMiddleware, "defineResourceMiddleware");
558
558
 
559
559
  // src/definers/defineOverride.ts
560
560
  function defineOverride(base, patch) {
561
- const { id: _ignored, ...rest } = patch;
561
+ const rest = patch;
562
562
  return {
563
563
  ...base,
564
564
  ...rest,