mol_crypto_lib 0.1.1450 → 0.1.1451

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
@@ -1020,7 +1020,7 @@ var $;
1020
1020
  return $mol_promise_like(this.cache);
1021
1021
  }
1022
1022
  field() {
1023
- return this.task.name + '<>';
1023
+ return this.task.name + '()';
1024
1024
  }
1025
1025
  constructor(id, task, host, args) {
1026
1026
  super();
package/node.test.js CHANGED
@@ -1011,7 +1011,7 @@ var $;
1011
1011
  return $mol_promise_like(this.cache);
1012
1012
  }
1013
1013
  field() {
1014
- return this.task.name + '<>';
1014
+ return this.task.name + '()';
1015
1015
  }
1016
1016
  constructor(id, task, host, args) {
1017
1017
  super();