mol_dump_lib 0.0.10 → 0.0.11

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.10",
3
+ "version": "0.0.11",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -748,7 +748,7 @@ declare namespace $ {
748
748
  static view_names(suffix: string): string[];
749
749
  view_names_owned(): string[];
750
750
  view_names(): Set<string>;
751
- theme(): string | null;
751
+ theme(next?: string | null): string | null;
752
752
  attr_static(): {
753
753
  [key: string]: string | number | boolean | null;
754
754
  };