@atlaskit/drag-and-drop
Advanced tools
Comparing version 0.11.0 to 0.12.0
# @atlaskit/drag-and-drop | ||
## 0.12.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._ | ||
## 0.11.0 | ||
@@ -4,0 +13,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; | ||
var _default = {}; | ||
exports.default = _default; |
{ | ||
"name": "@atlaskit/drag-and-drop", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"sideEffects": false | ||
} |
@@ -0,1 +1,3 @@ | ||
// This file exists for module resolution purposes. | ||
// Not exporting anything from the root entry point | ||
@@ -5,2 +7,2 @@ // Please use individual entry points in order to always | ||
export default undefined; | ||
export default {}; |
{ | ||
"name": "@atlaskit/drag-and-drop", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"sideEffects": false | ||
} |
@@ -0,1 +1,3 @@ | ||
// This file exists for module resolution purposes. | ||
// Not exporting anything from the root entry point | ||
@@ -5,2 +7,2 @@ // Please use individual entry points in order to always | ||
export default undefined; | ||
export default {}; |
{ | ||
"name": "@atlaskit/drag-and-drop", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"sideEffects": false | ||
} |
@@ -1,1 +0,2 @@ | ||
export default undefined; | ||
declare const _default: {}; | ||
export default _default; |
{ | ||
"name": "@atlaskit/drag-and-drop", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "The core Atlassian drag and drop framework, optimized for performance.", | ||
@@ -5,0 +5,0 @@ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", |
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
224953
151
5378