@player-ui/markdown-plugin 0.7.3 → 0.7.4-next.0

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 = () => {
@@ -5139,8 +5137,8 @@ var __async = (__this, __arguments, generator) => {
5139
5137
  step((generator = generator.apply(__this, __arguments)).next());
5140
5138
  });
5141
5139
  };
5142
- const PLAYER_VERSION = "0.7.3";
5143
- const COMMIT = "f1c0d8ccf08cb2232ca71ee0004dd3c0f83c8487";
5140
+ const PLAYER_VERSION = "0.7.4-next.0";
5141
+ const COMMIT = "cef2a5f638272ce982de648c8be7112a0990fbdf";
5144
5142
  const _Player = class {
5145
5143
  constructor(config) {
5146
5144
  this.logger = new TapableLogger();