mailgun.js 4.2.1 → 4.2.2

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.
@@ -4,4 +4,4 @@
4
4
 
5
5
  /*! https://mths.be/punycode v1.3.2 by @mathias */
6
6
 
7
- /*! mailgun.js v4.2.0 */
7
+ /*! mailgun.js v4.2.1 */
package/lib/request.ts CHANGED
@@ -111,7 +111,7 @@ class Request {
111
111
  body: await response?.json(),
112
112
  status: response?.status
113
113
  };
114
- console.log('res ------------->', res);
114
+
115
115
  return res;
116
116
  }
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mailgun.js",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "main": "dist/mailgun.node.js",
5
5
  "browser": "dist/mailgun.web.js",
6
6
  "types": "dist/index.d.ts",