mailgun.js
Advanced tools
Comparing version 4.1.4 to 4.1.5
@@ -5,2 +5,4 @@ # Changelog | ||
### [4.1.5](https://github.com/mailgun/mailgun.js/compare/v4.1.4...v4.1.5) (2022-01-24) | ||
### [4.1.4](https://github.com/mailgun/mailgun.js/compare/v4.1.3...v4.1.4) (2021-12-23) | ||
@@ -7,0 +9,0 @@ |
@@ -5,2 +5,2 @@ /*! MIT License © Sindre Sorhus */ | ||
/*! mailgun.js v4.1.3 */ | ||
/*! mailgun.js v4.1.4 */ |
@@ -7,2 +7,2 @@ /*! MIT License © Sindre Sorhus */ | ||
/*! mailgun.js v4.1.3 */ | ||
/*! mailgun.js v4.1.4 */ |
{ | ||
"name": "mailgun.js", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"main": "dist/mailgun.node.js", | ||
@@ -5,0 +5,0 @@ "browser": "dist/mailgun.web.js", |
@@ -139,3 +139,3 @@ # Mailgun.js [![Build Status](https://travis-ci.org/mailgun/mailgun-js.svg)](https://travis-ci.org/mailgun/mailgun-js) | ||
`mg.messages.create(domain, data)` - [api docs](https://documentation.mailgun.com/api-sending.html#sending) | ||
`mg.messages.create(domain, data)` - [api docs](https://documentation.mailgun.com/en/latest/api-sending.html) | ||
@@ -142,0 +142,0 @@ Options: |
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
2379787