mol_dump_lib 0.0.134 → 0.0.136

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_dump_lib",
3
- "version": "0.0.134",
3
+ "version": "0.0.136",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -785,9 +785,6 @@ declare namespace $ {
785
785
  declare namespace $ {
786
786
  class $mol_plugin extends $mol_view {
787
787
  dom_node_external(next?: Element): Element;
788
- attr_static(): {
789
- [key: string]: string | number | boolean;
790
- };
791
788
  render(): void;
792
789
  }
793
790
  }