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