@mongosh/node-runtime-worker-thread 2.3.8 → 3.0.2
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/AUTHORS +1 -0
- package/dist/report.html +2 -2
- package/dist/worker-runtime.js +15 -15
- package/dist/worker-runtime.js.LICENSE.txt +0 -9
- package/package.json +9 -9
|
@@ -253,15 +253,6 @@
|
|
|
253
253
|
|
|
254
254
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
255
255
|
|
|
256
|
-
/**
|
|
257
|
-
* @license
|
|
258
|
-
* Lodash <https://lodash.com/>
|
|
259
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
260
|
-
* Released under MIT license <https://lodash.com/license>
|
|
261
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
262
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
263
|
-
*/
|
|
264
|
-
|
|
265
256
|
/**
|
|
266
257
|
* @license
|
|
267
258
|
* web-streams-polyfill v3.3.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mongosh/node-runtime-worker-thread",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.2",
|
|
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",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"reformat": "npm run prettier -- --write . && npm run eslint --fix"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@mongodb-js/eslint-config-mongosh": "
|
|
37
|
+
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
|
|
38
38
|
"@mongodb-js/prettier-config-devtools": "^1.0.1",
|
|
39
|
-
"@mongodb-js/tsconfig-mongosh": "
|
|
40
|
-
"@mongosh/browser-runtime-core": "2.
|
|
41
|
-
"@mongosh/browser-runtime-electron": "2.
|
|
42
|
-
"@mongosh/service-provider-core": "
|
|
43
|
-
"@mongosh/service-provider-node-driver": "2.
|
|
44
|
-
"@mongosh/types": "2.
|
|
39
|
+
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
|
|
40
|
+
"@mongosh/browser-runtime-core": "3.2.0",
|
|
41
|
+
"@mongosh/browser-runtime-electron": "3.2.0",
|
|
42
|
+
"@mongosh/service-provider-core": "3.0.2",
|
|
43
|
+
"@mongosh/service-provider-node-driver": "3.2.0",
|
|
44
|
+
"@mongosh/types": "3.2.0",
|
|
45
45
|
"bson": "^6.10.1",
|
|
46
46
|
"depcheck": "^1.4.7",
|
|
47
47
|
"eslint": "^7.25.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"system-ca": "^2.0.1",
|
|
56
56
|
"web-worker": "^1.3.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "032d3b89b55f9ddeac19afad76e7c9218a4a83f2"
|
|
59
59
|
}
|