mol_dump_lib 0.0.203 → 0.0.205

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.203",
3
+ "version": "0.0.205",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -143,7 +143,7 @@ declare namespace $ {
143
143
  }): void;
144
144
  let $mol_dev_format_head: symbol;
145
145
  let $mol_dev_format_body: symbol;
146
- function $mol_dev_format_native(obj: any): any;
146
+ function $mol_dev_format_native(obj: any): any[];
147
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[];