File tree Expand file tree Collapse file tree 11 files changed +28
-16
lines changed
Expand file tree Collapse file tree 11 files changed +28
-16
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " playfab-web-sdk" ,
3+ "version" : " 1.17.180122" ,
4+ "description" : " Playfab SDK for JS client applications" ,
5+ "license" : " Apache-2.0" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " https://github.com/playfab/JavaScriptSDK"
9+ }
10+ }
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ if(!PlayFab.settings) {
2121if ( ! PlayFab . _internalSettings ) {
2222 PlayFab . _internalSettings = {
2323 entityToken : null ,
24+ sdkVersion : "1.17.180122" ,
2425 sessionTicket : null ,
2526 productionServerUrl : ".playfabapi.com" ,
2627 errorTitleId : "Must be have PlayFab.settings.titleId set to call this method" ,
@@ -125,7 +126,7 @@ if(!PlayFab._internalSettings) {
125126}
126127
127128PlayFab . buildIdentifier = "jbuild_javascriptsdk_0" ;
128- PlayFab . sdkVersion = "1.17.171127 " ;
129+ PlayFab . sdkVersion = "1.17.180122 " ;
129130PlayFab . GenerateErrorReport = function ( error ) {
130131 if ( error == null )
131132 return "" ;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ if(!PlayFab.settings) {
2121if ( ! PlayFab . _internalSettings ) {
2222 PlayFab . _internalSettings = {
2323 entityToken : null ,
24+ sdkVersion : "1.17.180122" ,
2425 sessionTicket : null ,
2526 productionServerUrl : ".playfabapi.com" ,
2627 errorTitleId : "Must be have PlayFab.settings.titleId set to call this method" ,
@@ -125,7 +126,7 @@ if(!PlayFab._internalSettings) {
125126}
126127
127128PlayFab . buildIdentifier = "jbuild_javascriptsdk_0" ;
128- PlayFab . sdkVersion = "1.17.171127 " ;
129+ PlayFab . sdkVersion = "1.17.180122 " ;
129130PlayFab . GenerateErrorReport = function ( error ) {
130131 if ( error == null )
131132 return "" ;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ if(!PlayFab.settings) {
2121if ( ! PlayFab . _internalSettings ) {
2222 PlayFab . _internalSettings = {
2323 entityToken : null ,
24+ sdkVersion : "1.17.180122" ,
2425 sessionTicket : null ,
2526 productionServerUrl : ".playfabapi.com" ,
2627 errorTitleId : "Must be have PlayFab.settings.titleId set to call this method" ,
@@ -125,7 +126,7 @@ if(!PlayFab._internalSettings) {
125126}
126127
127128PlayFab . buildIdentifier = "jbuild_javascriptsdk_0" ;
128- PlayFab . sdkVersion = "1.17.171127 " ;
129+ PlayFab . sdkVersion = "1.17.180122 " ;
129130PlayFab . GenerateErrorReport = function ( error ) {
130131 if ( error == null )
131132 return "" ;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ if(!PlayFab.settings) {
2121if ( ! PlayFab . _internalSettings ) {
2222 PlayFab . _internalSettings = {
2323 entityToken : null ,
24+ sdkVersion : "1.17.180122" ,
2425 sessionTicket : null ,
2526 productionServerUrl : ".playfabapi.com" ,
2627 errorTitleId : "Must be have PlayFab.settings.titleId set to call this method" ,
@@ -125,7 +126,7 @@ if(!PlayFab._internalSettings) {
125126}
126127
127128PlayFab . buildIdentifier = "jbuild_javascriptsdk_0" ;
128- PlayFab . sdkVersion = "1.17.171127 " ;
129+ PlayFab . sdkVersion = "1.17.180122 " ;
129130PlayFab . GenerateErrorReport = function ( error ) {
130131 if ( error == null )
131132 return "" ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ var PlayFabApiTests = {
1010 titleId : null , // put titleId here
1111 developerSecretKey : null , // put secretKey here
1212 userEmail : "put valid email associated with an existing account here" ,
13- characterName : "put any character name here" ,
1413 extraHeaders : { }
1514 } ,
1615 testData : {
@@ -89,8 +88,7 @@ var PlayFabApiTests = {
8988 // All of these must exist for the titleData load to be successful
9089 var titleDataValid = inputTitleData . hasOwnProperty ( "titleId" ) && inputTitleData . titleId != null
9190 && inputTitleData . hasOwnProperty ( "developerSecretKey" ) && inputTitleData . developerSecretKey != null
92- && inputTitleData . hasOwnProperty ( "userEmail" )
93- && inputTitleData . hasOwnProperty ( "characterName" ) ;
91+ && inputTitleData . hasOwnProperty ( "userEmail" ) ;
9492
9593 if ( titleDataValid )
9694 PlayFabApiTests . titleData = inputTitleData ;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ if(!PlayFab.settings) {
2121if ( ! PlayFab . _internalSettings ) {
2222 PlayFab . _internalSettings = {
2323 entityToken : null ,
24+ sdkVersion : "1.17.180122" ,
2425 sessionTicket : null ,
2526 productionServerUrl : ".playfabapi.com" ,
2627 errorTitleId : "Must be have PlayFab.settings.titleId set to call this method" ,
@@ -125,7 +126,7 @@ if(!PlayFab._internalSettings) {
125126}
126127
127128PlayFab . buildIdentifier = "jbuild_javascriptsdk_0" ;
128- PlayFab . sdkVersion = "1.17.171127 " ;
129+ PlayFab . sdkVersion = "1.17.180122 " ;
129130PlayFab . GenerateErrorReport = function ( error ) {
130131 if ( error == null )
131132 return "" ;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ if(!PlayFab.settings) {
2121if ( ! PlayFab . _internalSettings ) {
2222 PlayFab . _internalSettings = {
2323 entityToken : null ,
24+ sdkVersion : "1.17.180122" ,
2425 sessionTicket : null ,
2526 productionServerUrl : ".playfabapi.com" ,
2627 errorTitleId : "Must be have PlayFab.settings.titleId set to call this method" ,
@@ -125,7 +126,7 @@ if(!PlayFab._internalSettings) {
125126}
126127
127128PlayFab . buildIdentifier = "jbuild_javascriptsdk_0" ;
128- PlayFab . sdkVersion = "1.17.171127 " ;
129+ PlayFab . sdkVersion = "1.17.180122 " ;
129130PlayFab . GenerateErrorReport = function ( error ) {
130131 if ( error == null )
131132 return "" ;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ if(!PlayFab.settings) {
2121if ( ! PlayFab . _internalSettings ) {
2222 PlayFab . _internalSettings = {
2323 entityToken : null ,
24+ sdkVersion : "1.17.180122" ,
2425 sessionTicket : null ,
2526 productionServerUrl : ".playfabapi.com" ,
2627 errorTitleId : "Must be have PlayFab.settings.titleId set to call this method" ,
@@ -125,7 +126,7 @@ if(!PlayFab._internalSettings) {
125126}
126127
127128PlayFab . buildIdentifier = "jbuild_javascriptsdk_0" ;
128- PlayFab . sdkVersion = "1.17.171127 " ;
129+ PlayFab . sdkVersion = "1.17.180122 " ;
129130PlayFab . GenerateErrorReport = function ( error ) {
130131 if ( error == null )
131132 return "" ;
You can’t perform that action at this time.
0 commit comments