mongodb-stitch-core-services-aws-ses
Advanced tools
Comparing version 4.0.12 to 4.0.13
@@ -13,3 +13,3 @@ import AwsSesSendResult from "../AwsSesSendResult"; | ||
}; | ||
return this.service.callFunctionInternal("send", [args], AwsSesSendResult.Decoder); | ||
return this.service.callFunction("send", [args], AwsSesSendResult.Decoder); | ||
}; | ||
@@ -16,0 +16,0 @@ return CoreAwsSesServiceClient; |
@@ -27,3 +27,3 @@ var __importDefault = (this && this.__importDefault) || function (mod) { | ||
}; | ||
return this.service.callFunctionInternal("send", [args], AwsSesSendResult_1.default.Decoder); | ||
return this.service.callFunction("send", [args], AwsSesSendResult_1.default.Decoder); | ||
}; | ||
@@ -30,0 +30,0 @@ return CoreAwsSesServiceClient; |
{ | ||
"name": "mongodb-stitch-core-services-aws-ses", | ||
"version": "4.0.12", | ||
"version": "4.0.13", | ||
"main": "dist/umd/index.js", | ||
@@ -40,3 +40,3 @@ "module": "dist/esm/index.js", | ||
"dependencies": { | ||
"mongodb-stitch-core-sdk": "^4.0.12" | ||
"mongodb-stitch-core-sdk": "^4.0.13" | ||
}, | ||
@@ -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
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
21654