utilitas 1995.2.22 → 1995.2.23

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/README.md CHANGED
@@ -150,10 +150,11 @@ Works in Node.js and modern browsers.
150
150
 
151
151
  | symbol | type | params / value |
152
152
  | :--- | :--- | :--- |
153
- | _NEED | Array | form-data,mailgun.js,node-mailjet |
153
+ | _NEED | Array | form-data,mailgun.js,mailparser,node-mailjet |
154
154
  | default | AsyncFunction | options |
155
155
  | getSenderName | Function | |
156
156
  | init | AsyncFunction | options |
157
+ | parse | AsyncFunction | input, options |
157
158
  | rawSend | AsyncFunction | data |
158
159
  | send | AsyncFunction | email, subject, text, html, args, options |
159
160
 
@@ -535,7 +536,7 @@ Works in Node.js and modern browsers.
535
536
  | _NEED | Array | jsdom,youtube-transcript,@mozilla/readability,@ngrok/ngrok |
536
537
  | assertYoutubeUrl | Function | |
537
538
  | distill | AsyncFunction | |
538
- | distillHtml | AsyncFunction | html, options |
539
+ | distillHtml | AsyncFunction | input, options |
539
540
  | distillPage | AsyncFunction | url, op |
540
541
  | distillYoutube | AsyncFunction | |
541
542
  | forward | AsyncFunction | options |