nanostores
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -1,2 +0,8 @@ | ||
export { atom, Atom, ReadableAtom, WritableAtom } from './atom/index.js' | ||
export { | ||
atom, | ||
Atom, | ||
PreinitializedWritableAtom, | ||
ReadableAtom, | ||
WritableAtom | ||
} from './atom/index.js' | ||
export { clean, cleanStores } from './clean-stores/index.js' | ||
@@ -3,0 +9,0 @@ export { batched, computed } from './computed/index.js' |
{ | ||
"name": "nanostores", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "A tiny (265 bytes) state manager for React/Preact/Vue/Svelte with many atomic tree-shakable stores", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
export class Task<Value> extends Promise<Value> { | ||
export interface Task<Value> extends Promise<Value> { | ||
t: true | ||
@@ -3,0 +3,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
43225
1417