mailgun.js
Advanced tools
Comparing version 8.2.0 to 8.2.1
@@ -5,2 +5,16 @@ # Changelog | ||
### [8.2.1](https://github.com/mailgun/mailgun.js/compare/v8.2.0...v8.2.1) (2023-03-06) | ||
### Bug Fixes | ||
* **#342:** Items Can be Missing When Paging ([95ca758](https://github.com/mailgun/mailgun.js/commits/95ca7587eba6067a278179f7f015366c97a4f757)), closes [#342](https://github.com/mailgun/mailgun.js/issues/342) | ||
### Other changes | ||
* Udpate build ([1db5554](https://github.com/mailgun/mailgun.js/commits/1db555450f63d21f415c164cfef43de377399133)) | ||
* Update eslit rules for tests ([0d0a00d](https://github.com/mailgun/mailgun.js/commits/0d0a00db7a2dc342dfc3e615ce51a07c597cdbc1)) | ||
* Update suppressions tests to decrease usage of any ([2d3754a](https://github.com/mailgun/mailgun.js/commits/2d3754a4b632a074d7275535ea708380bfa064ad)) | ||
## [8.2.0](https://github.com/mailgun/mailgun.js/compare/v8.1.0...v8.2.0) (2023-03-02) | ||
@@ -7,0 +21,0 @@ |
@@ -42,7 +42,7 @@ /// <reference types="node" /> | ||
*/ | ||
cc?: string; | ||
cc?: string | string[]; | ||
/** | ||
* Same as `To` but for `blind carbon copy` | ||
*/ | ||
bcc?: string; | ||
bcc?: string | string[]; | ||
/** | ||
@@ -49,0 +49,0 @@ * Message subject |
@@ -17,2 +17,2 @@ /*! | ||
/*! mailgun.js v8.1.0 */ | ||
/*! mailgun.js v8.2.0 */ |
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */ | ||
/*! mailgun.js v8.1.0 */ | ||
/*! mailgun.js v8.2.0 */ |
{ | ||
"name": "mailgun.js", | ||
"version": "8.2.0", | ||
"version": "8.2.1", | ||
"main": "./mailgun.node.js", | ||
@@ -5,0 +5,0 @@ "browser": "./mailgun.web.js", |
@@ -1,1 +0,1 @@ | ||
8.2.0 | ||
8.2.1 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1446435
3546