mol_plot_all 1.2.1553 → 1.2.1554
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.d.ts +1 -1
- package/node.deps.json +1 -1
- package/node.js +2 -5
- package/node.js.map +1 -1
- package/node.mjs +2 -5
- package/node.test.js +2 -5
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -1
- package/web.deps.json +1 -1
- package/web.js +2 -5
- package/web.js.map +1 -1
- package/web.mjs +2 -5
package/package.json
CHANGED
package/web.d.ts
CHANGED
|
@@ -1070,7 +1070,7 @@ declare namespace $ {
|
|
|
1070
1070
|
static view_names(suffix: string): string[];
|
|
1071
1071
|
view_names_owned(): string[];
|
|
1072
1072
|
view_names(): Set<string>;
|
|
1073
|
-
theme(next?:
|
|
1073
|
+
theme(next?: string | null): string | null | undefined;
|
|
1074
1074
|
attr_static(): {
|
|
1075
1075
|
[key: string]: string | number | boolean | null;
|
|
1076
1076
|
};
|