mailgun.js
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -5,2 +5,15 @@ # Changelog | ||
### [8.0.1](https://github.com/mailgun/mailgun.js/compare/v8.0.0...v8.0.1) (2022-08-30) | ||
### Bug Fixes | ||
* Move webpack-merge to the dev dependencies ([68304c2](https://github.com/mailgun/mailgun.js/commits/68304c20f28ad38b8202ddf008c4a5f0786f1f54)) | ||
### Other changes | ||
* Update build ([633e539](https://github.com/mailgun/mailgun.js/commits/633e5392b5bc2843fa08e3541a63f5b67179dcf6)) | ||
* Update send-email example ([a5a7c5a](https://github.com/mailgun/mailgun.js/commits/a5a7c5aeaa560cf8e6d6d9936b9c0137e84ba7e9)) | ||
## [8.0.0](https://github.com/mailgun/mailgun.js/compare/v7.0.4...v8.0.0) (2022-07-28) | ||
@@ -7,0 +20,0 @@ |
@@ -17,2 +17,2 @@ /*! | ||
/*! mailgun.js v7.0.4 */ | ||
/*! mailgun.js v8.0.0 */ |
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */ | ||
/*! mailgun.js v7.0.4 */ | ||
/*! mailgun.js v8.0.0 */ |
{ | ||
"name": "mailgun.js", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"main": "./mailgun.node.js", | ||
@@ -28,4 +28,3 @@ "browser": "./mailgun.web.js", | ||
"base-64": "^1.0.0", | ||
"url-join": "^4.0.1", | ||
"webpack-merge": "^5.4.0" | ||
"url-join": "^4.0.1" | ||
}, | ||
@@ -32,0 +31,0 @@ "contributors": [ |
@@ -1,1 +0,1 @@ | ||
8.0.0 | ||
8.0.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
1258842
3
- Removedwebpack-merge@^5.4.0
- Removedclone-deep@4.0.1(transitive)
- Removedflat@5.0.2(transitive)
- Removedis-plain-object@2.0.4(transitive)
- Removedisobject@3.0.1(transitive)
- Removedkind-of@6.0.3(transitive)
- Removedshallow-clone@3.0.1(transitive)
- Removedwebpack-merge@5.10.0(transitive)
- Removedwildcard@2.0.1(transitive)