@spark-ui/use-combined-state
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.5.4](https://github.com/adevinta/spark/compare/@spark-ui/use-combined-state@0.5.3...@spark-ui/use-combined-state@0.5.4) (2023-08-29) | ||
**Note:** Version bump only for package @spark-ui/use-combined-state | ||
## [0.5.3](https://github.com/adevinta/spark/compare/@spark-ui/use-combined-state@0.5.2...@spark-ui/use-combined-state@0.5.3) (2023-08-23) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@spark-ui/use-combined-state", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "combine controlled-uncontrolled component state by stateful-stateless inner state management", | ||
@@ -8,2 +8,8 @@ "publishConfig": { | ||
}, | ||
"keywords": [ | ||
"@spark-ui", | ||
"react", | ||
"hook", | ||
"combined-state" | ||
], | ||
"main": "./dist/index.js", | ||
@@ -21,3 +27,3 @@ "module": "./dist/index.mjs", | ||
"dependencies": { | ||
"@spark-ui/use-mounted-state": "^0.2.2", | ||
"@spark-ui/use-mounted-state": "^0.2.3", | ||
"@types/lodash.isequal": "4.5.6", | ||
@@ -35,3 +41,3 @@ "lodash.isequal": "4.5.0" | ||
"license": "MIT", | ||
"gitHead": "b3cb5019cadc8baac0c94c6e980a772bc2cdf633" | ||
"gitHead": "0c0a05d34d4ade1b5e3ba458cc9865dedad5a1e3" | ||
} |
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
7788