mol_dump_lib 0.0.250 → 0.0.252

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.view.tree CHANGED
@@ -191,15 +191,6 @@ $mol_check_expand $mol_check
191
191
  checked? <=> expanded? false
192
192
  enabled <= expandable false
193
193
 
194
- $mol_dump_list $mol_view
195
- values /
196
- sub /
197
- <= Dump*0 $mol_dump_value
198
- value <= dump_value* null
199
- expanded? <=> dump_expanded*? false
200
- prototypes <= prototypes false
201
- preview_show <= preview_show true
202
-
203
194
  $mol_expander $mol_list
204
195
  rows /
205
196
  <= Label $mol_view
@@ -213,6 +204,15 @@ $mol_expander $mol_list
213
204
  <= Content $mol_list
214
205
  rows <= content /
215
206
 
207
+ $mol_dump_list $mol_view
208
+ values /
209
+ sub /
210
+ <= Dump*0 $mol_dump_value
211
+ value <= dump_value* null
212
+ expanded? <=> dump_expanded*? false
213
+ prototypes <= prototypes false
214
+ preview_show <= preview_show true
215
+
216
216
  $mol_dump_value $mol_view
217
217
  value? null
218
218
  preview_show? true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_dump_lib",
3
- "version": "0.0.250",
3
+ "version": "0.0.252",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
@@ -116,6 +116,7 @@
116
116
  "$mol_paragraph",
117
117
  "$mol_text_code_token",
118
118
  "$mol_dimmer",
119
+ "$mol_type_enforce",
119
120
  "$mol_regexp",
120
121
  "$mol_type_merge",
121
122
  "$mol_type_equals",