o11y 254.4.0 → 254.5.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.
@@ -2699,7 +2699,7 @@ class ConsoleCollector {
2699
2699
  }
2700
2700
  }
2701
2701
 
2702
- const version = '254.4.0';
2702
+ const version = '254.5.0';
2703
2703
 
2704
2704
  const idleDetector = new IdleDetectorImpl({
2705
2705
  logThreshold: 300,
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>