mol_dump_lib 0.0.197 → 0.0.199

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.197",
3
+ "version": "0.0.199",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -144,7 +144,7 @@ declare namespace $ {
144
144
  let $mol_dev_format_head: symbol;
145
145
  let $mol_dev_format_body: symbol;
146
146
  function $mol_dev_format_native(obj: any): any;
147
- function $mol_dev_format_auto(obj: any): any;
147
+ function $mol_dev_format_auto(obj: any): any[];
148
148
  function $mol_dev_format_element(element: string, style: object, ...content: any[]): any[];
149
149
  function $mol_dev_format_span(style: object, ...content: any[]): any[];
150
150
  let $mol_dev_format_div: (style: object, ...content: any[]) => any[];