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.mjs 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
  })($ || ($ = {}));
package/node.test.js CHANGED
@@ -3055,6 +3055,7 @@ var $;
3055
3055
  }
3056
3056
  attributes_observe(View.prototype);
3057
3057
  customElements.define(Component.tag, Component);
3058
+ return Component;
3058
3059
  }
3059
3060
  $.$mol_view_component = $mol_view_component;
3060
3061
  })($ || ($ = {}));