zustand-computed
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "zustand-computed", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "chrisvander", | ||
@@ -9,19 +9,19 @@ "repository": "chrisvander/zustand-computed", | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.8.3", | ||
"@commitlint/cli": "^19.4.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@biomejs/biome": "^1.9.4", | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@tsconfig/bun": "^1.0.7", | ||
"@types/bun": "^1.1.6", | ||
"@types/node": "^22.5.0", | ||
"husky": "^9.1.5", | ||
"@types/bun": "^1.1.13", | ||
"@types/node": "^22.9.0", | ||
"husky": "^9.1.6", | ||
"react": "^18.3.1", | ||
"semver": "^7.6.3", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.2", | ||
"vite-plugin-dts": "^4.0.3", | ||
"zustand": "^4.5.5" | ||
"typescript": "^5.6.3", | ||
"vite": "^5.4.10", | ||
"vite-plugin-dts": "^4.3.0", | ||
"zustand": "^5.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.2.0", | ||
"zustand": "^4.3.8" | ||
"zustand": "^5.0.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "exports": { |
@@ -28,3 +28,3 @@ # zustand-computed | ||
const computeState = createComputed((state) => ({ | ||
const computed = createComputed((state) => ({ | ||
countSq: state.count ** 2, | ||
@@ -31,0 +31,0 @@ })) |
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
13951