@salesforcedevs/docs-components 0.64.2-test1 → 0.64.2-test2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/docs-components",
3
- "version": "0.64.2-test1",
3
+ "version": "0.64.2-test2",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -368,7 +368,7 @@ export default class AmfReference extends LightningElement {
368
368
  */
369
369
  private expandChildrenForMarkdownReferences(
370
370
  children: ParsedMarkdownTopic[]
371
- ) {
371
+ ): void {
372
372
  if (!children) {
373
373
  return;
374
374
  }