@amplitude/analytics-core
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -57,5 +57,7 @@ import { Event, Config as IConfig, Logger as ILogger, LogLevel, Storage, Transport, Plan, IngestionMetadata, Options, ServerZoneType, OfflineDisabled, RequestMetadata as IRequestMetadata, HistogramOptions as IHistogramOptions, HistogramKey } from '@amplitude/analytics-types'; | ||
declare class HistogramOptions implements IHistogramOptions { | ||
remote_config_fetch_time?: number; | ||
remote_config_fetch_time_IDB?: number; | ||
remote_config_fetch_time_API_success?: number; | ||
remote_config_fetch_time_API_fail?: number; | ||
} | ||
export {}; | ||
//# sourceMappingURL=config.d.ts.map |
@@ -85,3 +85,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
metrics: { | ||
histogram: new HistogramOptions(), | ||
histogram: {}, | ||
}, | ||
@@ -88,0 +88,0 @@ }; |
@@ -57,5 +57,7 @@ import { Event, Config as IConfig, Logger as ILogger, LogLevel, Storage, Transport, Plan, IngestionMetadata, Options, ServerZoneType, OfflineDisabled, RequestMetadata as IRequestMetadata, HistogramOptions as IHistogramOptions, HistogramKey } from '@amplitude/analytics-types'; | ||
declare class HistogramOptions implements IHistogramOptions { | ||
remote_config_fetch_time?: number; | ||
remote_config_fetch_time_IDB?: number; | ||
remote_config_fetch_time_API_success?: number; | ||
remote_config_fetch_time_API_fail?: number; | ||
} | ||
export {}; | ||
//# sourceMappingURL=config.d.ts.map |
@@ -80,3 +80,3 @@ import { LogLevel, } from '@amplitude/analytics-types'; | ||
metrics: { | ||
histogram: new HistogramOptions(), | ||
histogram: {}, | ||
}, | ||
@@ -83,0 +83,0 @@ }; |
{ | ||
"name": "@amplitude/analytics-core", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "", | ||
@@ -38,3 +38,3 @@ "author": "Amplitude Inc", | ||
"dependencies": { | ||
"@amplitude/analytics-types": "^2.7.0", | ||
"@amplitude/analytics-types": "^2.8.0", | ||
"tslib": "^2.4.1" | ||
@@ -45,3 +45,3 @@ }, | ||
], | ||
"gitHead": "e9e623419f257678acac7f70402c4683d1c8107a" | ||
"gitHead": "1a070ad8aa0b2d274802acbac5a92bbbe38d2257" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
390837
3808