@salesforcedevs/docs-components 1.3.389 → 1.3.396

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,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforcedevs/docs-components",
3
- "version": "1.3.389",
3
+ "version": "1.3.396",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "engines": {
8
- "node": "18.18.0"
8
+ "node": "18.x"
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public"
@@ -24,5 +24,5 @@
24
24
  "@types/lodash.orderby": "4.6.9",
25
25
  "@types/lodash.uniqby": "4.7.9"
26
26
  },
27
- "gitHead": "813f3ca32146212f28efb7751e9690d501e343bf"
27
+ "gitHead": "ef208488b6cf979514f09d3b4a643bee356d984b"
28
28
  }
@@ -456,6 +456,7 @@ export default class DocXmlContent extends LightningElementWithState<{
456
456
  this.setState({
457
457
  isFetchingDocument: true
458
458
  });
459
+
459
460
  const data = await this.contentProvider!.fetchDocumentData(
460
461
  this.pageReference.docId!
461
462
  );