only emit when things change (#2428)

* only emit when things change

* remove log

* remove test call

* more efficient, thanks BluJ

* point free
This commit is contained in:
Matt Hill
2023-09-29 14:36:40 -06:00
committed by GitHub
parent 5e3412d735
commit 1e6f583431
9 changed files with 127 additions and 72 deletions

View File

@@ -62,6 +62,7 @@
"cbor-web": "^8.1.0",
"core-js": "^3.21.1",
"dompurify": "^2.3.6",
"fast-deep-equal": "^3.1.3",
"fast-json-patch": "^3.1.1",
"fuse.js": "^6.4.6",
"jose": "^4.9.0",