@objectstack/metadata 11.10.0 → 12.1.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.
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/node.cjs +3 -0
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -0
- package/dist/node.js.map +1 -1
- package/package.json +7 -7
package/dist/node.cjs
CHANGED
|
@@ -3531,6 +3531,9 @@ var MetadataPlugin = class {
|
|
|
3531
3531
|
await this.manager.register("view", viewObject, item);
|
|
3532
3532
|
totalRegistered++;
|
|
3533
3533
|
for (const vi of (0, import_spec2.expandViewContainer)(viewObject, item)) {
|
|
3534
|
+
for (const w of vi._diagnostics?.warnings ?? []) {
|
|
3535
|
+
ctx.logger.warn(`[MetadataPlugin] View expansion warning for '${vi.name}': ${w.message}`);
|
|
3536
|
+
}
|
|
3534
3537
|
(0, import_shared.applyProtection)(vi, {
|
|
3535
3538
|
packageId: manifestPackageId,
|
|
3536
3539
|
packageVersion: manifestVersion
|