@magic-xpa/engine 4.900.0-dev490.55 → 4.900.0-dev490.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14498,7 +14498,7 @@ class ExpressionEvaluator extends GuiExpressionEvaluator {
14498
14498
  }
14499
14499
  path = args[3];
14500
14500
  domain = args[4];
14501
- resVal.BoolVal = CookieService.setCookie(cookieName, args[0], nativeDt, path, domain, secure, sameSite);
14501
+ resVal.BoolVal = CookieService.setCookie(cookieName, (args[0] != null ? args[0].toString() : ""), nativeDt, path, domain, secure, sameSite);
14502
14502
  }
14503
14503
  eval_op_get_cookie(cookieName, resVal) {
14504
14504
  resVal.StrVal = CookieService.getCookie(cookieName);
@@ -30370,7 +30370,7 @@ class CommandsTable {
30370
30370
  }
30371
30371
  }
30372
30372
 
30373
- let CurrentClientVersion = '4.900.0-dev490.55';
30373
+ let CurrentClientVersion = '4.900.0-dev490.56';
30374
30374
 
30375
30375
  class ClientManager {
30376
30376
  constructor() {