@mongosh/service-provider-server
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -34,3 +34,4 @@ "use strict"; | ||
const DEFAULT_BASE_OPTIONS = Object.freeze({ | ||
serializeFunctions: true | ||
serializeFunctions: true, | ||
promoteLongs: false | ||
}); | ||
@@ -37,0 +38,0 @@ async function connectWithFailFast(client) { |
{ | ||
"name": "@mongosh/service-provider-server", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "MongoDB Shell Server Service Provider Package", | ||
@@ -41,4 +41,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@mongosh/errors": "0.14.0", | ||
"@mongosh/service-provider-core": "0.14.0", | ||
"@mongosh/errors": "0.15.0", | ||
"@mongosh/service-provider-core": "0.15.0", | ||
"@types/sinon": "^7.5.1", | ||
@@ -58,3 +58,3 @@ "@types/sinon-chai": "^3.2.3", | ||
}, | ||
"gitHead": "39df2de64c8448b4afaee905a038d615345a1e44" | ||
"gitHead": "f7e40434c5b3f078af12d7b705d7d0f1e4c73689" | ||
} |
@@ -13,3 +13,3 @@ import { CommonErrors } from '@mongosh/errors'; | ||
const DEFAULT_BASE_OPTS = { serializeFunctions: true }; | ||
const DEFAULT_BASE_OPTS = { serializeFunctions: true, promoteLongs: false }; | ||
@@ -16,0 +16,0 @@ /** |
@@ -135,3 +135,4 @@ import { | ||
const DEFAULT_BASE_OPTIONS: OperationOptions = Object.freeze({ | ||
serializeFunctions: true | ||
serializeFunctions: true, | ||
promoteLongs: false | ||
}); | ||
@@ -138,0 +139,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160037
3274
+ Added@mongosh/errors@0.15.0(transitive)
+ Added@mongosh/i18n@0.15.0(transitive)
+ Added@mongosh/service-provider-core@0.15.0(transitive)
- Removed@mongosh/errors@0.14.0(transitive)
- Removed@mongosh/i18n@0.14.0(transitive)
- Removed@mongosh/service-provider-core@0.14.0(transitive)
Updated@mongosh/errors@0.15.0