mol_plot_all 1.2.1428 → 1.2.1430

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_plot_all",
3
- "version": "1.2.1428",
3
+ "version": "1.2.1430",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
@@ -44,17 +44,6 @@
44
44
  "$mol_wire_atom",
45
45
  "$mol_wire_fiber",
46
46
  "$mol_wire_pub_sub",
47
- "$mol_dev_format",
48
- "$mol_dev",
49
- "$mol_after_tick",
50
- "$mol_after",
51
- "$mol_promise_like",
52
- "$mol_promise",
53
- "$mol_key",
54
- "$mol_guid",
55
- "$mol_after_frame",
56
- "$mol_after_timeout",
57
- "$mol_wire_method",
58
47
  "$mol_wire_task",
59
48
  "$mol_compare_deep",
60
49
  "$mol_compare",
@@ -71,6 +60,17 @@
71
60
  "$mol_maybe",
72
61
  "$mol_term_color",
73
62
  "$mol_term",
63
+ "$mol_promise_like",
64
+ "$mol_promise",
65
+ "$mol_dev_format",
66
+ "$mol_dev",
67
+ "$mol_after_tick",
68
+ "$mol_after",
69
+ "$mol_key",
70
+ "$mol_guid",
71
+ "$mol_after_frame",
72
+ "$mol_after_timeout",
73
+ "$mol_wire_method",
74
74
  "$mol_type_foot",
75
75
  "$mol_type_tail",
76
76
  "$mol_fail_log",
package/web.d.ts CHANGED
@@ -119,7 +119,7 @@ declare namespace $ {
119
119
  pub_off(pub_pos: number): void;
120
120
  track_cut(sub: $mol_wire_pub | null): void;
121
121
  track_off(sub: $mol_wire_pub | null): void;
122
- absorb(quant: $mol_wire_cursor): void;
122
+ absorb(quant: $mol_wire_cursor, pos: number): void;
123
123
  destructor(): void;
124
124
  }
125
125
  }
@@ -173,7 +173,7 @@ declare namespace $ {
173
173
  track_cut(): void;
174
174
  complete(): void;
175
175
  complete_pubs(): void;
176
- absorb(quant?: $mol_wire_cursor): void;
176
+ absorb(quant?: $mol_wire_cursor, pos?: number): void;
177
177
  [$mol_dev_format_head](): any[];
178
178
  get pub_empty(): boolean;
179
179
  }