@atlaskit/width-detector
Advanced tools
Comparing version 2.0.1 to 2.0.2
# @atlaskit/width-detector | ||
## 2.0.2 | ||
### Patch Changes | ||
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332): | ||
In this PR, we are: | ||
- Re-introducing dist build folders | ||
- Adding back cjs | ||
- Replacing es5 by cjs and es2015 by esm | ||
- Creating folders at the root for entry-points | ||
- Removing the generation of the entry-points at the root | ||
Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details | ||
## 2.0.1 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@atlaskit/width-detector", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Wrapper for components that need to respond to width changes", | ||
"license": "Apache-2.0", | ||
"module": "index.js", | ||
"types": "index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"atlaskit:src": "src/index.ts", | ||
@@ -22,3 +23,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@atlaskit/type-helpers": "^4.0.0", | ||
"@atlaskit/type-helpers": "^4.1.4", | ||
"raf-schd": "^2.1.0", | ||
@@ -32,3 +33,3 @@ "tslib": "^1.9.3" | ||
"devDependencies": { | ||
"@atlaskit/build-utils": "^2.0.0", | ||
"@atlaskit/build-utils": "^2.2.2", | ||
"@atlaskit/docs": "^8.1.1", | ||
@@ -35,0 +36,0 @@ "@atlaskit/ssr": "^0.1.0", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21365
22
340
1