Skip to content

Commit

Permalink
v4.0.15-0
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Oct 15, 2018
1 parent e1bac8a commit 5cebe28
Show file tree
Hide file tree
Showing 42 changed files with 180 additions and 180 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
]
}
},
"version": "4.0.14"
"version": "4.0.15-0"
}
4 changes: 2 additions & 2 deletions packages/browser/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-browser-core",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"detect-browser": "^3.0.0",
"mongodb-stitch-bson": "^1.0.0",
"mongodb-stitch-core-sdk": "^4.0.14"
"mongodb-stitch-core-sdk": "^4.0.15-0"
},
"devDependencies": {
"@types/detect-browser": "^2.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/browser/coretest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-browser-coretest",
"version": "4.0.14",
"version": "4.0.15-0",
"description": "Tests for mongodb-stitch-browser-core",
"keywords": [
"mongodb",
Expand Down Expand Up @@ -32,12 +32,12 @@
"license": "Apache-2.0",
"private": true,
"dependencies": {
"mongodb-stitch-browser-core": "^4.0.14",
"mongodb-stitch-browser-testutils": "^4.0.14",
"mongodb-stitch-browser-core": "^4.0.15-0",
"mongodb-stitch-browser-testutils": "^4.0.15-0",
"mongodb-stitch-bson": "^1.0.0",
"mongodb-stitch-core-admin-client": "^4.0.14",
"mongodb-stitch-core-sdk": "^4.0.14",
"mongodb-stitch-core-testutils": "^4.0.14"
"mongodb-stitch-core-admin-client": "^4.0.15-0",
"mongodb-stitch-core-sdk": "^4.0.15-0",
"mongodb-stitch-core-testutils": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "mongodb-stitch-browser-examples-basic",
"version": "4.0.14",
"version": "4.0.15-0",
"description": "This is an example JS application using the stitch-browser module",
"private": true,
"main": "index.js",
"dependencies": {
"mongodb-stitch-browser-sdk": "^4.0.14",
"mongodb-stitch-browser-services-aws-s3": "^4.0.14"
"mongodb-stitch-browser-sdk": "^4.0.15-0",
"mongodb-stitch-browser-services-aws-s3": "^4.0.15-0"
},
"scripts": {
"build": "webpack -p",
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-browser-sdk",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -37,8 +37,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-browser-core": "^4.0.14",
"mongodb-stitch-browser-services-mongodb-remote": "^4.0.14"
"mongodb-stitch-browser-core": "^4.0.15-0",
"mongodb-stitch-browser-services-mongodb-remote": "^4.0.15-0"
},
"devDependencies": {
"prettier": "^1.13.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/browser/services/aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-browser-services-aws-s3",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -37,15 +37,15 @@
],
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-browser-core": "^4.0.14",
"mongodb-stitch-browser-core": "^4.0.15-0",
"mongodb-stitch-bson": "^1.0.0",
"mongodb-stitch-core-services-aws-s3": "^4.0.14"
"mongodb-stitch-core-services-aws-s3": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
"mongodb-stitch-browser-testutils": "^4.0.14",
"mongodb-stitch-core-admin-client": "^4.0.14",
"mongodb-stitch-core-sdk": "^4.0.14",
"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",
"prettier": "^1.13.5",
"rollup": "^0.60.7",
"ts-jest": "^22.4.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/browser/services/aws-ses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-browser-services-aws-ses",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -37,14 +37,14 @@
],
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-browser-core": "^4.0.14",
"mongodb-stitch-core-services-aws-ses": "^4.0.14"
"mongodb-stitch-browser-core": "^4.0.15-0",
"mongodb-stitch-core-services-aws-ses": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
"mongodb-stitch-browser-testutils": "^4.0.14",
"mongodb-stitch-core-admin-client": "^4.0.14",
"mongodb-stitch-core-sdk": "^4.0.14",
"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",
"prettier": "^1.13.5",
"rollup": "^0.60.7",
"ts-jest": "^22.4.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/browser/services/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-browser-services-aws",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -37,15 +37,15 @@
],
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-browser-core": "^4.0.14",
"mongodb-stitch-browser-core": "^4.0.15-0",
"mongodb-stitch-bson": "^1.0.0",
"mongodb-stitch-core-services-aws": "^4.0.14"
"mongodb-stitch-core-services-aws": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
"mongodb-stitch-browser-testutils": "^4.0.14",
"mongodb-stitch-core-admin-client": "^4.0.14",
"mongodb-stitch-core-sdk": "^4.0.14",
"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",
"prettier": "^1.13.5",
"rollup": "^0.60.7",
"ts-jest": "^22.4.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/browser/services/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-browser-services-http",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -37,14 +37,14 @@
],
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-browser-core": "^4.0.14",
"mongodb-stitch-core-services-http": "^4.0.14"
"mongodb-stitch-browser-core": "^4.0.15-0",
"mongodb-stitch-core-services-http": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
"mongodb-stitch-browser-testutils": "^4.0.14",
"mongodb-stitch-core-admin-client": "^4.0.14",
"mongodb-stitch-core-sdk": "^4.0.14",
"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-extjson": "^1.0.0",
"prettier": "^1.13.5",
"rollup": "^0.60.7",
Expand Down
12 changes: 6 additions & 6 deletions packages/browser/services/mongodb-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-browser-services-mongodb-remote",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -37,15 +37,15 @@
],
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-browser-core": "^4.0.14",
"mongodb-stitch-core-services-mongodb-remote": "^4.0.14"
"mongodb-stitch-browser-core": "^4.0.15-0",
"mongodb-stitch-core-services-mongodb-remote": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
"mongodb-stitch-browser-testutils": "^4.0.14",
"mongodb-stitch-browser-testutils": "^4.0.15-0",
"mongodb-stitch-bson": "^1.0.0",
"mongodb-stitch-core-admin-client": "^4.0.14",
"mongodb-stitch-core-sdk": "^4.0.14",
"mongodb-stitch-core-admin-client": "^4.0.15-0",
"mongodb-stitch-core-sdk": "^4.0.15-0",
"prettier": "^1.13.5",
"rollup": "^0.60.7",
"ts-jest": "^22.4.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/browser/services/twilio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-browser-services-twilio",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -37,14 +37,14 @@
],
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-browser-core": "^4.0.14",
"mongodb-stitch-core-services-twilio": "^4.0.14"
"mongodb-stitch-browser-core": "^4.0.15-0",
"mongodb-stitch-core-services-twilio": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
"mongodb-stitch-browser-testutils": "^4.0.14",
"mongodb-stitch-core-admin-client": "^4.0.14",
"mongodb-stitch-core-sdk": "^4.0.14",
"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",
"prettier": "^1.13.5",
"rollup": "^0.60.7",
"ts-jest": "^22.4.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/browser/testutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-browser-testutils",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -38,10 +38,10 @@
"license": "Apache-2.0",
"private": true,
"dependencies": {
"mongodb-stitch-browser-core": "^4.0.14",
"mongodb-stitch-core-admin-client": "^4.0.14",
"mongodb-stitch-core-sdk": "^4.0.14",
"mongodb-stitch-core-testutils": "^4.0.14"
"mongodb-stitch-browser-core": "^4.0.15-0",
"mongodb-stitch-core-admin-client": "^4.0.15-0",
"mongodb-stitch-core-sdk": "^4.0.15-0",
"mongodb-stitch-core-testutils": "^4.0.15-0"
},
"devDependencies": {
"typescript": "^2.9.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/admin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-core-admin-client",
"version": "4.0.14",
"version": "4.0.15-0",
"description": "Module that provides client access to the Stitch Admin API.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "Apache-2.0",
"private": true,
"dependencies": {
"mongodb-stitch-core-sdk": "^4.0.14",
"mongodb-stitch-core-sdk": "^4.0.15-0",
"mongodb-stitch-extjson": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-core-sdk",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/services/aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-core-services-aws-s3",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-bson": "^1.0.0",
"mongodb-stitch-core-sdk": "^4.0.14"
"mongodb-stitch-core-sdk": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/services/aws-ses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-core-services-aws-ses",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-core-sdk": "^4.0.14"
"mongodb-stitch-core-sdk": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/services/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-core-services-aws",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-bson": "^1.0.0",
"mongodb-stitch-core-sdk": "^4.0.14"
"mongodb-stitch-core-sdk": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/services/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-core-services-http",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-core-sdk": "^4.0.14"
"mongodb-stitch-core-sdk": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/services/mongodb-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-stitch-core-services-mongodb-remote",
"version": "4.0.14",
"version": "4.0.15-0",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"license": "Apache-2.0",
"dependencies": {
"mongodb-stitch-bson": "^1.0.0",
"mongodb-stitch-core-sdk": "^4.0.14"
"mongodb-stitch-core-sdk": "^4.0.15-0"
},
"devDependencies": {
"jest": "^23.1.0",
Expand Down

0 comments on commit 5cebe28

Please sign in to comment.