@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.js CHANGED
@@ -3602,6 +3602,7 @@ var RestController = class _RestController {
3602
3602
  (ctx, emit) => {
3603
3603
  if (isBrowser || ctx.__isFrontend) {
3604
3604
  emit("meta.service_registry.instance_registration_requested", {
3605
+ ...ctx,
3605
3606
  data: {
3606
3607
  uuid: ctx.__serviceInstanceId,
3607
3608
  process_pid: 1,
@@ -3622,8 +3623,7 @@ var RestController = class _RestController {
3622
3623
  is_blocked: false,
3623
3624
  health: {}
3624
3625
  },
3625
- __transportData: [],
3626
- ...ctx
3626
+ __transportData: []
3627
3627
  });
3628
3628
  return;
3629
3629
  }