mol_crypto_lib 0.1.1643 → 0.1.1645
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 -0
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +3 -5
- package/node.js.map +1 -1
- package/node.mjs +3 -5
- package/node.test.js +3 -5
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.mjs
CHANGED
@@ -1184,12 +1184,10 @@ var $;
|
|
1184
1184
|
[$mol_wire_cursor.final]: '🔵',
|
1185
1185
|
}[this.cursor] ?? this.cursor.toString();
|
1186
1186
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
1187
|
-
? $
|
1188
|
-
|
1189
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
1190
|
-
})
|
1191
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
1187
|
+
? $mol_dev_format_shade(cursor)
|
1188
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
1192
1189
|
}
|
1190
|
+
[$mol_dev_format_body]() { return null; }
|
1193
1191
|
get $() {
|
1194
1192
|
return (this.host ?? this.task)['$'];
|
1195
1193
|
}
|
package/node.test.js
CHANGED
@@ -1175,12 +1175,10 @@ var $;
|
|
1175
1175
|
[$mol_wire_cursor.final]: '🔵',
|
1176
1176
|
}[this.cursor] ?? this.cursor.toString();
|
1177
1177
|
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
1178
|
-
? $
|
1179
|
-
|
1180
|
-
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
1181
|
-
})
|
1182
|
-
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
1178
|
+
? $mol_dev_format_shade(cursor)
|
1179
|
+
: $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
|
1183
1180
|
}
|
1181
|
+
[$mol_dev_format_body]() { return null; }
|
1184
1182
|
get $() {
|
1185
1183
|
return (this.host ?? this.task)['$'];
|
1186
1184
|
}
|