@magic-xpa/gui 4.1300.0-dev4130.184 → 4.1300.0-dev4130.186

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.
@@ -20142,6 +20142,8 @@ class ExpressionInterface {
20142
20142
  static EXP_OP_HASH = 716;
20143
20143
  static EXP_OP_SUBSCRIBE = 719;
20144
20144
  static EXP_OP_UNSUBSCRIBE = 720;
20145
+ static EXP_OP_LOCALTOUTC = 723;
20146
+ static EXP_OP_UTCTOLOCAL = 724;
20145
20147
  constructor() {
20146
20148
  }
20147
20149
  }