@types/amplitude-js
Advanced tools
Comparing version 4.4.1 to 4.4.2
@@ -107,2 +107,5 @@ // Type definitions for Amplitude SDK 4.4.0 | ||
logEventWithTimestamp(event: string, data?: any, timestamp?: number, callback?: Callback): LogReturn; | ||
Identify: typeof Identify | ||
Revenue: typeof Revenue | ||
} | ||
@@ -109,0 +112,0 @@ |
{ | ||
"name": "@types/amplitude-js", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "TypeScript definitions for Amplitude SDK", | ||
@@ -22,8 +22,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/amplitude-js" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d6c6faa7fee85b5c5026ea9976af1ceaacb1b60c3ad78d01949ba50aa306e4a0", | ||
"typesPublisherContentHash": "cfb7cc1a72d3e2efaa4434b588809c165de3047cd14b8166830c4ff8f7f50ad5", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Amplitude SDK ( https://github.com/amplitude/Amplitude-Javascript ). | ||
This package contains type definitions for Amplitude SDK (https://github.com/amplitude/Amplitude-Javascript). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Fri, 25 Jan 2019 16:42:58 GMT | ||
* Last updated: Wed, 26 Jun 2019 18:19:13 GMT | ||
* Dependencies: none | ||
@@ -18,2 +18,2 @@ * Global values: amplitude | ||
# Credits | ||
These definitions were written by Arvydas Sidorenko <https://github.com/Asido>, Dan Manastireanu <https://github.com/danmana>. | ||
These definitions were written by Arvydas Sidorenko <https://github.com/Asido>, and Dan Manastireanu <https://github.com/danmana>. |
7549
112