@player-ui/check-path-plugin 0.15.5 → 0.15.7
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.
|
@@ -5227,7 +5227,7 @@ var CheckPathPlugin = function() {
|
|
|
5227
5227
|
}
|
|
5228
5228
|
return void 0;
|
|
5229
5229
|
};
|
|
5230
|
-
if (node && (node.type === "view" || node.type === "asset") && Array.isArray(node.children)) {
|
|
5230
|
+
if (node && (node.type === "view" || node.type === "asset" || node.type === "value") && Array.isArray(node.children)) {
|
|
5231
5231
|
node.children = node.children.sort(function(a, b) {
|
|
5232
5232
|
var aPath = a.path.join();
|
|
5233
5233
|
var bPath = b.path.join();
|
|
@@ -7439,8 +7439,8 @@ var CheckPathPlugin = function() {
|
|
|
7439
7439
|
ref: Symbol("not-started"),
|
|
7440
7440
|
status: "not-started"
|
|
7441
7441
|
};
|
|
7442
|
-
var PLAYER_VERSION = true ? "0.15.
|
|
7443
|
-
var COMMIT = true ? "
|
|
7442
|
+
var PLAYER_VERSION = true ? "0.15.7" : "unknown";
|
|
7443
|
+
var COMMIT = true ? "f9c758d7daa84aa56345189709e1a2f7e8a80967" : "unknown";
|
|
7444
7444
|
var _Player = /*#__PURE__*/ function() {
|
|
7445
7445
|
function _Player2(config) {
|
|
7446
7446
|
var _this = this;
|