@atlaskit/portal
Advanced tools
Comparing version 4.0.1 to 4.0.2
# @atlaskit/portal | ||
## 4.0.2 | ||
### Patch Changes | ||
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0 | ||
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade | ||
to prevent duplicates of tslib being bundled. | ||
## 4.0.1 | ||
@@ -4,0 +13,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PORTAL_UNMOUNT_EVENT = exports.PORTAL_MOUNT_EVENT = void 0; | ||
exports.PORTAL_MOUNT_EVENT = 'akPortalMount'; | ||
exports.PORTAL_UNMOUNT_EVENT = 'akPortalUnmount'; | ||
//# sourceMappingURL=constants.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var Portal_1 = require("./components/Portal"); | ||
exports.default = Portal_1.default; | ||
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return Portal_1.default; } }); | ||
var constants_1 = require("./constants"); | ||
exports.PORTAL_MOUNT_EVENT = constants_1.PORTAL_MOUNT_EVENT; | ||
exports.PORTAL_UNMOUNT_EVENT = constants_1.PORTAL_UNMOUNT_EVENT; | ||
Object.defineProperty(exports, "PORTAL_MOUNT_EVENT", { enumerable: true, get: function () { return constants_1.PORTAL_MOUNT_EVENT; } }); | ||
Object.defineProperty(exports, "PORTAL_UNMOUNT_EVENT", { enumerable: true, get: function () { return constants_1.PORTAL_UNMOUNT_EVENT; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Atlaskit wrapper for rendering components in React portals", | ||
@@ -19,2 +19,3 @@ "publishConfig": { | ||
"team": "Design System Team", | ||
"deprecatedAutoEntryPoints": true, | ||
"inPublicMirror": true, | ||
@@ -30,3 +31,3 @@ "releaseModel": "scheduled", | ||
"tiny-invariant": "^0.0.3", | ||
"tslib": "^1.9.3" | ||
"tslib": "^2.0.0" | ||
}, | ||
@@ -33,0 +34,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
55327
552
- Removedtslib@1.14.1(transitive)
Updatedtslib@^2.0.0