mongodb-stitch-core-services-aws-ses
Advanced tools
Comparing version 4.0.0-beta-2 to 4.0.0-beta-3
export default class AwsSesSendResult { | ||
readonly messageId: string; | ||
static readonly Decoder: { | ||
decode(from: object): AwsSesSendResult; | ||
decode(from: any): AwsSesSendResult; | ||
}; | ||
constructor(messageId: string); | ||
} |
export default class AwsSesSendResult { | ||
readonly messageId: string; | ||
static readonly Decoder: { | ||
decode(from: object): AwsSesSendResult; | ||
decode(from: any): AwsSesSendResult; | ||
}; | ||
constructor(messageId: string); | ||
} |
{ | ||
"name": "mongodb-stitch-core-services-aws-ses", | ||
"version": "4.0.0-beta-2", | ||
"version": "4.0.0-beta-3", | ||
"main": "lib/umd/index.js", | ||
@@ -11,2 +11,14 @@ "module": "lib/esm/index.js", | ||
"description": "MongoDB Stitch JavaScript SDK - Core AWS SES Service", | ||
"keywords": [ | ||
"mongodb", | ||
"aws", | ||
"twilio", | ||
"http", | ||
"mobile", | ||
"serverless", | ||
"stitch", | ||
"atlas" | ||
], | ||
"homepage": "https://github.com/mongodb/stitch-js-sdk#readme", | ||
"repository": "mongodb/stitch-js-sdk", | ||
"author": "MongoDB Inc.", | ||
@@ -29,3 +41,3 @@ "contributors": [ | ||
"dependencies": { | ||
"mongodb-stitch-core-sdk": "^4.0.0-beta-2" | ||
"mongodb-stitch-core-sdk": "^4.0.0-beta-3" | ||
}, | ||
@@ -36,2 +48,3 @@ "devDependencies": { | ||
"ts-jest": "^22.4.6", | ||
"ts-mockito": "^2.3.0", | ||
"tslint": "^5.10.0", | ||
@@ -45,5 +58,5 @@ "tslint-config-prettier": "^1.13.0", | ||
"build-module": "tsc -p tsconfig.esm.json", | ||
"watch": "tsc -w", | ||
"watch": "tsc -w -p tsconfig.esm.json", | ||
"test": "jest", | ||
"lint": "tslint src/**/*.ts", | ||
"lint": "tslint src/**/*.ts __tests__/**/*.ts", | ||
"lint-fix": "tslint --fix src/**/*.ts __tests__/**/*.ts", | ||
@@ -59,2 +72,11 @@ "lint-check": "tslint-config-prettier-check ./tslint.json", | ||
}, | ||
"reporters": [ | ||
"default", | ||
[ | ||
"jest-junit", | ||
{ | ||
"output": "./build/test-results/junit.xml" | ||
} | ||
] | ||
], | ||
"transform": { | ||
@@ -61,0 +83,0 @@ "^.+\\.tsx?$": "ts-jest" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
21278
21
1
1
5
7