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.
- package/index.global.js +2 -7
- 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
|
+
});
|