@player-ui/markdown-plugin 0.7.3 → 0.7.4--canary.357.11807

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.
@@ -450,13 +450,11 @@ const parse$1 = (path) => {
450
450
  const nestedPath = () => {
451
451
  if (ch === OPEN_CURL) {
452
452
  next(OPEN_CURL);
453
- if (ch === OPEN_CURL) {
454
- next(OPEN_CURL);
455
- const modelRef = parsePath();
456
- next(CLOSE_CURL);
457
- next(CLOSE_CURL);
458
- return modelRef;
459
- }
453
+ next(OPEN_CURL);
454
+ const modelRef = parsePath();
455
+ next(CLOSE_CURL);
456
+ next(CLOSE_CURL);
457
+ return modelRef;
460
458
  }
461
459
  };
462
460
  const simpleSegment = () => {
@@ -4802,6 +4800,7 @@ class ViewController {
4802
4800
  }
4803
4801
  }
4804
4802
  onView(state) {
4803
+ this.pendingUpdate = void 0;
4805
4804
  const viewId = state.ref;
4806
4805
  const source = this.hooks.resolveView.call(this.getViewForRef(viewId), viewId, state);
4807
4806
  if (!source) {
@@ -5139,8 +5138,8 @@ var __async = (__this, __arguments, generator) => {
5139
5138
  step((generator = generator.apply(__this, __arguments)).next());
5140
5139
  });
5141
5140
  };
5142
- const PLAYER_VERSION = "0.7.3";
5143
- const COMMIT = "f1c0d8ccf08cb2232ca71ee0004dd3c0f83c8487";
5141
+ const PLAYER_VERSION = "0.7.4--canary.357.11807";
5142
+ const COMMIT = "70dfc8449eb6cf309e300206fe63200e389af8d1";
5144
5143
  const _Player = class {
5145
5144
  constructor(config) {
5146
5145
  this.logger = new TapableLogger();