@reach/rect
Advanced tools
Comparing version 0.18.0-pre.0 to 0.18.0-pre.1
# @reach/rect | ||
## 0.18.0-pre.1 | ||
### Minor Changes | ||
- The output directory structure has changed slightly. Module files are now named `reach-<pkg>.mjs` instead of `reach-<pkg>.esm.js`. ([`6e40773f`](https://github.com/reach/reach-ui/commit/6e40773fc0f430dba9029fee57b526a7eb25827e)) | ||
### Patch Changes | ||
- Updated dependencies: | ||
- `@reach/utils@0.18.0-pre.1` | ||
## 0.18.0-pre.0 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@reach/rect", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Measure React elements position in the DOM", | ||
@@ -17,3 +17,3 @@ "author": "React Training <hello@reacttraining.com>", | ||
"@reach/observe-rect": "1.2.0", | ||
"@reach/utils": "0.18.0-pre.0" | ||
"@reach/utils": "0.18.0-pre.1" | ||
}, | ||
@@ -32,4 +32,4 @@ "devDependencies": { | ||
}, | ||
"main": "./dist/index.cjs.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/reach-rect.cjs.js", | ||
"types": "./dist/reach-rect.d.ts", | ||
"files": [ | ||
@@ -44,3 +44,3 @@ "CHANGELOG.md", | ||
}, | ||
"module": "./dist/index.mjs", | ||
"module": "./dist/reach-rect.mjs", | ||
"scripts": { | ||
@@ -47,0 +47,0 @@ "build": "tsup" |
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
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
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
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
24838
315
+ Added@reach/utils@0.18.0-pre.1(transitive)
- Removed@reach/utils@0.18.0-pre.0(transitive)
Updated@reach/utils@0.18.0-pre.1