@chakra-ui/css-reset
Advanced tools
Comparing version 1.0.0-next.5 to 1.0.0-next.6
@@ -6,2 +6,11 @@ # Change Log | ||
# [1.0.0-next.6](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/css-reset@1.0.0-next.5...@chakra-ui/css-reset@1.0.0-next.6) (2020-07-15) | ||
**Note:** Version bump only for package @chakra-ui/css-reset | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# [1.0.0-next.5](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/css-reset@1.0.0-next.4...@chakra-ui/css-reset@1.0.0-next.5) (2020-07-15) | ||
@@ -8,0 +17,0 @@ |
export declare const CSSReset: () => JSX.Element; | ||
export default CSSReset; | ||
//# sourceMappingURL=css-reset.d.ts.map |
export * from "./css-reset"; | ||
export { default } from "./css-reset"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@chakra-ui/css-reset", | ||
"version": "1.0.0-next.5", | ||
"version": "1.0.0-next.6", | ||
"description": "CSS reset component for Chakra UI", | ||
@@ -21,4 +21,3 @@ "keywords": [ | ||
"files": [ | ||
"dist", | ||
"src" | ||
"dist" | ||
], | ||
@@ -44,3 +43,3 @@ "publishConfig": { | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --declarationDir dist/types", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"test:cov": "yarn test --coverage", | ||
@@ -56,3 +55,3 @@ "lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc", | ||
}, | ||
"gitHead": "24eec5d796d81b6fafbcfa7231fb2cb15e6d5a29" | ||
"gitHead": "72eeca4ba3fc6e7d8845b0d283a03cb6ec384a50" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
31649
14
70