@atlaskit/layer
Advanced tools
Comparing version 5.0.6 to 5.0.7
# @atlaskit/layer | ||
## 5.0.7 | ||
- [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04) | ||
## 5.0.5 | ||
@@ -4,0 +7,0 @@ - [patch] Implement left offset position to fixed-position layer [8242529](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8242529) |
{ | ||
"name": "@atlaskit/layer", | ||
"version": "5.0.5" | ||
"version": "5.0.6", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/layer", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "A React layer component responsible for the position of an element on a page", | ||
@@ -9,2 +9,3 @@ "license": "Apache-2.0", | ||
"atlaskit:src": "src/index.js", | ||
"sideEffects": false, | ||
"files": [ | ||
@@ -46,2 +47,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
398361