@atlaskit/drag-and-drop-hitbox
Advanced tools
Comparing version 0.4.1 to 0.5.0
# @atlaskit/drag-and-drop-hitbox | ||
## 0.5.0 | ||
### Minor Changes | ||
- [`90901f5bbe0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90901f5bbe0) - Replace default entry point of `undefined` with `{}`. | ||
> **NOTE:** Importing from the default entry point isn't supported. | ||
> _Please use individual entry points in order to always obtain minimum kbs._ | ||
### Patch Changes | ||
- Updated dependencies | ||
## 0.4.1 | ||
@@ -4,0 +17,0 @@ |
@@ -7,6 +7,7 @@ "use strict"; | ||
exports.default = void 0; | ||
// This file exists for module resolution purposes. | ||
// Not exporting anything from the root entry point | ||
// Please use individual entry points in order to always | ||
// obtain minimum kbs | ||
var _default = undefined; | ||
// obtain minimum kbs. | ||
var _default = {}; | ||
exports.default = _default; |
{ | ||
"name": "@atlaskit/drag-and-drop-hitbox", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"sideEffects": false | ||
} |
@@ -0,5 +1,7 @@ | ||
// This file exists for module resolution purposes. | ||
// Not exporting anything from the root entry point | ||
// Please use individual entry points in order to always | ||
// obtain minimum kbs | ||
// obtain minimum kbs. | ||
export default undefined; | ||
export default {}; |
{ | ||
"name": "@atlaskit/drag-and-drop-hitbox", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"sideEffects": false | ||
} |
@@ -0,5 +1,7 @@ | ||
// This file exists for module resolution purposes. | ||
// Not exporting anything from the root entry point | ||
// Please use individual entry points in order to always | ||
// obtain minimum kbs | ||
// obtain minimum kbs. | ||
export default undefined; | ||
export default {}; |
{ | ||
"name": "@atlaskit/drag-and-drop-hitbox", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"sideEffects": false | ||
} |
@@ -1,1 +0,2 @@ | ||
export default undefined; | ||
declare const _default: {}; | ||
export default _default; |
{ | ||
"name": "@atlaskit/drag-and-drop-hitbox", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "An addon for `@atlaskit/drag-and-drop` with helpers for attaching interaction information to a drop target when it is being dragged over", | ||
@@ -38,3 +38,3 @@ "author": "Atlassian Pty Ltd", | ||
"dependencies": { | ||
"@atlaskit/drag-and-drop": "^0.11.0", | ||
"@atlaskit/drag-and-drop": "^0.12.0", | ||
"@babel/runtime": "^7.0.0" | ||
@@ -41,0 +41,0 @@ }, |
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
45118
40
843
+ Added@atlaskit/drag-and-drop@0.12.0(transitive)
- Removed@atlaskit/drag-and-drop@0.11.0(transitive)