@amplitude/analytics-core
Advanced tools
Comparing version 1.0.0 to 2.0.0-beta.1
@@ -39,5 +39,5 @@ import { Event, Config as IConfig, Logger as ILogger, LogLevel, Storage, Transport, Plan, IngestionMetadata, ServerZone, Options } from '@amplitude/analytics-types'; | ||
} | { | ||
serverZone: ServerZone | "US" | "EU"; | ||
serverZone: "US" | "EU" | ServerZone; | ||
serverUrl: string; | ||
}; | ||
//# sourceMappingURL=config.d.ts.map |
@@ -39,5 +39,5 @@ import { Event, Config as IConfig, Logger as ILogger, LogLevel, Storage, Transport, Plan, IngestionMetadata, ServerZone, Options } from '@amplitude/analytics-types'; | ||
} | { | ||
serverZone: ServerZone | "US" | "EU"; | ||
serverZone: "US" | "EU" | ServerZone; | ||
serverUrl: string; | ||
}; | ||
//# sourceMappingURL=config.d.ts.map |
{ | ||
"name": "@amplitude/analytics-core", | ||
"version": "1.0.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "", | ||
@@ -37,3 +37,3 @@ "author": "Amplitude Inc", | ||
"dependencies": { | ||
"@amplitude/analytics-types": "^1.0.0", | ||
"@amplitude/analytics-types": "^2.0.0-beta.1", | ||
"tslib": "^2.4.1" | ||
@@ -44,3 +44,3 @@ }, | ||
], | ||
"gitHead": "08dca3e99057682bb0e1cf63ab771c9517cbdee4" | ||
"gitHead": "c33e72bd43d1f6a5ca7ed1bd3fe2e7330e512bee" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
352567
1
+ Added@amplitude/analytics-types@2.8.4(transitive)
- Removed@amplitude/analytics-types@1.3.4(transitive)