mol_crypto_lib 0.1.1450 → 0.1.1452

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.js 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();