nuxt-mail 3.0.22 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -157,7 +157,7 @@ Or via index (in which case you do not need the `name` property):
157
157
 
158
158
  ```js
159
159
  this.$axios.$post('/mail/send', {
160
- config: 1, // resolves to 'support'
160
+ config: 1, // Resolves to 'support'
161
161
  from: 'John Doe',
162
162
  subject: 'Incredible',
163
163
  text: 'This is an incredible test message',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-mail",
3
- "version": "3.0.22",
3
+ "version": "3.0.23",
4
4
  "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
5
5
  "keywords": [
6
6
  "email",