mol_dump_lib 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/node.js CHANGED
@@ -3063,6 +3063,7 @@ var $;
3063
3063
  }
3064
3064
  attributes_observe(View.prototype);
3065
3065
  customElements.define(Component.tag, Component);
3066
+ return Component;
3066
3067
  }
3067
3068
  $.$mol_view_component = $mol_view_component;
3068
3069
  })($ || ($ = {}));