mongodb-stitch-core-services-aws-ses
Advanced tools
Comparing version 4.0.8-0 to 4.0.8-4.0.8-1.0
@@ -0,1 +1,4 @@ | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
(function (factory) { | ||
@@ -12,7 +15,7 @@ if (typeof module === "object" && typeof module.exports === "object") { | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var AwsSesSendResult_1 = require("./AwsSesSendResult"); | ||
var AwsSesSendResult_1 = __importDefault(require("./AwsSesSendResult")); | ||
exports.AwsSesSendResult = AwsSesSendResult_1.default; | ||
var CoreAwsSesServiceClient_1 = require("./internal/CoreAwsSesServiceClient"); | ||
var CoreAwsSesServiceClient_1 = __importDefault(require("./internal/CoreAwsSesServiceClient")); | ||
exports.CoreAwsSesServiceClient = CoreAwsSesServiceClient_1.default; | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,4 @@ | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
(function (factory) { | ||
@@ -12,3 +15,3 @@ if (typeof module === "object" && typeof module.exports === "object") { | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var AwsSesSendResult_1 = require("../AwsSesSendResult"); | ||
var AwsSesSendResult_1 = __importDefault(require("../AwsSesSendResult")); | ||
var CoreAwsSesServiceClient = (function () { | ||
@@ -15,0 +18,0 @@ function CoreAwsSesServiceClient(service) { |
{ | ||
"name": "mongodb-stitch-core-services-aws-ses", | ||
"version": "4.0.8-0", | ||
"version": "4.0.8-4.0.8-1.0", | ||
"main": "dist/umd/index.js", | ||
@@ -40,3 +40,3 @@ "module": "dist/esm/index.js", | ||
"dependencies": { | ||
"mongodb-stitch-core-sdk": "^4.0.8-0" | ||
"mongodb-stitch-core-sdk": "^4.0.8-4.0.8-1.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
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
21656
155