@player-ui/check-path-plugin 0.13.0-next.2 → 0.13.0-next.3

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.
@@ -2531,9 +2531,10 @@ var CheckPathPlugin = function() {
2531
2531
  var import_timm7 = __toESM(require_timm(), 1);
2532
2532
  var import_timm8 = __toESM(require_timm(), 1);
2533
2533
  var import_p_defer = __toESM(require_p_defer(), 1);
2534
+ var import_queue_microtask = __toESM(require_queue_microtask(), 1);
2534
2535
  var import_p_defer2 = __toESM(require_p_defer(), 1);
2535
2536
  var import_timm9 = __toESM(require_timm(), 1);
2536
- var import_queue_microtask = __toESM(require_queue_microtask(), 1);
2537
+ var import_queue_microtask2 = __toESM(require_queue_microtask(), 1);
2537
2538
  // ../../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/node_modules/.aspect_rules_js/@player-ui+partial-match-registry@0.0.0/node_modules/@player-ui/partial-match-registry/dist/index.mjs
2538
2539
  var import_sorted_array = __toESM(require_sorted_array(), 1);
2539
2540
  function traverseObj(object) {
@@ -7003,7 +7004,7 @@ var CheckPathPlugin = function() {
7003
7004
  }
7004
7005
  if (!this.pendingUpdate.scheduled && !silent) {
7005
7006
  this.pendingUpdate.scheduled = true;
7006
- (0, import_queue_microtask.default)(function() {
7007
+ (0, import_queue_microtask2.default)(function() {
7007
7008
  var _this_pendingUpdate, _this_currentView;
7008
7009
  var updates = (_this_pendingUpdate = _this.pendingUpdate) === null || _this_pendingUpdate === void 0 ? void 0 : _this_pendingUpdate.changedBindings;
7009
7010
  _this.pendingUpdate = void 0;
@@ -7681,7 +7682,7 @@ var CheckPathPlugin = function() {
7681
7682
  var result = expressionEvaluator.evaluateAsync(exp);
7682
7683
  if (isPromiseLike(result)) {
7683
7684
  if (value.await) {
7684
- queueMicrotask(function() {
7685
+ (0, import_queue_microtask.default)(function() {
7685
7686
  result.then(function(r) {
7686
7687
  return flowController === null || flowController === void 0 ? void 0 : flowController.transition(String(r));
7687
7688
  }).catch(flowResultDeferred.reject);