@mongosh/node-runtime-worker-thread 1.9.0 → 1.10.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.
@@ -252,6 +252,21 @@
252
252
  * MIT Licensed
253
253
  */
254
254
 
255
+ /*! *****************************************************************************
256
+ Copyright (c) Microsoft Corporation.
257
+
258
+ Permission to use, copy, modify, and/or distribute this software for any
259
+ purpose with or without fee is hereby granted.
260
+
261
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
262
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
263
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
264
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
265
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
266
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
267
+ PERFORMANCE OF THIS SOFTWARE.
268
+ ***************************************************************************** */
269
+
255
270
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
256
271
 
257
272
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/node-runtime-worker-thread",
3
- "version": "1.9.0",
3
+ "version": "1.10.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",
@@ -28,11 +28,11 @@
28
28
  "prepublish": "npm run webpack-build"
29
29
  },
30
30
  "devDependencies": {
31
- "@mongosh/browser-runtime-core": "1.9.0",
32
- "@mongosh/browser-runtime-electron": "1.9.0",
33
- "@mongosh/service-provider-core": "1.9.0",
34
- "@mongosh/service-provider-server": "1.9.0",
35
- "@mongosh/types": "1.9.0",
31
+ "@mongosh/browser-runtime-core": "1.10.0",
32
+ "@mongosh/browser-runtime-electron": "1.10.0",
33
+ "@mongosh/service-provider-core": "1.10.0",
34
+ "@mongosh/service-provider-server": "1.10.0",
35
+ "@mongosh/types": "1.10.0",
36
36
  "bson": "^5.2.0",
37
37
  "mocha": "^10.2.0",
38
38
  "postmsg-rpc": "^2.4.0"
@@ -41,5 +41,5 @@
41
41
  "interruptor": "^1.0.1",
42
42
  "system-ca": "^1.0.2"
43
43
  },
44
- "gitHead": "938c3c1cdd0f8511b40a08c22e440106d4572b2b"
44
+ "gitHead": "6a6f97712a596a21c61408dfb925e729306030f8"
45
45
  }