Skip to content

Commit

Permalink
Merge pull request #193 from getbraincloud/release/5.0
Browse files Browse the repository at this point in the history
Release/5.0.2
  • Loading branch information
francobithead authored Sep 14, 2023
2 parents fa93a8d + 299380f commit bf939ce
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 156 deletions.
4 changes: 2 additions & 2 deletions deploy/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deploy/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braincloud",
"version": "5.0.0",
"version": "5.0.2",
"description": " brainCloud client for NodeJS",
"main": "index.js",
"react-native": "react-native.js",
Expand Down
2 changes: 1 addition & 1 deletion src/brainCloudClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function BrainCloudClient() {
}


bcc.version = "5.0.0";
bcc.version = "5.0.2";
bcc.countryCode;
bcc.languageCode;

Expand Down
7 changes: 0 additions & 7 deletions src/brainCloudWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,6 @@ function BrainCloudWrapper(wrapperName) {
bcw.brainCloudClient.authentication.authenticateHandoff(
handoffId,
securityToken,
bc.authentication.AUTHENTICATION_TYPE_HANDOFF,
null,
false,
callback);
};

Expand All @@ -646,10 +643,6 @@ function BrainCloudWrapper(wrapperName) {
bcw.authenticateSettopHandoff= function(handoffCode, callback) {
bcw.brainCloudClient.authentication.authenticateSettopHandoff(
handoffCode,
"",
bc.authentication.AUTHENTICATION_TYPE_SETTOP_HANDOFF,
null,
false,
callback);
};

Expand Down
192 changes: 69 additions & 123 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bf939ce

Please sign in to comment.