Skip to content

Commit 54b5c3f

Browse files
committed
v4.3.0
1 parent 78c05bc commit 54b5c3f

File tree

42 files changed

+189
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+189
-189
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
]
1313
}
1414
},
15-
"version": "4.2.0"
15+
"version": "4.3.0"
1616
}

packages/browser/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-core",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"bson": "4.0.0",
4141
"detect-browser": "^3.0.0",
42-
"mongodb-stitch-core-sdk": "^4.2.0",
42+
"mongodb-stitch-core-sdk": "^4.3.0",
4343
"whatwg-fetch": "^3.0.0"
4444
},
4545
"devDependencies": {

packages/browser/coretest/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-coretest",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Tests for mongodb-stitch-browser-core",
55
"keywords": [
66
"mongodb",
@@ -33,11 +33,11 @@
3333
"private": true,
3434
"dependencies": {
3535
"bson": "4.0.0",
36-
"mongodb-stitch-browser-core": "^4.2.0",
37-
"mongodb-stitch-browser-testutils": "^4.2.0",
38-
"mongodb-stitch-core-admin-client": "^4.2.0",
39-
"mongodb-stitch-core-sdk": "^4.2.0",
40-
"mongodb-stitch-core-testutils": "^4.2.0"
36+
"mongodb-stitch-browser-core": "^4.3.0",
37+
"mongodb-stitch-browser-testutils": "^4.3.0",
38+
"mongodb-stitch-core-admin-client": "^4.3.0",
39+
"mongodb-stitch-core-sdk": "^4.3.0",
40+
"mongodb-stitch-core-testutils": "^4.3.0"
4141
},
4242
"devDependencies": {
4343
"jest": "^23.1.0",

packages/browser/examples/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "mongodb-stitch-browser-examples-basic",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "This is an example JS application using the stitch-browser module",
55
"private": true,
66
"main": "index.js",
77
"dependencies": {
8-
"mongodb-stitch-browser-sdk": "^4.2.0",
9-
"mongodb-stitch-browser-services-aws-s3": "^4.2.0"
8+
"mongodb-stitch-browser-sdk": "^4.3.0",
9+
"mongodb-stitch-browser-services-aws-s3": "^4.3.0"
1010
},
1111
"scripts": {
1212
"build": "webpack -p",

packages/browser/sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-sdk",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -37,8 +37,8 @@
3737
],
3838
"license": "Apache-2.0",
3939
"dependencies": {
40-
"mongodb-stitch-browser-core": "^4.2.0",
41-
"mongodb-stitch-browser-services-mongodb-remote": "^4.2.0"
40+
"mongodb-stitch-browser-core": "^4.3.0",
41+
"mongodb-stitch-browser-services-mongodb-remote": "^4.3.0"
4242
},
4343
"devDependencies": {
4444
"prettier": "^1.13.5",

packages/browser/services/aws-s3/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-services-aws-s3",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -38,15 +38,15 @@
3838
"license": "Apache-2.0",
3939
"dependencies": {
4040
"bson": "4.0.0",
41-
"mongodb-stitch-browser-core": "^4.2.0",
42-
"mongodb-stitch-core-services-aws-s3": "^4.2.0"
41+
"mongodb-stitch-browser-core": "^4.3.0",
42+
"mongodb-stitch-core-services-aws-s3": "^4.3.0"
4343
},
4444
"devDependencies": {
4545
"jest": "^23.1.0",
46-
"mongodb-stitch-browser-testutils": "^4.2.0",
47-
"mongodb-stitch-core-admin-client": "^4.2.0",
48-
"mongodb-stitch-core-sdk": "^4.2.0",
49-
"mongodb-stitch-core-testutils": "^4.2.0",
46+
"mongodb-stitch-browser-testutils": "^4.3.0",
47+
"mongodb-stitch-core-admin-client": "^4.3.0",
48+
"mongodb-stitch-core-sdk": "^4.3.0",
49+
"mongodb-stitch-core-testutils": "^4.3.0",
5050
"prettier": "^1.13.5",
5151
"rollup": "^0.60.7",
5252
"ts-jest": "^22.4.6",

packages/browser/services/aws-ses/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-services-aws-ses",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -37,14 +37,14 @@
3737
],
3838
"license": "Apache-2.0",
3939
"dependencies": {
40-
"mongodb-stitch-browser-core": "^4.2.0",
41-
"mongodb-stitch-core-services-aws-ses": "^4.2.0"
40+
"mongodb-stitch-browser-core": "^4.3.0",
41+
"mongodb-stitch-core-services-aws-ses": "^4.3.0"
4242
},
4343
"devDependencies": {
4444
"jest": "^23.1.0",
45-
"mongodb-stitch-browser-testutils": "^4.2.0",
46-
"mongodb-stitch-core-admin-client": "^4.2.0",
47-
"mongodb-stitch-core-sdk": "^4.2.0",
45+
"mongodb-stitch-browser-testutils": "^4.3.0",
46+
"mongodb-stitch-core-admin-client": "^4.3.0",
47+
"mongodb-stitch-core-sdk": "^4.3.0",
4848
"prettier": "^1.13.5",
4949
"rollup": "^0.60.7",
5050
"ts-jest": "^22.4.6",

packages/browser/services/aws/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-services-aws",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -38,15 +38,15 @@
3838
"license": "Apache-2.0",
3939
"dependencies": {
4040
"bson": "4.0.0",
41-
"mongodb-stitch-browser-core": "^4.2.0",
42-
"mongodb-stitch-core-services-aws": "^4.2.0"
41+
"mongodb-stitch-browser-core": "^4.3.0",
42+
"mongodb-stitch-core-services-aws": "^4.3.0"
4343
},
4444
"devDependencies": {
4545
"jest": "^23.1.0",
46-
"mongodb-stitch-browser-testutils": "^4.2.0",
47-
"mongodb-stitch-core-admin-client": "^4.2.0",
48-
"mongodb-stitch-core-sdk": "^4.2.0",
49-
"mongodb-stitch-core-testutils": "^4.2.0",
46+
"mongodb-stitch-browser-testutils": "^4.3.0",
47+
"mongodb-stitch-core-admin-client": "^4.3.0",
48+
"mongodb-stitch-core-sdk": "^4.3.0",
49+
"mongodb-stitch-core-testutils": "^4.3.0",
5050
"prettier": "^1.13.5",
5151
"rollup": "^0.60.7",
5252
"ts-jest": "^22.4.6",

packages/browser/services/http/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-services-http",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -37,15 +37,15 @@
3737
],
3838
"license": "Apache-2.0",
3939
"dependencies": {
40-
"mongodb-stitch-browser-core": "^4.2.0",
41-
"mongodb-stitch-core-services-http": "^4.2.0"
40+
"mongodb-stitch-browser-core": "^4.3.0",
41+
"mongodb-stitch-core-services-http": "^4.3.0"
4242
},
4343
"devDependencies": {
4444
"bson": "4.0.0",
4545
"jest": "^23.1.0",
46-
"mongodb-stitch-browser-testutils": "^4.2.0",
47-
"mongodb-stitch-core-admin-client": "^4.2.0",
48-
"mongodb-stitch-core-sdk": "^4.2.0",
46+
"mongodb-stitch-browser-testutils": "^4.3.0",
47+
"mongodb-stitch-core-admin-client": "^4.3.0",
48+
"mongodb-stitch-core-sdk": "^4.3.0",
4949
"prettier": "^1.13.5",
5050
"rollup": "^0.60.7",
5151
"ts-jest": "^22.4.6",

packages/browser/services/mongodb-remote/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-services-mongodb-remote",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -37,16 +37,16 @@
3737
],
3838
"license": "Apache-2.0",
3939
"dependencies": {
40-
"mongodb-stitch-browser-core": "^4.2.0",
41-
"mongodb-stitch-core-services-mongodb-remote": "^4.2.0"
40+
"mongodb-stitch-browser-core": "^4.3.0",
41+
"mongodb-stitch-core-services-mongodb-remote": "^4.3.0"
4242
},
4343
"devDependencies": {
4444
"bson": "4.0.0",
4545
"eventsource": "1.0.7",
4646
"jest": "^23.1.0",
47-
"mongodb-stitch-browser-testutils": "^4.2.0",
48-
"mongodb-stitch-core-admin-client": "^4.2.0",
49-
"mongodb-stitch-core-sdk": "^4.2.0",
47+
"mongodb-stitch-browser-testutils": "^4.3.0",
48+
"mongodb-stitch-core-admin-client": "^4.3.0",
49+
"mongodb-stitch-core-sdk": "^4.3.0",
5050
"prettier": "^1.13.5",
5151
"rollup": "^0.60.7",
5252
"ts-jest": "^22.4.6",

0 commit comments

Comments
 (0)