@next-core/brick-utils 2.45.8 → 2.45.9
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.
- package/dist/index.bundle.js +4 -4
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -21592,7 +21592,7 @@ function getBrickToPackageMap(brickPackages) {
|
|
|
21592
21592
|
m.set(namespace, item);
|
|
21593
21593
|
} else {
|
|
21594
21594
|
// eslint-disable-next-line no-console
|
|
21595
|
-
console.error("
|
|
21595
|
+
console.error("Unexpected brick package file path: \"".concat(item.filePath, "\""));
|
|
21596
21596
|
}
|
|
21597
21597
|
|
|
21598
21598
|
return m;
|
|
@@ -21622,7 +21622,7 @@ function getDllAndDepsOfBricks(bricks, brickPackages) {
|
|
|
21622
21622
|
}
|
|
21623
21623
|
} else {
|
|
21624
21624
|
// eslint-disable-next-line no-console
|
|
21625
|
-
console.error("
|
|
21625
|
+
console.error("Brick `".concat(brick, "` does not match any brick package"));
|
|
21626
21626
|
}
|
|
21627
21627
|
}
|
|
21628
21628
|
});
|
|
@@ -21668,7 +21668,7 @@ function getDllAndDepsByResource(_ref, brickPackages) {
|
|
|
21668
21668
|
}
|
|
21669
21669
|
} else {
|
|
21670
21670
|
// eslint-disable-next-line no-console
|
|
21671
|
-
console.error("
|
|
21671
|
+
console.error("".concat(isProcessor ? "Processor" : "Brick", " `").concat(name, "` does not match any brick package"));
|
|
21672
21672
|
}
|
|
21673
21673
|
}
|
|
21674
21674
|
});
|
|
@@ -21686,7 +21686,7 @@ function getDllAndDepsByResource(_ref, brickPackages) {
|
|
|
21686
21686
|
}
|
|
21687
21687
|
} else {
|
|
21688
21688
|
// eslint-disable-next-line no-console
|
|
21689
|
-
console.error("
|
|
21689
|
+
console.error("Editor `".concat(editor, "` does not match any brick package"));
|
|
21690
21690
|
}
|
|
21691
21691
|
}
|
|
21692
21692
|
});
|