mobx-view-model-devtools 0.0.25 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -38768,7 +38768,7 @@ class ViewModelDevtools {
38768
38768
  scrollListRef;
38769
38769
  storage = new Storage({
38770
38770
  namespace: "mobx-view-model-devtools",
38771
- type: "local"
38771
+ type: "session"
38772
38772
  });
38773
38773
  anyCache = observable.map();
38774
38774
  autoscrollTimeout;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobx-view-model-devtools",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "js2me",