@mongosh/node-runtime-worker-thread 1.5.3 → 1.6.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": "1.5.3",
3
+ "version": "1.6.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,12 +28,12 @@
28
28
  "prepublish": "npm run webpack-build"
29
29
  },
30
30
  "devDependencies": {
31
- "@mongosh/browser-runtime-core": "1.5.3",
32
- "@mongosh/browser-runtime-electron": "1.5.3",
33
- "@mongosh/service-provider-core": "1.5.3",
34
- "@mongosh/service-provider-server": "1.5.3",
35
- "@mongosh/types": "1.5.3",
36
- "bson": "^4.6.5",
31
+ "@mongosh/browser-runtime-core": "1.6.0",
32
+ "@mongosh/browser-runtime-electron": "1.6.0",
33
+ "@mongosh/service-provider-core": "1.6.0",
34
+ "@mongosh/service-provider-server": "1.6.0",
35
+ "@mongosh/types": "1.6.0",
36
+ "bson": "^4.7.0",
37
37
  "mocha": "^7.1.2",
38
38
  "postmsg-rpc": "^2.4.0",
39
39
  "terser-webpack-plugin": "^4.2.3",
@@ -45,5 +45,5 @@
45
45
  "interruptor": "^1.0.1",
46
46
  "system-ca": "^1.0.2"
47
47
  },
48
- "gitHead": "05d8d14911521a51c4796041e60c54e1cb197558"
48
+ "gitHead": "fbbf54a08fb315ae5fde693a98d439b9aa3285f8"
49
49
  }
@@ -150,7 +150,7 @@ describe('serializer', () => {
150
150
  properties: {
151
151
  taxid: {
152
152
  encrypt: {
153
- keyId: [ new UUID('a21ddc6a-8806-4384-9fdf-8ba02a767b5f').toBinary() ],
153
+ keyId: [ new UUID('a21ddc6a-8806-4384-9fdf-8ba02a767b5f') ],
154
154
  bsonType: 'string',
155
155
  algorithm: 'AEAD_AES_256_CBC_HMAC_SHA_512-Random'
156
156
  }
@@ -192,7 +192,7 @@ describe('serializer', () => {
192
192
  'hr.employees': {
193
193
  fields: [{
194
194
  path: 'phoneNumber',
195
- keyId: new UUID('fd6275d7-9260-4e6c-a86b-68ec5240814a').toBinary(),
195
+ keyId: new UUID('fd6275d7-9260-4e6c-a86b-68ec5240814a'),
196
196
  bsonType: 'string',
197
197
  queries: { queryType: 'equality', contention: new Long(0) }
198
198
  }]