@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.
@@ -14196,7 +14196,7 @@ class ExpressionEvaluator extends GuiExpressionEvaluator {
14196
14196
  }
14197
14197
  path = args[3];
14198
14198
  domain = args[4];
14199
- resVal.BoolVal = CookieService.setCookie(cookieName, args[0], nativeDt, path, domain, secure, sameSite);
14199
+ resVal.BoolVal = CookieService.setCookie(cookieName, (args[0] != null ? args[0].toString() : ""), nativeDt, path, domain, secure, sameSite);
14200
14200
  }
14201
14201
  eval_op_get_cookie(cookieName, resVal) {
14202
14202
  resVal.StrVal = CookieService.getCookie(cookieName);
@@ -29525,7 +29525,7 @@ class CommandsTable {
29525
29525
  }
29526
29526
  }
29527
29527
 
29528
- let CurrentClientVersion = '4.900.0-dev490.55';
29528
+ let CurrentClientVersion = '4.900.0-dev490.56';
29529
29529
 
29530
29530
  class ClientManager {
29531
29531
  constructor() {