mobx-view-model-devtools 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. package/index.global.js +2 -7
  2. package/package.json +1 -1
package/index.global.js CHANGED
@@ -17640,11 +17640,6 @@ class VmTreeItemRenderVM extends DevtoolsVMImpl {
17640
17640
  this.devtools.handleVmItemHeaderClick(vmItem);
17641
17641
  }
17642
17642
  }
17643
- {
17644
- Object.assign(globalThis, {
17645
- ViewModelDevtools
17646
- });
17647
- }
17648
- export {
17643
+ Object.assign(globalThis, {
17649
17644
  ViewModelDevtools
17650
- };
17645
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobx-view-model-devtools",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "js2me",