@nexcodepl/store
Advanced tools
+1
-1
@@ -31,3 +31,3 @@ import { compare } from "./compare.js"; | ||
| } | ||
| else if (!compare(this._state, newState, 2)) { | ||
| else if (compare(this._state, newState, 2)) { | ||
| return; | ||
@@ -34,0 +34,0 @@ } |
+1
-1
| { | ||
| "name": "@nexcodepl/store", | ||
| "version": "1.0.10", | ||
| "version": "1.0.11", | ||
| "description": "State management library", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
11067
-0.01%