@mongosh/node-runtime-worker-thread 2.3.2 → 2.3.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.
@@ -1,5 +1,5 @@
1
1
  import type { RuntimeEvaluationResult } from '@mongosh/browser-runtime-core';
2
- import type { DevtoolsConnectOptions } from '@mongosh/service-provider-server';
2
+ import type { DevtoolsConnectOptions } from '@mongosh/service-provider-node-driver';
3
3
  export declare function serializeError(err: Error): Error;
4
4
  export declare function deserializeError(err: any): Error;
5
5
  export declare enum SerializedResultTypes {
@@ -1,5 +1,5 @@
1
1
  import type { Runtime, RuntimeEvaluationListener } from '@mongosh/browser-runtime-core';
2
- import { CompassServiceProvider } from '@mongosh/service-provider-server';
2
+ import { CompassServiceProvider } from '@mongosh/service-provider-node-driver';
3
3
  import type { InterruptHandle } from 'interruptor';
4
4
  type DevtoolsConnectOptions = Parameters<(typeof CompassServiceProvider)['connect']>[1];
5
5
  export type WorkerRuntimeEvaluationListener = RuntimeEvaluationListener & {