fluidstate-preact
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -60,3 +60,3 @@ "use strict"; | ||
api.notify(renderControl); | ||
api.get(renderControl); | ||
api.triggerUpdate(); | ||
data.isWithinRender = false; | ||
@@ -63,0 +63,0 @@ return data.currentResult; |
{ | ||
"name": "fluidstate-preact", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Library for using fine-grained reactivity state management library fluidstate in Preact", | ||
@@ -36,3 +36,3 @@ "repository": "https://gitlab.com/fluidstate/fluidstate-preact", | ||
"enzyme-adapter-preact-pure": "^4.1.0", | ||
"fluidstate": "^0.0.10", | ||
"fluidstate": "^0.0.11", | ||
"jest": "^29.4.1", | ||
@@ -46,3 +46,3 @@ "jsdom": "^22.0.0", | ||
"peerDependencies": { | ||
"fluidstate": "^0.0.10", | ||
"fluidstate": "^0.0.11", | ||
"preact": "^10.13.2" | ||
@@ -49,0 +49,0 @@ }, |
Sorry, the diff of this file is not supported yet
33145