nanostores
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -33,19 +33,1 @@ export { | ||
export { computed } from './computed/index.js' | ||
export { | ||
ReadableStore, | ||
createDerived, | ||
clearEffects, | ||
BuilderValue, | ||
BuilderStore, | ||
createStore, | ||
startEffect, | ||
allEffects, | ||
MapBuilder, | ||
keepActive, | ||
defineMap, | ||
updateKey, | ||
getValue, | ||
update, | ||
effect | ||
} from './deprecated/index.js' |
15
index.js
@@ -19,16 +19,1 @@ export { | ||
export { map } from './map/index.js' | ||
export { | ||
createDerived, | ||
clearEffects, | ||
createStore, | ||
startEffect, | ||
allEffects, | ||
keepActive, | ||
updateKey, | ||
defineMap, | ||
createMap, | ||
getValue, | ||
update, | ||
effect | ||
} from './deprecated/index.js' |
{ | ||
"name": "nanostores", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "A tiny (266 bytes) state manager for React/Preact/Vue/Svelte with many atomic tree-shakable stores", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
32541
25
1079