@magic-xpa/gui 4.1300.0-dev4130.183 → 4.1300.0-dev4130.185

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-xpa/gui",
3
- "version": "4.1300.0-dev4130.183",
3
+ "version": "4.1300.0-dev4130.185",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "dependencies": {
6
6
  "timers": "^0.1.1",
@@ -8,7 +8,7 @@
8
8
  "tslib": "^2.3.0"
9
9
  },
10
10
  "peerDependencies": {
11
- "@magic-xpa/utils": "4.1300.0-dev4130.183",
11
+ "@magic-xpa/utils": "4.1300.0-dev4130.185",
12
12
  "rxjs": "^7.8.1"
13
13
  },
14
14
  "module": "fesm2022/magic-xpa-gui.mjs",
@@ -2522,6 +2522,8 @@ declare class ExpressionInterface {
2522
2522
  static EXP_OP_HASH: number;
2523
2523
  static EXP_OP_SUBSCRIBE: number;
2524
2524
  static EXP_OP_UNSUBSCRIBE: number;
2525
+ static EXP_OP_LOCALTOUTC: number;
2526
+ static EXP_OP_UTCTOLOCAL: number;
2525
2527
  constructor();
2526
2528
  }
2527
2529