@mongosh/types
Advanced tools
Comparing version 0.15.0 to 0.15.1
@@ -39,2 +39,5 @@ export interface ApiEventArguments { | ||
non_genuine_server_name: string; | ||
api_version?: string; | ||
api_strict?: boolean; | ||
api_deprecation_errors?: boolean; | ||
node_version: string; | ||
@@ -41,0 +44,0 @@ uri: string; |
{ | ||
"name": "@mongosh/types", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"description": "Types for mongosh internals", | ||
@@ -31,3 +31,3 @@ "author": "Anna Henningsen <anna.henningsen@mongodb.com>", | ||
}, | ||
"gitHead": "f7e40434c5b3f078af12d7b705d7d0f1e4c73689" | ||
"gitHead": "b053f95ac2a5ead280bff73853bb0b62631249e1" | ||
} |
@@ -46,2 +46,5 @@ /* eslint camelcase: 0 */ | ||
non_genuine_server_name: string; | ||
api_version?: string; | ||
api_strict?: boolean; | ||
api_deprecation_errors?: boolean; | ||
node_version: string; | ||
@@ -48,0 +51,0 @@ uri: string; |
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
44693
774