@types/amplitude-js
Advanced tools
Comparing version 8.0.2 to 8.9.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for Amplitude SDK 8.0 | ||
// Type definitions for Amplitude SDK 8.9 | ||
// Project: https://github.com/amplitude/Amplitude-Javascript | ||
@@ -12,2 +12,4 @@ // Definitions by: Arvydas Sidorenko <https://github.com/Asido> | ||
export type LogReturn = number | undefined; | ||
// https://github.com/amplitude/Amplitude-JavaScript/blob/v8.9.0/src/server-zone.js#L9 | ||
export type ServerZone = 'EU' | 'US'; | ||
@@ -64,2 +66,4 @@ export interface Config { | ||
useNativeDeviceInfo?: boolean | undefined; | ||
serverZone?: ServerZone | undefined; | ||
serverZoneBasedApi?: boolean | undefined; | ||
} | ||
@@ -66,0 +70,0 @@ |
{ | ||
"name": "@types/amplitude-js", | ||
"version": "8.0.2", | ||
"version": "8.9.0", | ||
"description": "TypeScript definitions for Amplitude SDK", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amplitude-js", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3d4a660696fe34e2b1f758c03ce77da85ac7a8232691ad8cbc6148cb3b636784", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "ed1fb0fa55d141db4c71956c51f79a21ffaae8110e922f0f9ff3251a83cb3f31", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 18 Nov 2021 11:31:24 GMT | ||
* Last updated: Mon, 27 Dec 2021 21:01:22 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `amplitude` |
11197
187