@atlaskit/analytics-next
Advanced tools
Comparing version 1.1.9 to 1.1.10
# @atlaskit/analytics-next | ||
## 1.1.10 | ||
- [patch] Adjusted exports to prevent attempted exporting of flow types in built code. [183ee96](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/183ee96) | ||
## 1.1.9 | ||
@@ -4,0 +7,0 @@ - [patch] Updates flow types of withAnalyticsEvents and withAnalyticsContext HOCs [26778bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/26778bc) |
@@ -25,17 +25,2 @@ 'use strict'; | ||
var _types = require('./types'); | ||
Object.defineProperty(exports, 'AnalyticsEventInterface', { | ||
enumerable: true, | ||
get: function get() { | ||
return _types.AnalyticsEventInterface; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'UIAnalyticsEventInterface', { | ||
enumerable: true, | ||
get: function get() { | ||
return _types.UIAnalyticsEventInterface; | ||
} | ||
}); | ||
var _AnalyticsListener = require('./AnalyticsListener'); | ||
@@ -76,8 +61,2 @@ | ||
}); | ||
Object.defineProperty(exports, 'WithAnalyticsEventsProps', { | ||
enumerable: true, | ||
get: function get() { | ||
return _withAnalyticsEvents.WithAnalyticsEventsProps; | ||
} | ||
}); | ||
@@ -84,0 +63,0 @@ var _createAndFireEvent = require('./createAndFireEvent'); |
@@ -6,4 +6,4 @@ | ||
export { default as UIAnalyticsEvent } from './UIAnalyticsEvent'; | ||
export { AnalyticsEventInterface, UIAnalyticsEventInterface } from './types'; | ||
// AnalyticsListener component | ||
@@ -17,5 +17,5 @@ export { default as AnalyticsListener } from './AnalyticsListener'; | ||
// createAnalyticsEvent HOC | ||
export { default as withAnalyticsEvents, WithAnalyticsEventsProps } from './withAnalyticsEvents'; | ||
export { default as withAnalyticsEvents } from './withAnalyticsEvents'; | ||
// create and fire helper | ||
export { default as createAndFireEvent } from './createAndFireEvent'; |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/analytics-next", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "The 🆕 Atlaskit component analytics framework", | ||
@@ -40,2 +40,2 @@ "license": "Apache-2.0", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
65141
753