mobx-view-model-devtools 0.0.5 → 0.0.6

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
@@ -11103,6 +11103,7 @@ const _ViewModelDevtools = class _ViewModelDevtools {
11103
11103
  rootVms: computed.struct,
11104
11104
  handleSearchChange: action
11105
11105
  });
11106
+ this.render();
11106
11107
  }
11107
11108
  get vmMap() {
11108
11109
  return this.getViewModelsMap();
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "mobx-view-model-devtools",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "js2me",
7
7
  "license": "ISC",
8
8
  "dependencies": {
9
- "lodash-es": "^4.17.21",
10
9
  "mobx": "^6.15.0",
11
10
  "mobx-react-lite": "^4.1.1",
12
11
  "mobx-swiss-knife": "^1.10.0",