@atlaskit/analytics-next
Advanced tools
Comparing version 1.1.5 to 1.1.6
# @atlaskit/analytics-next | ||
## 1.1.6 | ||
- [patch] Fix analytics-next TS type definition [9faaa5f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9faaa5f) | ||
- [patch] Fix analytics-next TS type definition [7e26229](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e26229) | ||
## 1.1.5 | ||
@@ -4,0 +8,0 @@ - [patch] Add analytics events for click and show actions of media-card [031d5da](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/031d5da) |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "1.1.4" | ||
"version": "1.1.5" | ||
} |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "The 🆕 Atlaskit component analytics framework", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
// This deliberately empty typing file. | ||
// There are typings defined in `/typings` folder for internal (AK) usage only. | ||
declare module '@atlaskit/analytics-next'; | ||
// These are the only members needs to be exported since they might be used as external types by TS code | ||
// Types for version ## 1.1.5 | ||
export type UIAnalyticsEventInterface = any; | ||
export type WithAnalyticsEventProps = any; |
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
65752
781