@player-ui/markdown-plugin 0.7.3-next.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
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
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.
|
|
5143
|
-
const COMMIT = "
|
|
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();
|