@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.bundle.js
CHANGED
|
@@ -21597,7 +21597,7 @@
|
|
|
21597
21597
|
m.set(namespace, item);
|
|
21598
21598
|
} else {
|
|
21599
21599
|
// eslint-disable-next-line no-console
|
|
21600
|
-
console.error("
|
|
21600
|
+
console.error("Unexpected brick package file path: \"".concat(item.filePath, "\""));
|
|
21601
21601
|
}
|
|
21602
21602
|
|
|
21603
21603
|
return m;
|
|
@@ -21627,7 +21627,7 @@
|
|
|
21627
21627
|
}
|
|
21628
21628
|
} else {
|
|
21629
21629
|
// eslint-disable-next-line no-console
|
|
21630
|
-
console.error("
|
|
21630
|
+
console.error("Brick `".concat(brick, "` does not match any brick package"));
|
|
21631
21631
|
}
|
|
21632
21632
|
}
|
|
21633
21633
|
});
|
|
@@ -21673,7 +21673,7 @@
|
|
|
21673
21673
|
}
|
|
21674
21674
|
} else {
|
|
21675
21675
|
// eslint-disable-next-line no-console
|
|
21676
|
-
console.error("
|
|
21676
|
+
console.error("".concat(isProcessor ? "Processor" : "Brick", " `").concat(name, "` does not match any brick package"));
|
|
21677
21677
|
}
|
|
21678
21678
|
}
|
|
21679
21679
|
});
|
|
@@ -21691,7 +21691,7 @@
|
|
|
21691
21691
|
}
|
|
21692
21692
|
} else {
|
|
21693
21693
|
// eslint-disable-next-line no-console
|
|
21694
|
-
console.error("
|
|
21694
|
+
console.error("Editor `".concat(editor, "` does not match any brick package"));
|
|
21695
21695
|
}
|
|
21696
21696
|
}
|
|
21697
21697
|
});
|