@magic-xpa/gui 4.1200.0-dev4120.172 → 4.1200.0-dev4120.173

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.
@@ -20125,6 +20125,7 @@ class ExpressionInterface {
20125
20125
  static EXP_OP_GET_COOKIE = 702;
20126
20126
  static EXP_OP_DELETE_COOKIE = 703;
20127
20127
  static EXP_OP_ROUTEGET = 705;
20128
+ static EXP_OP_HASH = 716;
20128
20129
  constructor() {
20129
20130
  }
20130
20131
  }