Comparing version 1.2.162 to 1.2.163
@@ -348,3 +348,3 @@ 'use strict'; | ||
_proto.addTransport = /*#__PURE__*/function () { | ||
var _addTransport = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(transport, config, transportName) { | ||
var _addTransport = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(transport, config, transportName) { | ||
var newTransport; | ||
@@ -387,3 +387,3 @@ return _regeneratorRuntime().wrap(function _callee$(_context) { | ||
_proto.removeTransport = /*#__PURE__*/function () { | ||
var _removeTransport = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(transportName) { | ||
var _removeTransport = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(transportName) { | ||
return _regeneratorRuntime().wrap(function _callee2$(_context2) { | ||
@@ -407,3 +407,3 @@ while (1) switch (_context2.prev = _context2.next) { | ||
_proto.sendRawMail = /*#__PURE__*/function () { | ||
var _sendRawMail = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(options, transportName) { | ||
var _sendRawMail = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3(options, transportName) { | ||
var transportKeys, transport; | ||
@@ -447,3 +447,3 @@ return _regeneratorRuntime().wrap(function _callee3$(_context3) { | ||
_proto.sendTransactionalMail = /*#__PURE__*/function () { | ||
var _sendTransactionalMail = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(options, transportName) { | ||
var _sendTransactionalMail = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4(options, transportName) { | ||
var transportKeys, transport; | ||
@@ -450,0 +450,0 @@ return _regeneratorRuntime().wrap(function _callee4$(_context4) { |
@@ -342,3 +342,3 @@ import Pino from 'pino'; | ||
_proto.addTransport = /*#__PURE__*/function () { | ||
var _addTransport = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(transport, config, transportName) { | ||
var _addTransport = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(transport, config, transportName) { | ||
var newTransport; | ||
@@ -381,3 +381,3 @@ return _regeneratorRuntime().wrap(function _callee$(_context) { | ||
_proto.removeTransport = /*#__PURE__*/function () { | ||
var _removeTransport = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(transportName) { | ||
var _removeTransport = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(transportName) { | ||
return _regeneratorRuntime().wrap(function _callee2$(_context2) { | ||
@@ -401,3 +401,3 @@ while (1) switch (_context2.prev = _context2.next) { | ||
_proto.sendRawMail = /*#__PURE__*/function () { | ||
var _sendRawMail = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(options, transportName) { | ||
var _sendRawMail = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3(options, transportName) { | ||
var transportKeys, transport; | ||
@@ -441,3 +441,3 @@ return _regeneratorRuntime().wrap(function _callee3$(_context3) { | ||
_proto.sendTransactionalMail = /*#__PURE__*/function () { | ||
var _sendTransactionalMail = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(options, transportName) { | ||
var _sendTransactionalMail = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4(options, transportName) { | ||
var transportKeys, transport; | ||
@@ -444,0 +444,0 @@ return _regeneratorRuntime().wrap(function _callee4$(_context4) { |
{ | ||
"version": "1.2.162", | ||
"version": "1.2.163", | ||
"license": "MIT", | ||
@@ -71,3 +71,3 @@ "main": "dist/index.js", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-import": "2.30.0", | ||
"eslint-plugin-prettier": "5.2.1", | ||
@@ -74,0 +74,0 @@ "eslint-plugin-simple-import-sort": "12.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
80483