@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.
@@ -3546,6 +3546,7 @@ var RestController = class _RestController {
3546
3546
  "Declare browser network",
3547
3547
  (ctx, emit) => {
3548
3548
  emit("meta.service_registry.instance_registration_requested", {
3549
+ ...ctx,
3549
3550
  data: {
3550
3551
  uuid: ctx.__serviceInstanceId,
3551
3552
  process_pid: 1,
@@ -3566,8 +3567,7 @@ var RestController = class _RestController {
3566
3567
  is_blocked: false,
3567
3568
  health: {}
3568
3569
  },
3569
- __transportData: [],
3570
- ...ctx
3570
+ __transportData: []
3571
3571
  });
3572
3572
  return true;
3573
3573
  },