@opengeni/core 0.16.1 → 0.16.3

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
@@ -354,6 +354,7 @@ function wrapChannelABoxWithRouting(services, ids, established) {
354
354
  return pointer ?? { activeSandboxId: null, activeEpoch: 0 };
355
355
  },
356
356
  resolveActiveBackend: resolver,
357
+ ...services.onSandboxOperation ? { onOperation: services.onSandboxOperation } : {},
357
358
  ...beforeMutation ? { beforeMutation } : {},
358
359
  ...afterMutation ? { afterMutation } : {},
359
360
  ...beforeProcessMutation ? { beforeProcessMutation } : {},