@player-ui/common-types-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.
@@ -2623,9 +2623,10 @@ var CommonTypesPlugin = function() {
2623
2623
  var import_timm7 = __toESM(require_timm(), 1);
2624
2624
  var import_timm8 = __toESM(require_timm(), 1);
2625
2625
  var import_p_defer = __toESM(require_p_defer(), 1);
2626
+ var import_queue_microtask = __toESM(require_queue_microtask(), 1);
2626
2627
  var import_p_defer2 = __toESM(require_p_defer(), 1);
2627
2628
  var import_timm9 = __toESM(require_timm(), 1);
2628
- var import_queue_microtask = __toESM(require_queue_microtask(), 1);
2629
+ var import_queue_microtask2 = __toESM(require_queue_microtask(), 1);
2629
2630
  // ../../../../../../../../../../../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
2630
2631
  var import_sorted_array = __toESM(require_sorted_array(), 1);
2631
2632
  function traverseObj(object) {
@@ -7082,7 +7083,7 @@ var CommonTypesPlugin = function() {
7082
7083
  }
7083
7084
  if (!this.pendingUpdate.scheduled && !silent) {
7084
7085
  this.pendingUpdate.scheduled = true;
7085
- (0, import_queue_microtask.default)(function() {
7086
+ (0, import_queue_microtask2.default)(function() {
7086
7087
  var _this_pendingUpdate, _this_currentView;
7087
7088
  var updates = (_this_pendingUpdate = _this.pendingUpdate) === null || _this_pendingUpdate === void 0 ? void 0 : _this_pendingUpdate.changedBindings;
7088
7089
  _this.pendingUpdate = void 0;
@@ -7760,7 +7761,7 @@ var CommonTypesPlugin = function() {
7760
7761
  var result = expressionEvaluator.evaluateAsync(exp);
7761
7762
  if (isPromiseLike(result)) {
7762
7763
  if (value.await) {
7763
- queueMicrotask(function() {
7764
+ (0, import_queue_microtask.default)(function() {
7764
7765
  result.then(function(r) {
7765
7766
  return flowController === null || flowController === void 0 ? void 0 : flowController.transition(String(r));
7766
7767
  }).catch(flowResultDeferred.reject);