@player-ui/markdown-plugin 0.7.4--canary.357.11807 → 0.7.4-next.1
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.
|
@@ -4800,7 +4800,6 @@ class ViewController {
|
|
|
4800
4800
|
}
|
|
4801
4801
|
}
|
|
4802
4802
|
onView(state) {
|
|
4803
|
-
this.pendingUpdate = void 0;
|
|
4804
4803
|
const viewId = state.ref;
|
|
4805
4804
|
const source = this.hooks.resolveView.call(this.getViewForRef(viewId), viewId, state);
|
|
4806
4805
|
if (!source) {
|
|
@@ -5138,8 +5137,8 @@ var __async = (__this, __arguments, generator) => {
|
|
|
5138
5137
|
step((generator = generator.apply(__this, __arguments)).next());
|
|
5139
5138
|
});
|
|
5140
5139
|
};
|
|
5141
|
-
const PLAYER_VERSION = "0.7.4
|
|
5142
|
-
const COMMIT = "
|
|
5140
|
+
const PLAYER_VERSION = "0.7.4-next.1";
|
|
5141
|
+
const COMMIT = "5eab9a87e898ee0b01ccee09c158dbaeaec5563e";
|
|
5143
5142
|
const _Player = class {
|
|
5144
5143
|
constructor(config) {
|
|
5145
5144
|
this.logger = new TapableLogger();
|