@opengeni/core 0.16.2 → 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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/sandbox/routing.d.ts +2 -1
- package/package.json +3 -3
- package/src/sandbox/routing.ts +4 -1
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 } : {},
|