@atlaskit/analytics
Advanced tools
Comparing version 2.4.4 to 2.4.5
# @atlaskit/analytics | ||
## 2.4.5 | ||
- [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake [c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a) | ||
## 2.4.4 | ||
@@ -4,0 +8,0 @@ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a) |
{ | ||
"name": "@atlaskit/analytics", | ||
"version": "2.4.3" | ||
"version": "2.4.4", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/analytics", | ||
"version": "2.4.4", | ||
"version": "2.4.5", | ||
"description": "The AtlasKit Component Analytics Framework", | ||
@@ -10,2 +10,3 @@ "license": "Apache-2.0", | ||
"types": "src/index.d.ts", | ||
"sideEffects": false, | ||
"files": [ | ||
@@ -37,2 +38,2 @@ "dist", | ||
} | ||
} | ||
} |
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
71658