@mongosh/types
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -102,2 +102,3 @@ export interface ApiEventArguments { | ||
historyLength: number; | ||
showStackTraces: boolean; | ||
} | ||
@@ -104,0 +105,0 @@ export interface ConfigProvider<T> { |
@@ -18,2 +18,3 @@ "use strict"; | ||
this.historyLength = 1000; | ||
this.showStackTraces = false; | ||
} | ||
@@ -20,0 +21,0 @@ } |
{ | ||
"name": "@mongosh/types", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "Types for mongosh internals", | ||
"author": "Anna Henningsen <anna.henningsen@mongodb.com>", | ||
"homepage": "https://github.com/mongodb-js/mongosh/tree/master/packages/types#readme", | ||
"homepage": "https://github.com/mongodb-js/mongosh/tree/main/packages/types#readme", | ||
"license": "Apache-2.0", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "0ede48aaa7f42d18eb81069ac19cc0a5d4751e69" | ||
"gitHead": "9205f20ae5e28f281e040bbcd781f0719ad5846e" | ||
} |
@@ -119,2 +119,3 @@ /* eslint camelcase: 0 */ | ||
historyLength = 1000; | ||
showStackTraces = false; | ||
} | ||
@@ -121,0 +122,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
20263
253