@atlaskit/width-detector
Advanced tools
Comparing version 4.1.7 to 4.1.8
# @atlaskit/width-detector | ||
## 4.1.8 | ||
### Patch Changes | ||
- [#65956](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65956) [`8184b1c5ea61`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8184b1c5ea61) - Migrate @atlaskit/width-detector to use declarative entry points | ||
## 4.1.7 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "4.1.7", | ||
"version": "4.1.8", | ||
"description": "Wrapper for components that need to respond to width changes", | ||
@@ -27,3 +27,2 @@ "publishConfig": { | ||
"team": "Design System Team", | ||
"deprecatedAutoEntryPoints": true, | ||
"releaseModel": "continuous", | ||
@@ -48,3 +47,2 @@ "productPushConsumption": [ | ||
"@atlaskit/ssr": "*", | ||
"@atlaskit/webdriver-runner": "*", | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1", | ||
@@ -66,3 +64,7 @@ "@emotion/react": "^11.7.1", | ||
"homepage": "https://atlaskit.atlassian.com/packages/helpers/width-detector", | ||
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1" | ||
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1", | ||
"af:exports": { | ||
".": "./src/index.ts", | ||
"./WidthDetector": "./src/WidthDetector.tsx" | ||
} | ||
} |
57915
11