@magic-xpa/engine 4.900.0-dev490.129 → 4.900.0-dev490.131

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.
@@ -24743,6 +24743,8 @@ class Task extends TaskBase {
24743
24743
  let refListStr = tokensVector.get_Item(3);
24744
24744
  let taskContentOriginal = "";
24745
24745
  if (taskCacheURL.trim() != "") {
24746
+ if (taskCacheURL.startsWith("./"))
24747
+ taskCacheURL = NString.Replace(taskCacheURL, './', './assets/cache/');
24746
24748
  taskContentOriginal = await Task.CommandsProcessor.GetContent(taskCacheURL, true);
24747
24749
  }
24748
24750
  let taskContentFinal = new StringBuilder(xmlData.substr(0, RuntimeContextBase.Instance.Parser.getCurrIndex() - (ConstInterface.MG_TAG_TASKURL.length + 1)), taskContentOriginal.length);
@@ -29536,7 +29538,7 @@ class CommandsTable {
29536
29538
  }
29537
29539
  }
29538
29540
 
29539
- let CurrentClientVersion = '4.900.0-dev490.129';
29541
+ let CurrentClientVersion = '4.900.0-dev490.131';
29540
29542
 
29541
29543
  class ClientManager {
29542
29544
  constructor() {