@mongosh/node-runtime-worker-thread 3.3.20 → 3.3.22

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.
@@ -50,13 +50,6 @@
50
50
  * MIT Licensed
51
51
  */
52
52
 
53
- /*!
54
- * destroy
55
- * Copyright(c) 2014 Jonathan Ong
56
- * Copyright(c) 2015-2022 Douglas Christopher Wilson
57
- * MIT Licensed
58
- */
59
-
60
53
  /*!
61
54
  * ee-first
62
55
  * Copyright(c) 2014 Jonathan Ong
@@ -126,21 +119,7 @@
126
119
 
127
120
  /*!
128
121
  * media-typer
129
- * Copyright(c) 2014 Douglas Christopher Wilson
130
- * MIT Licensed
131
- */
132
-
133
- /*!
134
- * merge-descriptors
135
- * Copyright(c) 2014 Jonathan Ong
136
- * Copyright(c) 2015 Douglas Christopher Wilson
137
- * MIT Licensed
138
- */
139
-
140
- /*!
141
- * methods
142
- * Copyright(c) 2013-2014 TJ Holowaychuk
143
- * Copyright(c) 2015-2016 Douglas Christopher Wilson
122
+ * Copyright(c) 2014-2017 Douglas Christopher Wilson
144
123
  * MIT Licensed
145
124
  */
146
125
 
@@ -200,6 +179,13 @@
200
179
  * MIT Licensed
201
180
  */
202
181
 
182
+ /*!
183
+ * router
184
+ * Copyright(c) 2013 Roman Shtylman
185
+ * Copyright(c) 2014-2022 Douglas Christopher Wilson
186
+ * MIT Licensed
187
+ */
188
+
203
189
  /*!
204
190
  * send
205
191
  * Copyright(c) 2012 TJ Holowaychuk
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/node-runtime-worker-thread",
3
- "version": "3.3.20",
3
+ "version": "3.3.22",
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,12 +40,12 @@
40
40
  "@mongodb-js/prettier-config-devtools": "^1.0.1",
41
41
  "@mongodb-js/sbom-tools": "^0.8.1",
42
42
  "@mongodb-js/tsconfig-mongosh": "^1.0.0",
43
- "@mongosh/browser-runtime-core": "^3.18.0",
44
- "@mongosh/browser-runtime-electron": "^3.18.0",
45
- "@mongosh/service-provider-core": "3.3.5",
46
- "@mongosh/service-provider-node-driver": "^3.12.0",
47
- "@mongosh/types": "3.10.0",
48
- "bson": "^6.10.3",
43
+ "@mongosh/browser-runtime-core": "^3.20.0",
44
+ "@mongosh/browser-runtime-electron": "^3.20.0",
45
+ "@mongosh/service-provider-core": "3.3.7",
46
+ "@mongosh/service-provider-node-driver": "^3.14.0",
47
+ "@mongosh/types": "^3.12.0",
48
+ "bson": "^6.10.4",
49
49
  "depcheck": "^1.4.7",
50
50
  "eslint": "^7.25.0",
51
51
  "mocha": "^10.2.0",
@@ -58,5 +58,5 @@
58
58
  "system-ca": "^2.0.1",
59
59
  "web-worker": "^1.3.0"
60
60
  },
61
- "gitHead": "511befbaf032b589d7f3e81325e5e389d360cc3f"
61
+ "gitHead": "535ab3f767e2a27c05a6be6a299e0285eebfcc9e"
62
62
  }