@mongosh/service-provider-server
Advanced tools
Comparing version 0.0.1-alpha.19 to 0.0.1
import NodeAuthOptions from './node-auth-options'; | ||
import NodeFleOptions from './node-fle-options'; | ||
export default interface NodeOptions { | ||
appname?: string; | ||
auth?: NodeAuthOptions; | ||
@@ -5,0 +6,0 @@ authSource?: string; |
{ | ||
"name": "@mongosh/service-provider-server", | ||
"version": "0.0.1-alpha.19", | ||
"version": "0.0.1", | ||
"description": "MongoDB Shell Server Service Provider Package", | ||
@@ -41,4 +41,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@mongosh/errors": "^0.0.1-alpha.19", | ||
"@mongosh/service-provider-core": "^0.0.1-alpha.19", | ||
"@mongosh/errors": "^0.0.1", | ||
"@mongosh/service-provider-core": "^0.0.1", | ||
"@types/sinon": "^7.5.1", | ||
@@ -48,3 +48,3 @@ "@types/sinon-chai": "^3.2.3", | ||
}, | ||
"gitHead": "8413de42aa5f25f9d9d6923cc2ae7e6af7a43b5e" | ||
"gitHead": "3b44f9589c200426e882b3b2db30594a2c80e6f0" | ||
} |
@@ -9,2 +9,3 @@ import NodeAuthOptions from './node-auth-options'; | ||
export default interface NodeOptions { | ||
appname?: string; | ||
auth?: NodeAuthOptions; | ||
@@ -11,0 +12,0 @@ authSource?: string; |
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
163336
50
3896