mol_crypto_lib 0.1.1428 → 0.1.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/node.mjs CHANGED
@@ -137,6 +137,7 @@ var $;
137
137
  var $;
138
138
  (function ($) {
139
139
  class $mol_buffer extends DataView {
140
+ [Symbol.toStringTag] = this.constructor.name + '<>';
140
141
  static from(array) {
141
142
  if (typeof array === 'number')
142
143
  array = new Uint8Array(array);
package/node.test.js CHANGED
@@ -128,6 +128,7 @@ var $;
128
128
  var $;
129
129
  (function ($) {
130
130
  class $mol_buffer extends DataView {
131
+ [Symbol.toStringTag] = this.constructor.name + '<>';
131
132
  static from(array) {
132
133
  if (typeof array === 'number')
133
134
  array = new Uint8Array(array);