@mongosh/node-runtime-worker-thread 1.8.2 → 1.9.1

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.
@@ -93,7 +93,7 @@ export type WorkerRuntime = Runtime & {
93
93
  const workerRuntime: WorkerRuntime = {
94
94
  async init(
95
95
  uri: string,
96
- driverOptions: DevtoolsConnectOptions = {},
96
+ driverOptions: DevtoolsConnectOptions,
97
97
  cliOptions: { nodb?: boolean } = {}
98
98
  ) {
99
99
  // XXX The types here work out fine, and tsc accepts this code