context-state
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -0,1 +1,10 @@ | ||
## [2.2.2](https://github.com/hemengke1997/context-state/compare/v2.2.1...v2.2.2) (2024-03-05) | ||
### Features | ||
* tree-shaking ([8e28eb7](https://github.com/hemengke1997/context-state/commit/8e28eb73f307d10926850a33ae57dfbc925cabb0)) | ||
## [2.2.1](https://github.com/hemengke1997/context-state/compare/v2.2.0...v2.2.1) (2024-03-04) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "context-state", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "React state management library", | ||
@@ -43,2 +43,3 @@ "keywords": [ | ||
}, | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
@@ -62,2 +63,3 @@ "react": ">=16.8.0" | ||
"react-error-boundary": "^4.0.2", | ||
"taze": "^0.13.3", | ||
"terser": "^5.24.0", | ||
@@ -64,0 +66,0 @@ "tsup": "^8.0.2", |
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
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
33039
19