mongodb-stitch-browser-services-aws-ses
Advanced tools
Comparing version 4.3.0 to 4.3.1
{ | ||
"name": "mongodb-stitch-browser-services-aws-ses", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"main": "dist/cjs/index.js", | ||
@@ -36,2 +36,10 @@ "module": "dist/esm/index.js", | ||
"email": "jason.flax@mongodb.com" | ||
}, | ||
{ | ||
"name": "Doug Kaminsky", | ||
"email": "douglas.kaminsky@mongodb.com" | ||
}, | ||
{ | ||
"name": "Tyler Kaye", | ||
"email": "tyler.kaye@mongodb.com" | ||
} | ||
@@ -41,10 +49,10 @@ ], | ||
"dependencies": { | ||
"mongodb-stitch-browser-core": "^4.3.0", | ||
"mongodb-stitch-core-services-aws-ses": "^4.3.0" | ||
"mongodb-stitch-browser-core": "^4.3.1", | ||
"mongodb-stitch-core-services-aws-ses": "^4.3.1" | ||
}, | ||
"devDependencies": { | ||
"jest": "^23.1.0", | ||
"mongodb-stitch-browser-testutils": "^4.3.0", | ||
"mongodb-stitch-core-admin-client": "^4.3.0", | ||
"mongodb-stitch-core-sdk": "^4.3.0", | ||
"mongodb-stitch-browser-testutils": "^4.3.1", | ||
"mongodb-stitch-core-admin-client": "^4.3.1", | ||
"mongodb-stitch-core-sdk": "^4.3.1", | ||
"prettier": "^1.13.5", | ||
@@ -65,4 +73,4 @@ "rollup": "^0.60.7", | ||
"test": "jest", | ||
"lint": "tslint src/**/*.ts __tests__/**/*.ts", | ||
"lint-fix": "tslint --fix src/**/*.ts __tests__/**/*.ts", | ||
"lint": "tslint 'src/**/*.ts' '__tests__/**/*.ts'", | ||
"lint-fix": "tslint --fix 'src/**/*.ts' '__tests__/**/*.ts'", | ||
"lint-check": "tslint-config-prettier-check ./tslint.json", | ||
@@ -69,0 +77,0 @@ "prettier": "prettier --write \"{,!(node_modules),!(dist)/**/}*.ts\"" |
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
28550