@hedhog/mail 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/mail",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.production.json && npm version patch",
@@ -16,6 +16,7 @@
16
16
  "src/**/*.ejs"
17
17
  ],
18
18
  "dependencies": {
19
+ "@nestjs/axios": "^3.0.3",
19
20
  "mimemessage": "1.0.5"
20
21
  },
21
22
  "peerDependencies": {