@nanostores/preact
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -1,2 +0,2 @@ | ||
import { Store, StoreValue } from 'nanostores' | ||
import type { Store, StoreValue } from 'nanostores' | ||
@@ -3,0 +3,0 @@ type StoreKeys<T> = T extends { setKey: (k: infer K, v: any) => unknown } |
{ | ||
"name": "@nanostores/preact", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Preact integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"engines": { | ||
"node": "^16.0.0 || >=18.0.0" | ||
"node": "^16.0.0 || ^18.0.0 || >=20.0.0" | ||
}, | ||
@@ -32,5 +32,5 @@ "funding": [ | ||
"peerDependencies": { | ||
"nanostores": "^0.8.0", | ||
"nanostores": "^0.9.0", | ||
"preact": ">=10.0.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
5091