@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.
@@ -3495,6 +3495,7 @@ var RestController = class _RestController {
3495
3495
  "Declare browser network",
3496
3496
  (ctx, emit) => {
3497
3497
  emit("meta.service_registry.instance_registration_requested", {
3498
+ ...ctx,
3498
3499
  data: {
3499
3500
  uuid: ctx.__serviceInstanceId,
3500
3501
  process_pid: 1,
@@ -3515,8 +3516,7 @@ var RestController = class _RestController {
3515
3516
  is_blocked: false,
3516
3517
  health: {}
3517
3518
  },
3518
- __transportData: [],
3519
- ...ctx
3519
+ __transportData: []
3520
3520
  });
3521
3521
  return true;
3522
3522
  },