@mongosh/node-runtime-worker-thread 3.3.8 → 3.3.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": "3.3.8",
3
+ "version": "3.3.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",
@@ -40,8 +40,8 @@
40
40
  "@mongodb-js/prettier-config-devtools": "^1.0.1",
41
41
  "@mongodb-js/sbom-tools": "^0.7.2",
42
42
  "@mongodb-js/tsconfig-mongosh": "^1.0.0",
43
- "@mongosh/browser-runtime-core": "^3.10.3",
44
- "@mongosh/browser-runtime-electron": "^3.10.3",
43
+ "@mongosh/browser-runtime-core": "^3.11.0",
44
+ "@mongosh/browser-runtime-electron": "^3.11.0",
45
45
  "@mongosh/service-provider-core": "3.3.3",
46
46
  "@mongosh/service-provider-node-driver": "3.8.3",
47
47
  "@mongosh/types": "3.6.2",
@@ -58,5 +58,5 @@
58
58
  "system-ca": "^2.0.1",
59
59
  "web-worker": "^1.3.0"
60
60
  },
61
- "gitHead": "e4eedf3110a5e230da706a356851763ddbf6fc48"
61
+ "gitHead": "f38ed02e7b4f881be3b018d3376d40ea456388ac"
62
62
  }
@@ -207,7 +207,7 @@ describe('worker-runtime', function () {
207
207
  expect(printable).to.have.property('help', 'Shell Help');
208
208
  expect(printable)
209
209
  .to.have.property('docs')
210
- .match(/https:\/\/docs.mongodb.com/);
210
+ .match(/https:\/\/mongodb.com\/docs/);
211
211
  },
212
212
  ],
213
213
  ];