@mongosh/node-runtime-worker-thread 1.1.8 → 1.1.9

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.1.8",
3
+ "version": "1.1.9",
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",
@@ -28,11 +28,11 @@
28
28
  "prepublish": "npm run webpack-build"
29
29
  },
30
30
  "devDependencies": {
31
- "@mongosh/browser-runtime-core": "1.1.8",
32
- "@mongosh/browser-runtime-electron": "1.1.8",
33
- "@mongosh/service-provider-core": "1.1.8",
34
- "@mongosh/service-provider-server": "1.1.8",
35
- "@mongosh/types": "1.1.8",
31
+ "@mongosh/browser-runtime-core": "1.1.9",
32
+ "@mongosh/browser-runtime-electron": "1.1.9",
33
+ "@mongosh/service-provider-core": "1.1.9",
34
+ "@mongosh/service-provider-server": "1.1.9",
35
+ "@mongosh/types": "1.1.9",
36
36
  "bson": "^4.6.1",
37
37
  "mocha": "^7.1.2",
38
38
  "postmsg-rpc": "^2.4.0",
@@ -44,5 +44,5 @@
44
44
  "dependencies": {
45
45
  "interruptor": "^1.0.1"
46
46
  },
47
- "gitHead": "4e85ce5da2c82852b3de012b584fbf615f0477d9"
47
+ "gitHead": "1a200600554f6aa59ec10aaedb915f67771eb7fd"
48
48
  }
package/webpack.config.js CHANGED
@@ -42,7 +42,8 @@ const config = {
42
42
  'mongodb-client-encryption': 'commonjs2 mongodb-client-encryption',
43
43
  kerberos: 'commonjs2 kerberos',
44
44
  snappy: 'commonjs2 snappy',
45
- interruptor: 'commonjs2 interruptor'
45
+ interruptor: 'commonjs2 interruptor',
46
+ 'os-dns-native': 'commonjs2 os-dns-native',
46
47
  }
47
48
  };
48
49