@bearei/react-icon
Advanced tools
Comparing version 0.0.11 to 0.0.13
{ | ||
"name": "@bearei/react-icon", | ||
"version": "0.0.11", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"module": "./lib-esm/index.js", | ||
"version": "0.0.13", | ||
"main": "./lib/commonjs/index", | ||
"module": "./lib/module/index", | ||
"types": "./lib/commonjs/index.d.ts", | ||
"author": "bearei <bear_ei@outlook.com>", | ||
@@ -25,3 +25,3 @@ "description": "Base icon components that support React and React native", | ||
"dependencies": { | ||
"@bearei/react-util": "^0.0.22", | ||
"@bearei/react-util": "^0.0.26", | ||
"react": "^18.2.0" | ||
@@ -78,4 +78,3 @@ }, | ||
"files": [ | ||
"lib", | ||
"lib-esm" | ||
"lib" | ||
], | ||
@@ -87,3 +86,3 @@ "scripts": { | ||
"build:cjs": "cross-env TS_NODE_PROJECT=\"tsconfig.cjs.json\" LIBRARY=\"commonjs\" webpack --progress", | ||
"clean": "shx rm -rf lib-esm lib", | ||
"clean": "shx rm -rf lib", | ||
"test": "jest --watchAll --detectOpenHandles", | ||
@@ -90,0 +89,0 @@ "coverage": "yarn jest --coverage", |
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
26355
1
+ Added@bearei/react-util@0.0.26(transitive)
- Removed@bearei/react-util@0.0.22(transitive)
Updated@bearei/react-util@^0.0.26