@player-ui/player 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.
@@ -4119,6 +4119,7 @@ var AssetTransformCorePlugin = class {
4119
4119
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/player.ts
4120
4120
  var import_timm9 = require("timm");
4121
4121
  var import_p_defer2 = __toESM(require("p-defer"));
4122
+ var import_queue_microtask2 = __toESM(require("queue-microtask"));
4122
4123
  var import_tapable_ts15 = require("tapable-ts");
4123
4124
 
4124
4125
  // ../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/core/player/src/controllers/flow/flow.ts
@@ -5645,7 +5646,7 @@ var _Player = class _Player {
5645
5646
  const result = expressionEvaluator.evaluateAsync(exp);
5646
5647
  if (isPromiseLike(result)) {
5647
5648
  if (value.await) {
5648
- queueMicrotask(() => {
5649
+ (0, import_queue_microtask2.default)(() => {
5649
5650
  result.then((r) => flowController?.transition(String(r))).catch(flowResultDeferred.reject);
5650
5651
  });
5651
5652
  } else {