@magic-xpa/utils 4.800.0-dev480.133 → 4.800.0-dev480.140

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/utils",
3
- "version": "4.800.0-dev480.133",
3
+ "version": "4.800.0-dev480.140",
4
4
  "description": "magic utils package",
5
5
  "license": "SEE LICENSE IN EULA.pdf",
6
6
  "dependencies": {
@@ -8,7 +8,7 @@
8
8
  "tslib": "^2.0.0"
9
9
  },
10
10
  "peerDependencies": {
11
- "@magic-xpa/mscorelib": "4.800.0-dev480.133"
11
+ "@magic-xpa/mscorelib": "4.800.0-dev480.140"
12
12
  },
13
13
  "main": "bundles/magic-xpa-utils.umd.js",
14
14
  "module": "fesm2015/magic-xpa-utils.js",
@@ -298,6 +298,7 @@ export declare class InternalInterface {
298
298
  static readonly MG_ACT_CRELINE_ABOVE: number;
299
299
  static readonly MG_ACT_CONTEXT_TERMINATION: number;
300
300
  static readonly MG_ACT_CONTEXT_TIMEOUT_RESET: number;
301
+ static readonly MG_ACT_CONTEXT_REMOVE: number;
301
302
  static readonly MG_ACT_TOT_CNT: number;
302
303
  static readonly MG_ACT_TASK_PREFIX: number;
303
304
  static readonly MG_ACT_TASK_SUFFIX: number;