@lykkex/lykke.js
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -6,2 +6,3 @@ import Analytics from './Analytics'; | ||
static track: (event: EventModel) => void; | ||
static identify: (traits: any) => void; | ||
} |
@@ -26,2 +26,5 @@ "use strict"; | ||
}; | ||
Amplitude.identify = function (traits) { | ||
AmlitudeAnalytics.identify(traits); | ||
}; | ||
return Amplitude; | ||
@@ -28,0 +31,0 @@ }(Analytics_1.default)); |
{ | ||
"name": "@lykkex/lykke.js", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "A TypeScript/Javascript library surrounding Lykke services", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
28571
402