@salesforcedevs/docs-components 1.3.55-seo-test2 → 1.3.55-seo-test3

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": "1.3.55-seo-test2",
3
+ "version": "1.3.55-seo-test3",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -683,7 +683,7 @@ export default class DocXmlContent extends LightningElementWithState<{
683
683
  headTag.length &&
684
684
  this.version &&
685
685
  this.availableVersions.length &&
686
- this.version === this.availableVersions[0]
686
+ this.version.id === this.availableVersions[0].id
687
687
  ) {
688
688
  const robotsNoFollowMeta = document.createElement("meta");
689
689
  robotsNoFollowMeta.setAttribute("name", "robots");