@sap-cloud-sdk/mail-client
Advanced tools
Comparing version 3.21.1-20240924014051.0 to 3.21.1-20240926014148.0
@@ -1,6 +0,6 @@ | ||
import { Readable } from 'stream'; | ||
import { Url } from 'url'; | ||
import { ConnectionOptions } from 'tls'; | ||
import net from 'net'; | ||
import { AuthenticationType, DestinationProxyType, ProxyConfiguration } from '@sap-cloud-sdk/connectivity'; | ||
import type { Readable } from 'stream'; | ||
import type { Url } from 'url'; | ||
import type { ConnectionOptions } from 'tls'; | ||
import type net from 'net'; | ||
import type { AuthenticationType, DestinationProxyType, ProxyConfiguration } from '@sap-cloud-sdk/connectivity'; | ||
/** | ||
@@ -7,0 +7,0 @@ * Represents an e-mail address. |
@@ -1,4 +0,4 @@ | ||
import { DestinationOrFetchOptions } from '@sap-cloud-sdk/connectivity'; | ||
import { SocksProxy } from 'socks'; | ||
import { MailClientOptions, MailConfig, MailDestination, MailResponse } from './mail-client-types'; | ||
import type { DestinationOrFetchOptions } from '@sap-cloud-sdk/connectivity'; | ||
import type { SocksProxy } from 'socks'; | ||
import type { MailClientOptions, MailConfig, MailDestination, MailResponse } from './mail-client-types'; | ||
/** | ||
@@ -5,0 +5,0 @@ * @internal |
{ | ||
"name": "@sap-cloud-sdk/mail-client", | ||
"version": "3.21.1-20240924014051.0", | ||
"version": "3.21.1-20240926014148.0", | ||
"description": "SAP Cloud SDK for JavaScript e-mail client", | ||
@@ -41,4 +41,4 @@ "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", | ||
"dependencies": { | ||
"@sap-cloud-sdk/connectivity": "^3.21.1-20240924014051.0", | ||
"@sap-cloud-sdk/util": "^3.21.1-20240924014051.0", | ||
"@sap-cloud-sdk/connectivity": "^3.21.1-20240926014148.0", | ||
"@sap-cloud-sdk/util": "^3.21.1-20240926014148.0", | ||
"nodemailer": "6.9.15", | ||
@@ -45,0 +45,0 @@ "socks": "2.8.3" |
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
39807