mongodb-stitch-core-services-aws-ses
Advanced tools
Comparing version 4.0.0-beta-5 to 4.0.0-beta-6
{ | ||
"name": "mongodb-stitch-core-services-aws-ses", | ||
"version": "4.0.0-beta-5", | ||
"version": "4.0.0-beta-6", | ||
"main": "dist/umd/index.js", | ||
@@ -40,3 +40,3 @@ "module": "dist/esm/index.js", | ||
"dependencies": { | ||
"mongodb-stitch-core-sdk": "^4.0.0-beta-5" | ||
"mongodb-stitch-core-sdk": "^4.0.0-beta-6" | ||
}, | ||
@@ -56,2 +56,3 @@ "devDependencies": { | ||
"build-module": "tsc -p tsconfig.esm.json", | ||
"prepare": "npm run build", | ||
"watch": "tsc -w -p tsconfig.esm.json", | ||
@@ -58,0 +59,0 @@ "test": "jest", |
21315