@reach/utils
Advanced tools
Comparing version 0.18.0-pre.0 to 0.18.0-pre.1
# @reach/utils | ||
## 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)) | ||
## 0.18.0-pre.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@reach/utils", | ||
"version": "0.18.0-pre.0", | ||
"version": "0.18.0-pre.1", | ||
"description": "Internal, shared utilities for Reach UI.", | ||
@@ -25,4 +25,4 @@ "author": "React Training <hello@reacttraining.com>", | ||
}, | ||
"main": "./dist/index.cjs.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/reach-utils.cjs.js", | ||
"types": "./dist/reach-utils.d.ts", | ||
"files": [ | ||
@@ -37,3 +37,3 @@ "CHANGELOG.md", | ||
}, | ||
"module": "./dist/index.mjs", | ||
"module": "./dist/reach-utils.mjs", | ||
"scripts": { | ||
@@ -40,0 +40,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
83061