Skip to content

Commit d34b23f

Browse files
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#210427
2 parents 01fbe8e + b50796e commit d34b23f

31 files changed

+85
-91
lines changed

PlayFabSdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playfab-web-sdk",
3-
"version": "1.84.210406",
3+
"version": "1.85.210427",
44
"description": "Playfab SDK for JS client applications",
55
"license": "Apache-2.0",
66
"repository": {

PlayFabSdk/src/PlayFab/PlayFabAdminApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.84.210406",
25+
sdkVersion: "1.85.210427",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.84.210406"
27+
sdk: "JavaScriptSDK-1.85.210427"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
235-
PlayFab.sdkVersion = "1.84.210406";
235+
PlayFab.sdkVersion = "1.85.210427";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabAuthenticationApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.84.210406",
25+
sdkVersion: "1.85.210427",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.84.210406"
27+
sdk: "JavaScriptSDK-1.85.210427"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
235-
PlayFab.sdkVersion = "1.84.210406";
235+
PlayFab.sdkVersion = "1.85.210427";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabClientApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.84.210406",
25+
sdkVersion: "1.85.210427",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.84.210406"
27+
sdk: "JavaScriptSDK-1.85.210427"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
235-
PlayFab.sdkVersion = "1.84.210406";
235+
PlayFab.sdkVersion = "1.85.210427";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabCloudScriptApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.84.210406",
25+
sdkVersion: "1.85.210427",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.84.210406"
27+
sdk: "JavaScriptSDK-1.85.210427"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
235-
PlayFab.sdkVersion = "1.84.210406";
235+
PlayFab.sdkVersion = "1.85.210427";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabDataApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.84.210406",
25+
sdkVersion: "1.85.210427",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.84.210406"
27+
sdk: "JavaScriptSDK-1.85.210427"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
235-
PlayFab.sdkVersion = "1.84.210406";
235+
PlayFab.sdkVersion = "1.85.210427";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabEventsApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.84.210406",
25+
sdkVersion: "1.85.210427",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.84.210406"
27+
sdk: "JavaScriptSDK-1.85.210427"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
235-
PlayFab.sdkVersion = "1.84.210406";
235+
PlayFab.sdkVersion = "1.85.210427";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabExperimentationApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.84.210406",
25+
sdkVersion: "1.85.210427",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.84.210406"
27+
sdk: "JavaScriptSDK-1.85.210427"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
235-
PlayFab.sdkVersion = "1.84.210406";
235+
PlayFab.sdkVersion = "1.85.210427";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabGroupsApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.84.210406",
25+
sdkVersion: "1.85.210427",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.84.210406"
27+
sdk: "JavaScriptSDK-1.85.210427"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
235-
PlayFab.sdkVersion = "1.84.210406";
235+
PlayFab.sdkVersion = "1.85.210427";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabInsightsApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.84.210406",
25+
sdkVersion: "1.85.210427",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.84.210406"
27+
sdk: "JavaScriptSDK-1.85.210427"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
235-
PlayFab.sdkVersion = "1.84.210406";
235+
PlayFab.sdkVersion = "1.85.210427";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

0 commit comments

Comments
 (0)