@mongosh/types
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -61,2 +61,3 @@ export interface ApiEventArguments { | ||
stderr?: string; | ||
pid?: number; | ||
} | ||
@@ -63,0 +64,0 @@ export interface MongocryptdLogEvent { |
{ | ||
"name": "@mongosh/types", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Types for mongosh internals", | ||
@@ -34,3 +34,3 @@ "author": "Anna Henningsen <anna.henningsen@mongodb.com>", | ||
}, | ||
"gitHead": "e5a2dd853f0739496406c3698124b62c5affd9bd" | ||
"gitHead": "9eef48ae7aa36725d4776df7817b93713873fd1b" | ||
} |
@@ -72,2 +72,3 @@ /* eslint camelcase: 0 */ | ||
stderr?: string; | ||
pid?: number; | ||
} | ||
@@ -74,0 +75,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
49109
873