@cadenza.io/service 2.17.30 → 2.17.31

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.mjs CHANGED
@@ -3551,6 +3551,7 @@ var RestController = class _RestController {
3551
3551
  (ctx, emit) => {
3552
3552
  if (isBrowser || ctx.__isFrontend) {
3553
3553
  emit("meta.service_registry.instance_registration_requested", {
3554
+ ...ctx,
3554
3555
  data: {
3555
3556
  uuid: ctx.__serviceInstanceId,
3556
3557
  process_pid: 1,
@@ -3571,8 +3572,7 @@ var RestController = class _RestController {
3571
3572
  is_blocked: false,
3572
3573
  health: {}
3573
3574
  },
3574
- __transportData: [],
3575
- ...ctx
3575
+ __transportData: []
3576
3576
  });
3577
3577
  return;
3578
3578
  }