@bruit/types
Advanced tools
Comparing version 0.2.25-1 to 0.2.25-2
import { BrtLogCacheLength } from './brt-log-cache-length'; | ||
export interface BrtCoreConfig { | ||
logCacheLength?: BrtLogCacheLength; | ||
addGetParamsToLog: boolean; | ||
addGetParamsToLog?: boolean; | ||
} |
{ | ||
"name": "@bruit/types", | ||
"version": "0.2.25-1", | ||
"version": "0.2.25-2", | ||
"description": "Bruit.io typings", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -5,3 +5,3 @@ import { BrtLogCacheLength } from './brt-log-cache-length'; | ||
logCacheLength?: BrtLogCacheLength; | ||
addGetParamsToLog: boolean; | ||
addGetParamsToLog?: boolean; | ||
} |
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
27746