change(tracker): zustand 1.0.2

This commit is contained in:
sylenien 2022-09-13 17:01:20 +02:00
parent 3b045fa864
commit 41d390151f
2 changed files with 3 additions and 1 deletions

View file

@ -21,6 +21,8 @@ const tracker = new Tracker({
});
const zustandPlugin = tracker.use(trackerZustand())
// store name, optional
// randomly generated if undefined
const bearStoreLogger = zustandPlugin('bear_store')

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker-zustand",
"description": "Tracker plugin for Zustand state recording",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"zustand",
"state",