mongodb-stitch-browser-services-aws-ses
Advanced tools
Comparing version 4.0.15-0 to 4.0.15-beta-1.0
{ | ||
"name": "mongodb-stitch-browser-services-aws-ses", | ||
"version": "4.0.15-0", | ||
"main": "dist/umd/index.js", | ||
"version": "4.0.15-beta-1.0", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
@@ -40,10 +40,10 @@ "types": "dist/esm/index.d.ts", | ||
"dependencies": { | ||
"mongodb-stitch-browser-core": "^4.0.15-0", | ||
"mongodb-stitch-core-services-aws-ses": "^4.0.15-0" | ||
"mongodb-stitch-browser-core": "^4.0.15-beta-1.0", | ||
"mongodb-stitch-core-services-aws-ses": "^4.0.15-beta-1.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^23.1.0", | ||
"mongodb-stitch-browser-testutils": "^4.0.15-0", | ||
"mongodb-stitch-core-admin-client": "^4.0.15-0", | ||
"mongodb-stitch-core-sdk": "^4.0.15-0", | ||
"mongodb-stitch-browser-testutils": "^4.0.15-beta-1.0", | ||
"mongodb-stitch-core-admin-client": "^4.0.15-beta-1.0", | ||
"mongodb-stitch-core-sdk": "^4.0.15-beta-1.0", | ||
"prettier": "^1.13.5", | ||
@@ -58,3 +58,3 @@ "rollup": "^0.60.7", | ||
"build": "npm run build-main && npm run build-module && npm run build-browser", | ||
"build-main": "tsc -p tsconfig.umd.json", | ||
"build-main": "tsc -p tsconfig.cjs.json", | ||
"build-module": "tsc -p tsconfig.esm.json", | ||
@@ -73,3 +73,3 @@ "build-browser": "rollup -c", | ||
"ts-jest": { | ||
"tsConfigFile": "tsconfig.umd.json" | ||
"tsConfigFile": "tsconfig.cjs.json" | ||
} | ||
@@ -76,0 +76,0 @@ }, |
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
28431
121