@mongosh/node-runtime-worker-thread 1.4.2 → 1.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/node-runtime-worker-thread",
3
- "version": "1.4.2",
3
+ "version": "1.5.0",
4
4
  "description": "MongoDB shell runtime that lives in a worker thread",
5
5
  "homepage": "https://github.com/mongodb-js/mongosh",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/mongodb-js/mongosh"
15
15
  },
16
16
  "engines": {
17
- "node": ">=12.4.0"
17
+ "node": ">=14.15.1"
18
18
  },
19
19
  "scripts": {
20
20
  "test": "cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 -r ts-node/register \"./src/**/*.spec.ts\"",
@@ -28,11 +28,11 @@
28
28
  "prepublish": "npm run webpack-build"
29
29
  },
30
30
  "devDependencies": {
31
- "@mongosh/browser-runtime-core": "1.4.2",
32
- "@mongosh/browser-runtime-electron": "1.4.2",
33
- "@mongosh/service-provider-core": "1.4.2",
34
- "@mongosh/service-provider-server": "1.4.2",
35
- "@mongosh/types": "1.4.2",
31
+ "@mongosh/browser-runtime-core": "1.5.0",
32
+ "@mongosh/browser-runtime-electron": "1.5.0",
33
+ "@mongosh/service-provider-core": "1.5.0",
34
+ "@mongosh/service-provider-server": "1.5.0",
35
+ "@mongosh/types": "1.5.0",
36
36
  "bson": "^4.6.2",
37
37
  "mocha": "^7.1.2",
38
38
  "postmsg-rpc": "^2.4.0",
@@ -45,5 +45,5 @@
45
45
  "interruptor": "^1.0.1",
46
46
  "system-ca": "^1.0.2"
47
47
  },
48
- "gitHead": "7daf54d237b923567f44725816de7f62f471df11"
48
+ "gitHead": "78a16fa4cbd0c5d98ca8131aa2896be5845aa919"
49
49
  }
@@ -4,7 +4,7 @@ import type { WorkerRuntime } from './index';
4
4
  import { RuntimeEvaluationListener } from '@mongosh/browser-runtime-core';
5
5
 
6
6
  export class ChildProcessEvaluationListener {
7
- exposedListener: Exposed<Required<Omit<RuntimeEvaluationListener, 'onLoad' | 'getCSFLELibraryOptions'>>>;
7
+ exposedListener: Exposed<Required<Omit<RuntimeEvaluationListener, 'onLoad' | 'getCryptLibraryOptions'>>>;
8
8
 
9
9
  constructor(workerRuntime: WorkerRuntime, childProcess: ChildProcess) {
10
10
  this.exposedListener = exposeAll(