Skip to content

Commit 76c984a

Browse files
committed
v4.3.1
1 parent 9e773f4 commit 76c984a

File tree

42 files changed

+353
-353
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

+353
-353
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.3.0"
15+
"version": "4.3.1"
1616
}

packages/browser/core/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-core",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -33,21 +33,21 @@
3333
{
3434
"name": "Jason Flax",
3535
"email": "[email protected]"
36-
},
36+
},
3737
{
38-
"name": "Doug Kaminsky",
38+
"name": "Doug Kaminsky",
3939
"email": "[email protected]"
40-
},
40+
},
4141
{
42-
"name": "Tyler Kaye",
42+
"name": "Tyler Kaye",
4343
"email": "[email protected]"
4444
}
4545
],
4646
"license": "Apache-2.0",
4747
"dependencies": {
4848
"bson": "4.0.0",
4949
"detect-browser": "^3.0.0",
50-
"mongodb-stitch-core-sdk": "^4.3.0",
50+
"mongodb-stitch-core-sdk": "^4.3.1",
5151
"whatwg-fetch": "^3.0.0"
5252
},
5353
"devDependencies": {

packages/browser/coretest/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-coretest",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "Tests for mongodb-stitch-browser-core",
55
"keywords": [
66
"mongodb",
@@ -27,25 +27,25 @@
2727
{
2828
"name": "Jason Flax",
2929
"email": "[email protected]"
30-
},
30+
},
3131
{
32-
"name": "Doug Kaminsky",
32+
"name": "Doug Kaminsky",
3333
"email": "[email protected]"
34-
},
34+
},
3535
{
36-
"name": "Tyler Kaye",
36+
"name": "Tyler Kaye",
3737
"email": "[email protected]"
3838
}
3939
],
4040
"license": "Apache-2.0",
4141
"private": true,
4242
"dependencies": {
4343
"bson": "4.0.0",
44-
"mongodb-stitch-browser-core": "^4.3.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",
48-
"mongodb-stitch-core-testutils": "^4.3.0"
44+
"mongodb-stitch-browser-core": "^4.3.1",
45+
"mongodb-stitch-browser-testutils": "^4.3.1",
46+
"mongodb-stitch-core-admin-client": "^4.3.1",
47+
"mongodb-stitch-core-sdk": "^4.3.1",
48+
"mongodb-stitch-core-testutils": "^4.3.1"
4949
},
5050
"devDependencies": {
5151
"jest": "^23.1.0",

packages/browser/examples/basic/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "mongodb-stitch-browser-examples-basic",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
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.3.0",
9-
"mongodb-stitch-browser-services-aws-s3": "^4.3.0"
8+
"mongodb-stitch-browser-sdk": "^4.3.1",
9+
"mongodb-stitch-browser-services-aws-s3": "^4.3.1"
1010
},
1111
"scripts": {
1212
"build": "webpack -p",
@@ -37,13 +37,13 @@
3737
{
3838
"name": "Jason Flax",
3939
"email": "[email protected]"
40-
},
40+
},
4141
{
42-
"name": "Doug Kaminsky",
42+
"name": "Doug Kaminsky",
4343
"email": "[email protected]"
44-
},
44+
},
4545
{
46-
"name": "Tyler Kaye",
46+
"name": "Tyler Kaye",
4747
"email": "[email protected]"
4848
}
4949
],

packages/browser/sdk/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-sdk",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -33,20 +33,20 @@
3333
{
3434
"name": "Jason Flax",
3535
"email": "[email protected]"
36-
},
36+
},
3737
{
38-
"name": "Doug Kaminsky",
38+
"name": "Doug Kaminsky",
3939
"email": "[email protected]"
40-
},
40+
},
4141
{
42-
"name": "Tyler Kaye",
42+
"name": "Tyler Kaye",
4343
"email": "[email protected]"
4444
}
4545
],
4646
"license": "Apache-2.0",
4747
"dependencies": {
48-
"mongodb-stitch-browser-core": "^4.3.0",
49-
"mongodb-stitch-browser-services-mongodb-remote": "^4.3.0"
48+
"mongodb-stitch-browser-core": "^4.3.1",
49+
"mongodb-stitch-browser-services-mongodb-remote": "^4.3.1"
5050
},
5151
"devDependencies": {
5252
"prettier": "^1.13.5",

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

Lines changed: 11 additions & 11 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.3.0",
3+
"version": "4.3.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -33,28 +33,28 @@
3333
{
3434
"name": "Jason Flax",
3535
"email": "[email protected]"
36-
},
36+
},
3737
{
38-
"name": "Doug Kaminsky",
38+
"name": "Doug Kaminsky",
3939
"email": "[email protected]"
40-
},
40+
},
4141
{
42-
"name": "Tyler Kaye",
42+
"name": "Tyler Kaye",
4343
"email": "[email protected]"
4444
}
4545
],
4646
"license": "Apache-2.0",
4747
"dependencies": {
4848
"bson": "4.0.0",
49-
"mongodb-stitch-browser-core": "^4.3.0",
50-
"mongodb-stitch-core-services-aws-s3": "^4.3.0"
49+
"mongodb-stitch-browser-core": "^4.3.1",
50+
"mongodb-stitch-core-services-aws-s3": "^4.3.1"
5151
},
5252
"devDependencies": {
5353
"jest": "^23.1.0",
54-
"mongodb-stitch-browser-testutils": "^4.3.0",
55-
"mongodb-stitch-core-admin-client": "^4.3.0",
56-
"mongodb-stitch-core-sdk": "^4.3.0",
57-
"mongodb-stitch-core-testutils": "^4.3.0",
54+
"mongodb-stitch-browser-testutils": "^4.3.1",
55+
"mongodb-stitch-core-admin-client": "^4.3.1",
56+
"mongodb-stitch-core-sdk": "^4.3.1",
57+
"mongodb-stitch-core-testutils": "^4.3.1",
5858
"prettier": "^1.13.5",
5959
"rollup": "^0.60.7",
6060
"ts-jest": "^22.4.6",

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

Lines changed: 10 additions & 10 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.3.0",
3+
"version": "4.3.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -33,26 +33,26 @@
3333
{
3434
"name": "Jason Flax",
3535
"email": "[email protected]"
36-
},
36+
},
3737
{
38-
"name": "Doug Kaminsky",
38+
"name": "Doug Kaminsky",
3939
"email": "[email protected]"
40-
},
40+
},
4141
{
42-
"name": "Tyler Kaye",
42+
"name": "Tyler Kaye",
4343
"email": "[email protected]"
4444
}
4545
],
4646
"license": "Apache-2.0",
4747
"dependencies": {
48-
"mongodb-stitch-browser-core": "^4.3.0",
49-
"mongodb-stitch-core-services-aws-ses": "^4.3.0"
48+
"mongodb-stitch-browser-core": "^4.3.1",
49+
"mongodb-stitch-core-services-aws-ses": "^4.3.1"
5050
},
5151
"devDependencies": {
5252
"jest": "^23.1.0",
53-
"mongodb-stitch-browser-testutils": "^4.3.0",
54-
"mongodb-stitch-core-admin-client": "^4.3.0",
55-
"mongodb-stitch-core-sdk": "^4.3.0",
53+
"mongodb-stitch-browser-testutils": "^4.3.1",
54+
"mongodb-stitch-core-admin-client": "^4.3.1",
55+
"mongodb-stitch-core-sdk": "^4.3.1",
5656
"prettier": "^1.13.5",
5757
"rollup": "^0.60.7",
5858
"ts-jest": "^22.4.6",

packages/browser/services/aws/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-services-aws",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -33,28 +33,28 @@
3333
{
3434
"name": "Jason Flax",
3535
"email": "[email protected]"
36-
},
36+
},
3737
{
38-
"name": "Doug Kaminsky",
38+
"name": "Doug Kaminsky",
3939
"email": "[email protected]"
40-
},
40+
},
4141
{
42-
"name": "Tyler Kaye",
42+
"name": "Tyler Kaye",
4343
"email": "[email protected]"
4444
}
4545
],
4646
"license": "Apache-2.0",
4747
"dependencies": {
4848
"bson": "4.0.0",
49-
"mongodb-stitch-browser-core": "^4.3.0",
50-
"mongodb-stitch-core-services-aws": "^4.3.0"
49+
"mongodb-stitch-browser-core": "^4.3.1",
50+
"mongodb-stitch-core-services-aws": "^4.3.1"
5151
},
5252
"devDependencies": {
5353
"jest": "^23.1.0",
54-
"mongodb-stitch-browser-testutils": "^4.3.0",
55-
"mongodb-stitch-core-admin-client": "^4.3.0",
56-
"mongodb-stitch-core-sdk": "^4.3.0",
57-
"mongodb-stitch-core-testutils": "^4.3.0",
54+
"mongodb-stitch-browser-testutils": "^4.3.1",
55+
"mongodb-stitch-core-admin-client": "^4.3.1",
56+
"mongodb-stitch-core-sdk": "^4.3.1",
57+
"mongodb-stitch-core-testutils": "^4.3.1",
5858
"prettier": "^1.13.5",
5959
"rollup": "^0.60.7",
6060
"ts-jest": "^22.4.6",

packages/browser/services/http/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-stitch-browser-services-http",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -33,27 +33,27 @@
3333
{
3434
"name": "Jason Flax",
3535
"email": "[email protected]"
36-
},
36+
},
3737
{
38-
"name": "Doug Kaminsky",
38+
"name": "Doug Kaminsky",
3939
"email": "[email protected]"
40-
},
40+
},
4141
{
42-
"name": "Tyler Kaye",
42+
"name": "Tyler Kaye",
4343
"email": "[email protected]"
4444
}
4545
],
4646
"license": "Apache-2.0",
4747
"dependencies": {
48-
"mongodb-stitch-browser-core": "^4.3.0",
49-
"mongodb-stitch-core-services-http": "^4.3.0"
48+
"mongodb-stitch-browser-core": "^4.3.1",
49+
"mongodb-stitch-core-services-http": "^4.3.1"
5050
},
5151
"devDependencies": {
5252
"bson": "4.0.0",
5353
"jest": "^23.1.0",
54-
"mongodb-stitch-browser-testutils": "^4.3.0",
55-
"mongodb-stitch-core-admin-client": "^4.3.0",
56-
"mongodb-stitch-core-sdk": "^4.3.0",
54+
"mongodb-stitch-browser-testutils": "^4.3.1",
55+
"mongodb-stitch-core-admin-client": "^4.3.1",
56+
"mongodb-stitch-core-sdk": "^4.3.1",
5757
"prettier": "^1.13.5",
5858
"rollup": "^0.60.7",
5959
"ts-jest": "^22.4.6",

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

Lines changed: 10 additions & 10 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.3.0",
3+
"version": "4.3.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -33,28 +33,28 @@
3333
{
3434
"name": "Jason Flax",
3535
"email": "[email protected]"
36-
},
36+
},
3737
{
38-
"name": "Doug Kaminsky",
38+
"name": "Doug Kaminsky",
3939
"email": "[email protected]"
40-
},
40+
},
4141
{
42-
"name": "Tyler Kaye",
42+
"name": "Tyler Kaye",
4343
"email": "[email protected]"
4444
}
4545
],
4646
"license": "Apache-2.0",
4747
"dependencies": {
48-
"mongodb-stitch-browser-core": "^4.3.0",
49-
"mongodb-stitch-core-services-mongodb-remote": "^4.3.0"
48+
"mongodb-stitch-browser-core": "^4.3.1",
49+
"mongodb-stitch-core-services-mongodb-remote": "^4.3.1"
5050
},
5151
"devDependencies": {
5252
"bson": "4.0.0",
5353
"eventsource": "1.0.7",
5454
"jest": "^23.1.0",
55-
"mongodb-stitch-browser-testutils": "^4.3.0",
56-
"mongodb-stitch-core-admin-client": "^4.3.0",
57-
"mongodb-stitch-core-sdk": "^4.3.0",
55+
"mongodb-stitch-browser-testutils": "^4.3.1",
56+
"mongodb-stitch-core-admin-client": "^4.3.1",
57+
"mongodb-stitch-core-sdk": "^4.3.1",
5858
"prettier": "^1.13.5",
5959
"rollup": "^0.60.7",
6060
"ts-jest": "^22.4.6",

0 commit comments

Comments
 (0)