@mongosh/node-runtime-worker-thread 2.0.1 → 2.1.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": "2.0.1",
3
+ "version": "2.1.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",
@@ -37,12 +37,12 @@
37
37
  "@mongodb-js/eslint-config-mongosh": "^1.0.0",
38
38
  "@mongodb-js/prettier-config-devtools": "^1.0.1",
39
39
  "@mongodb-js/tsconfig-mongosh": "^1.0.0",
40
- "@mongosh/browser-runtime-core": "2.0.1",
41
- "@mongosh/browser-runtime-electron": "2.0.1",
42
- "@mongosh/service-provider-core": "2.0.1",
43
- "@mongosh/service-provider-server": "2.0.1",
44
- "@mongosh/types": "2.0.1",
45
- "bson": "^6.0.0",
40
+ "@mongosh/browser-runtime-core": "2.1.0",
41
+ "@mongosh/browser-runtime-electron": "2.1.0",
42
+ "@mongosh/service-provider-core": "2.1.0",
43
+ "@mongosh/service-provider-server": "2.1.0",
44
+ "@mongosh/types": "2.1.0",
45
+ "bson": "^6.2.0",
46
46
  "depcheck": "^1.4.3",
47
47
  "eslint": "^7.25.0",
48
48
  "mocha": "^10.2.0",
@@ -54,5 +54,5 @@
54
54
  "interruptor": "^1.0.1",
55
55
  "system-ca": "^1.0.2"
56
56
  },
57
- "gitHead": "225d4603f0d43d500a8847beaa980e906e9a35be"
57
+ "gitHead": "963c75bc45834b1bf69e62bf5b72c4ae8ef26cb4"
58
58
  }
@@ -559,7 +559,7 @@ describe('worker', function () {
559
559
 
560
560
  expect(evalListener.onPrint).to.have.been.calledWith([
561
561
  {
562
- printable: 'ObjectId("62a209b0c7dc31e23ab9da45")',
562
+ printable: "ObjectId('62a209b0c7dc31e23ab9da45')",
563
563
  source: undefined,
564
564
  type: 'InspectResult',
565
565
  },